Debian IP configuration
- siwy
- cze, 11, 2018
- Debian, Linux, Useful programs
- No Comments
Ip configuration example:
allow-hotplug eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address 192.168.0.4
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 192.168.0.4