Re: netstart(8) brings interface down in case of dhcp

2008-05-10 Thread Claudio Jeker
On Sat, May 10, 2008 at 02:50:05PM +0300, Denis Doroshenko wrote: > hello, > > in case there is a "dhcp" in hostname.if(5), netstart does > the following: > > cmd="ifconfig $if $name $mask $bcaddr $ext1 $ext2 down" > cmd="$cmd;dhclient $if" > > in my case if have /etc/hostname.ath0 like: > > up

netstart(8) brings interface down in case of dhcp

2008-05-10 Thread Denis Doroshenko
hello, in case there is a "dhcp" in hostname.if(5), netstart does the following: cmd="ifconfig $if $name $mask $bcaddr $ext1 $ext2 down" cmd="$cmd;dhclient $if" in my case if have /etc/hostname.ath0 like: up nwid openwlan dhcp the interface comes up within the network "openwlan" and then is br