2006-11-09, 08:24 PM
Quote:Anyone got any tips?
It would be good to see the ifconfig output so we can determine the current state of your interfaces. However something like:
Code:
ifconfig eth0:0 10.0.0.1 netmask 255.255.255.0 broadcast 10.0.0.255 up
Should append the additional alias for the interface. To deal with 10.0.0.x -> 111.112.58.x you will require to use iptables to MASQ.
Should point out that you will lack the additional security that 2 NICs provide.