Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2007 08:50:09 GMT
From:      Charles KOPROWSKI <juan@klipix.org>
To:        freebsd-rc@FreeBSD.org
Subject:   Re: conf/107035: bridge interface given in rc.conf not taking an (static) IP address
Message-ID:  <200702270850.l1R8o9D4093980@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/107035; it has been noted by GNATS.

From: Charles KOPROWSKI <juan@klipix.org>
To: bug-followup@FreeBSD.org,  mafua@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
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702270850.l1R8o9D4093980>