Quote:
| ifconfig -a |
Code:
/etc/network/interfaces
Code:
auto eth1 iface eth1 inet dhcp
Code:
auto eth1 iface eth1 inet static address 192.168.1.50 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1
When you have finished, run
Code:
/etc/init.d/networking restart
source - http://www.linuxquestions.org/questions/linux-server-73/does-a-new-nic-need-to-be-manually-configured-in-ubuntu-server-643580/
No comments:
Post a Comment