Re: DHCP using ifconfig doesn't work ...

2005-05-02 Thread ckleski
I don't need the underscore in my version of this file; perhaps something has changed in -stable that makes the underscore necessary. Anyway, glad you got it to work. On Monday 02 May 2005 07:33 pm, Kiffin Gish wrote: > Thanks, that did the trick. > > However, should be: > > ifconfig _wi0_ ssid

RE: DHCP using ifconfig doesn't work ...

2005-05-02 Thread Kiffin Gish
5 19:23 > To: freebsd-questions@freebsd.org > Subject: Re: DHCP using ifconfig doesn't work ... > > You can make a file /etc/start_if.wi0 which has the line > > ifconfig ssid GISH mode auto wepmode on wepkey 0x1234567890 > > Keep ifconfig_wi0="DHCP" in

Re: DHCP using ifconfig doesn't work ...

2005-05-01 Thread ckleski
You can make a file /etc/start_if.wi0 which has the line ifconfig ssid GISH mode auto wepmode on wepkey 0x1234567890 Keep ifconfig_wi0="DHCP" in /etc/rc.conf. That should do it. On Sunday 01 May 2005 07:35 pm, Kiffin Gish wrote: > I want to use DHCP for my wireless connection by placing the

Re: DHCP using ifconfig doesn't work ...

2005-05-01 Thread Tobias Fendin
Kiffin Gish wrote: I want to use DHCP for my wireless connection by placing the following lines in my /etc/rc.conf file: ifconfig_wi0="DHCP" ifconfig_wi0="ssid GISH mode auto wepmode on wepkey 0x1234567890" I have also tried running sysinstall again and reconfiguring my wireless connection by answe