LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Dual Ethernet adapters on Ubuntu 10.04 server (https://www.linuxquestions.org/questions/ubuntu-63/dual-ethernet-adapters-on-ubuntu-10-04-server-805878/)

rfbaum 05-04-2010 11:57 AM

Dual Ethernet adapters on Ubuntu 10.04 server
 
10.04 locks up when 2 adapters are listed in interfaces
example eth0 ip= 12.46.24.220 eth1 ip=10.168.1.111

toreric 05-05-2010 07:19 AM

Just a check question: Do you intend to use those IP nos within LAN or have you two WAN connections?

rfbaum 05-08-2010 08:24 PM

hardware
 
Computer has 2 ea hardware ports on motherboard
The primary network interface
Example:
auto eth0
iface eth0 inet static
address 12.46.24.220
netmask 255.255.255.0
network 12.46.24.0
broadcast 12.46.24.255
gateway 12.46.24.111

iface eth1 inet static
address 10.168.1.25
netmask 255.255.255.0
network 10.168.1.0
gateway 10.168.1.10


All times are GMT -5. The time now is 07:10 AM.