Thread: Help: two NIC's, internet + link.local
i have 2 network interfaces on ubuntu 10.04 desktop, 1 onboard , other pci.
want use 1 acess internet.
want use other connect directly, using crossover ethernet cable, ubuntu 10.04 desktop.
have managed both things isolated, not together.
after googling , experimenting need
here's fstab:
auto lo
iface lo inet loopback
#internet
auto eth5
iface eth5 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
#other machine
auto eth7
route add -net 192.168.1.4 netmask 255.255.255.0 eth7
you can have 1 gateway. remove gateway entry local eth interface , leave 1 internet interface.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Help: two NIC's, internet + link.local
Ubuntu

Comments
Post a Comment