words per minute
12
Gabriel007X
00:00
Speed
nano /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.10.1
netmask 255.255.255.0
gateway 192.168.10.254
auto eth1
iface eth1 inet static
address 172.16.0.10
netmask 255.255.255.128
gateway 172.16.0.1
auto eth2
iface eth2 inet dhcp
/etc/init.d/networking restart