STEP 2, fixing dhclient behaviour with multiple interfaces

Dominic Mitchell dom at happygiraffe.net
Wed Jul 30 00:18:15 PDT 2003


On Wed, Jul 30, 2003 at 08:52:19AM +0200, Martin Blapp wrote:
> But the interface adding does still not work. Maybe a different
> syntax than this ?
> 
> connect
> new interface
> open
> set rl0 = "up";
> update
> close

I think you want this syntax (although I still couldn't get it to work):

connect
new interface
set name = "rl0"
open
set state = "up"
update
close

-Dom


More information about the freebsd-current mailing list