dhclient with reconfigured SSID

2004-06-28 Thread Stephan van Beerschoten
Hi, Somebody on the block has recently bought him or herself WLAN hardware which interferes somewhat with mine. When my laptop (5-CURRENT) is booting, it requests a dhcp address and for that it needs to associate itself with a SSID. Unfortunately my card almost always connects to my neighbors

Re: dhclient with reconfigured SSID

2004-06-28 Thread Dirk-Willem van Gulik
On Sun, 27 Jun 2004, Stephan van Beerschoten wrote: Why idea how I can preconfigure an SSID for dhclient ? Just use ifconfig wi0 ssid FOO to lock it. Dw. ___ [EMAIL PROTECTED] mailing list

Re: dhclient with reconfigured SSID

2004-06-28 Thread Stephan van Beerschoten
Dirk-Willem van Gulik wrote: On Sun, 27 Jun 2004, Stephan van Beerschoten wrote: Why idea how I can preconfigure an SSID for dhclient ? Just use ifconfig wi0 ssid FOO to lock it. Will this lock the ssid during reboots as well ? If not, that actually is what I am looking for.

Re: dhclient with reconfigured SSID

2004-06-28 Thread Dirk-Willem van Gulik
On Mon, 28 Jun 2004, Stephan van Beerschoten wrote: Will this lock the ssid during reboots as well ? If not, that actually is what I am looking for. Ah - ok - putting into /etc/r.conf ifconfig_wi0=ssid foo will lock it during/after reboots; but kills the DHCP. Options are -

Re: dhclient with reconfigured SSID

2004-06-28 Thread Uwe Laverenz
Hi, On Mon, Jun 28, 2004 at 06:51:03PM +0200, Stephan van Beerschoten wrote: Will this lock the ssid during reboots as well ? If not, that actually is what I am looking for. You can put it into /etc/dhclient.conf, e.g.: interface wi0 { media ssid SSID wepmode on wepkey WEPKEY; }