April 5, 201214 yr i want to use both nics for 2 seperate networks IE: 10.0.0.2 and 10.0.1.10...is this possible?
April 5, 201214 yr Sure - use these commands: ifconfig eth1 10.0.0.2 netmask 255.255.255.0 up ifconfig eth2 10.0.1.10 netmask 255.255.255.0 up If you're looking to manage the outbound connection through one or other of these, check out this thread: http://lime-technology.com/forum/index.php?topic=13947.msg132184#msg132184
April 5, 201214 yr I think you mean "eth0" and "eth1". ifconfig eth0 10.0.0.2 netmask 255.255.255.0 up ifconfig eth1 10.0.1.10 netmask 255.255.255.0 up
April 5, 201214 yr Author im looking to have the server be used for the main house and the guest house they are on seperate networks.....so 1 nic to the main house router and the second nic to the guest house router.....will the above commands remain after reboot?
April 5, 201214 yr @dgaschk - Thanks for the correction. @spl147 - Put them in your "go" file to have them run every reboot.
Archived
This topic is now archived and is closed to further replies.