Thread: How to get two networks with 2 NICs working
i have specialty computer running ubuntu 11.10. i'm new ubuntu , linux. machine has 2 nics, eth2 100 mbs , wired router. other, eth3, 1000 mbs have wired switch. latter want use connect gigabit camera control , image data.
if enable eth3 computer chooses use futilely attempt connect web.
how can set 2 ports eth3 used camera?
here's interfaces file:
code:auto lo iface lo inet loopback auto eth2 eth3 iface eth2 inet dhcp # router dhcp assigns 192.168.1.103 iface eth3 inet static address 169.254.1.1 netmask 255.255.255.240 gateway 169.254.1.2 mtu 9000
ok, found removing "gateway" line eth3 uses static ip address works fine.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [SOLVED] How to get two networks with 2 NICs working
Ubuntu
Comments
Post a Comment