Skip site navigation (1)Skip section navigation (2)
Date:      10 Oct 1999 02:21:43 -0400
From:      Arcady Genkin <a.genkin@utoronto.ca>
To:        freebsd-questions@freebsd.org
Subject:   dhclient oddness
Message-ID:  <87hfjzg2h4.fsf@main.wgaf.net>

next in thread | raw e-mail | index | archive | help
Hi all:

On a fresh installation of 3.3-RELEASE, dhclient won't work with my
two interfaces.

I have in my kernel conf the following:
device ed0 at isa? port 0x240 net irq 10 iomem 0xd8000
device ed1 at isa? port 0x300 net irq 11 iomem 0xd8000

At boot time both nics get detected:
ed0 at 0x240-0x25f irq 10 on isa
ed0: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) 
ed1 at 0x300-0x31f irq 11 on isa
ed1: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) 

I have the following in my /etc/rc.conf:

network_interfaces="ed0 ed1 lo0"
ifconfig_ed0="inet 192.168.1.1 netmask 255.255.255.0"
ifconfig_ed1="DHCP"

Is there anything missing?

Dhclient works fine if I disable one of the cards (it works with
either of them equally successfully).

Both cards also work *together* if I hard-code the IP address on ed1
with "ifconfig" and "route".

Please point me in the right direction. I looked at manpages for
dhclient, and dhclient.conf, but didn't find any clues in there.

Thanks!
-- 
Arcady Genkin
"You should seek your enemy, you should wage your war -- a war for your
opinions. And if your opinion is defeated, your honesty should still cry
triumph over that!" (F. Nietzsche)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87hfjzg2h4.fsf>