You are not logged in.

#1 2006-08-28 19:56:46

Blayder
Member
Registered: 2006-07-29
Posts: 43

configuring eth0 and eth1...

got a problem... i need to vonfigure 2 cards...

eth0="dhcp"
eth1 should be:
IP: 10.0.0.1
MASK: 255.255.255.0
GW: 10.0.0.1
DNS: 10.0.0.1

but now comes the problem...

in rc.conf i specify:

eth0="dhcp"
eth1="eth1 10.0.0.1 netmask 255.255.255.0 broadcast 10.0.0.255"
INTERFACES=(lo eth0 eth1)
gateway="default gw 10.0.0.1"
ROUTES=(gateway)

now when PC starts, network fails to start sad

eth0 gaat's no IP via dhcp, and in ifconfig eth0 gets 10.0.0.1 IP  :shock:

and no internet awailable... only way to get internet working is to remove eth1 from rc.conf...

So what am i missing???

eth0 is Realtek 8139 - module 8139too, other is realtek too - 80xx... can't remember other 2 digits...

PC is a server, that serves as an internet server and dhcp server...

Offline

#2 2006-08-28 20:00:42

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Offline

#3 2006-08-28 21:07:41

Blayder
Member
Registered: 2006-07-29
Posts: 43

Re: configuring eth0 and eth1...

thx for pointing to that wiki, now it get's a bit clear of my problem big_smile

Offline

Board footer

Powered by FluxBB