Subject: Re: dhclient configuration
To: Herb Peyerl <hpeyerl@beer.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-help
Date: 09/10/2001 14:21:45
On Tue, Sep 04, 2001 at 12:04:41PM -0600, Herb Peyerl wrote:
...
> interface "wi0" {
> script "/etc/dhclient-wi0";
> }
>
> along with the dhclient-wi0 script:
>
> #!/bin/sh
> /usr/sbin/wiconfig wi0 -p 3 -t 11 -k blah -e 0
> ifconfig wi0 up
>
> When I run 'dhclient' manually, I get a "wi0: not found" even though
> the script exists in /etc/dhclient-wi0, and is executable, and
> works quite fine when run by itself...
Maybe /sbin/ifconfig wi0 up ?
P