Single to Double NIC: Difference between revisions
Appearance
Please expand if I missed anything |
m added to "network" category |
||
| Line 1: | Line 1: | ||
[[Category: Network]] | |||
[[Category: Tutorials]] | |||
Changes need to be made in several places. | Changes need to be made in several places. | ||
| Line 25: | Line 28: | ||
auto eth0 | auto eth0 | ||
Revision as of 16:12, 5 October 2007
Changes need to be made in several places.
- Web Admin: Advanced menu > Network > Network Settings (more or less optional)
- Web Admin: Show devices tree/My Devices/CORE > Device data/Network Interfaces
- Change: eth0,dhcp|eth0:0,192.168.80.1,255.255.255.0 to: eth0,dhcp|eth1,192.168.80.1,255.255.255.0
- /etc/network/interfaces (can be edited from the launch manager).
- Comment out eth0:0 related entries:
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
iface eth0 inet dhcp
#auto eth0:0
#iface eth0:0 inet static
# address 192.168.80.1
# netmask 255.255.255.0
iface eth1 inet static
address 192.168.80.1
netmask 255.255.255.0
auto eth1
auto eth0