conf/107035: bridge interface given in rc.conf not taking an (static) IP address

Charles KOPROWSKI juan at klipix.org
Tue Feb 27 08:50:09 UTC 2007


The following reply was made to PR conf/107035; it has been noted by GNATS.

From: Charles KOPROWSKI <juan at klipix.org>
To: bug-followup at FreeBSD.org,  mafua at dempseyuniform.com
Cc:  
Subject: Re: conf/107035: bridge interface given in rc.conf not taking an
 (static) IP address
Date: Tue, 27 Feb 2007 09:21:00 +0100

 Hi,
 
 I had the same problem setting up a bridge with static ip address. I 
 tried with a different order of arguments as it was sugested by Andrew 
 and it worked.
 
 Here's my /etc/rc.conf:
 ifconfig_vr0="up"
 ifconfig_dc0="up"
 cloned_interfaces="bridge0"
 ifconfig_bridge0="inet 10.0.1.10 netmask 255.255.255.0 addm vr0 addm dc0"
 
 cheers
 
 


More information about the freebsd-rc mailing list