[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re[2]: Multiple Network Cards in Debian



Hello Thomas,

the contents of /etc/network/interfaces are:
# The loopback interface
auto lo
iface lo inet loopback

# The first network card
auto eth0
iface eth0 inet static
      address 192.168.1.2
      netmask 255.255.255.0
      network 192.168.1.0
      broadcast 192.168.1.255
      gateway 192.168.1.1

# I added these lines
auto eth1
iface eth1 inet static
      address 192.168.0.1
      netmask 255.255.255.0
      network 192.168.0.0

auto eth2
iface eth1 inet static
      address 10.1.2.1
      netmask 255.255.255.0
      network 10.1.2.0

Thursday, May 22, 2003, 2:37:33 PM, you wrote:

TK> Hi!

TK> On Thu May 22, 2003 at 01:57:24PM +0800, Derek Chew En-Hock wrote:
>> I tried to edit the /etc/network/interfaces file and added the other 2
>> network cards by following the format of the first one but the end
>> result is all 3 network cards refuse to start up when the machine is
>> rebooted...

TK> Please post the content of /etc/network/interfaces.

TK> So long
TK> Thomas

TK> -- 
TK>  .''`.  Obviously we do not want to leave zombies around. - W. R. Stevens
TK> : :'  : Thomas Krennwallner <djmaecki at ull dot at>
TK> `. `'`  1024D/67A1DA7B 9484 D99D 2E1E 4E02 5446  DAD9 FF58 4E59 67A1 DA7B
TK>   `-    http://bigfish.ull.at/~djmaecki/





-- 
Best regards,
 Derek                            mailto:sdchew@ieee.org



Reply to: