Re: 8/13 snapshot and DHCP

2005-08-18 Thread Emmett Pate

Christian Jones wrote:


On 8/17/05, Kenneth R Westerback [EMAIL PROTECTED] wrote:
 


I would find it helpful. An exact model of Linksys device would also
help.

   


The specific model I've had problems with (don't know about the OP) is
a BEFW11S4 ver. 2 Wireless Access Point and Cable/DSL Router with
4-port switch.  This new problem is the second I've had with this
device that seems to specifically affect OpenBSD;  the first is
described in OpenBSD bug report 3875, but seems to now be resolved
(perhaps inadvertently--that problem started with 3.6, wasn't fixed as
far as I know, but seems to work in 3.7).
CDJ
 

Mine's a Linksys BEFSX41 running the latest firmware (1.50.18).  I tried various options in /etc/dhclient.conf (including all defaults) with the same results.  I'll try to generate a tcpdump this evening if that would be helpful. 


--
Emmett Buddy Pate



Re: 8/13 snapshot and DHCP

2005-08-17 Thread Emmett Pate

Nuzaihan Kamalluddin wrote:


Maybe you should try a workaround, like manual setup of the ip address and
routing,

ifconfig wi0 192.168.1.x netmask 255.255.255.0
route add default 192.168.1.1

Should work, maybe there is something blocking the dhcpoffer packets from
your router, or maybe since it works in openbsd 3.7, the one that you
downloaded and comes with dhclient is probably buggy.

Regards,
Zaihan


 

I successfully installed the 8/16 snapshot at the office (which uses a 
different DHCP server) and dhclient acquires a lease with no problem. 
However, at home (using a Linksys router as the DHCP server), dhclient 
fails to get a lease.  As noted earlier, dhclient from 3.7 works fine at 
both locations.


There's nothing suspicious in /etc/dhclient.conf or 
/var/db/dhclient.leases.wi0.  I'm at a loss as to how to help debug this.


Any suggestions?

Thanks,
Emmett Buddy Pate



8/13 snapshot and DHCP

2005-08-14 Thread Emmett Pate
I'd like to install the latest snapshot on a laptop that's currently 
running 3.7-release.  The boot CD fails to get a dynamic IP address.  My 
question is where is the most appropriate archive/list to research 
whether this is a known problem?  I just want to make sure I'm posting 
to the correct place before I write up the details.


Thanks,

--
Emmett Buddy Pate



Re: 8/13 snapshot and DHCP

2005-08-14 Thread Emmett Pate

On 8/14/05 9:02 PM, Emmett Pate [EMAIL PROTECTED] wrote:

 


I'd like to install the latest snapshot on a laptop that's currently
running 3.7-release.  The boot CD fails to get a dynamic IP address.  My
question is where is the most appropriate archive/list to research
whether this is a known problem?  I just want to make sure I'm posting
to the correct place before I write up the details.

Thanks,
   



 


Nuzaihan Kamalluddin wrote:

Have you tried dhclient interface  at the shell?



Booting the CD to a shell prompt and then entering dhclient wi0 gives
a endless series of:

   DHCPDISCOVER on wi0 to 255.255.255.255 port 67 interval 4
   DHCPOFFER from 192.168.1.1
   DHCPREQUEST on wi0 to 255.255.255.255 port 67
   DHCPDISCOVER on wi0 to 255.255.255.255 port 67 interval 4
   ...

The NIC is a D-Link DWL-650 that, according to dmesg, initializes fine.
The same hardware works fine with the cd37.iso CD.  I'll be glad to
supply any other information that may be of use.

Thanks,

--
Emmett Buddy Pate