* [gentoo-user] Bridge interface doesn't set default gateway.
@ 2007-01-17 17:57 Huib van Wees
2007-01-18 21:19 ` Dan Farrell
0 siblings, 1 reply; 2+ messages in thread
From: Huib van Wees @ 2007-01-17 17:57 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
Hi List,
I don't know when this happend, I don't reboot my system very often.
Here is the issue.
This Gentoo box has 5 ethernet interfaces. All together in bridge br0
But somehow the default gateway isn't set at boot time which is quiete
anoying, this worked before but I think the net startup script has been
updated and this is changed.
Anyone any clues?
This is how mijn /etc/conf.d/net looks like:
bridge_br0="eth0 eth1 eth2 eth3 eth4"
config_br0=( "172.30.0.4 broadcast 172.30.255.255 netmask 255.255.0.0" )
gateway="br0/172.30.0.1"
--
Met vriendelijke groet / With kind regards,
H. van Wees
---
If UNIX isn't the solution, you've got the wrong problem.
[-- Attachment #2: Type: text/html, Size: 883 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] Bridge interface doesn't set default gateway.
2007-01-17 17:57 [gentoo-user] Bridge interface doesn't set default gateway Huib van Wees
@ 2007-01-18 21:19 ` Dan Farrell
0 siblings, 0 replies; 2+ messages in thread
From: Dan Farrell @ 2007-01-18 21:19 UTC (permalink / raw
To: gentoo-user
On Wed, 17 Jan 2007 18:57:54 +0100
"Huib van Wees" <hvwees@gmail.com> wrote:
> Hi List,
>
> I don't know when this happend, I don't reboot my system very often.
> Here is the issue.
>
> This Gentoo box has 5 ethernet interfaces. All together in bridge br0
>
> But somehow the default gateway isn't set at boot time which is quiete
> anoying, this worked before but I think the net startup script has
> been updated and this is changed.
>
> Anyone any clues?
>
> This is how mijn /etc/conf.d/net looks like:
> bridge_br0="eth0 eth1 eth2 eth3 eth4"
> config_br0=( "172.30.0.4 broadcast 172.30.255.255 netmask
> 255.255.0.0" ) gateway="br0/172.30.0.1"
>
from /etc/conf.d/net.example:
#-----------------------------------------------------------------------------
# Bridging (802.1d)
# For bridging support emerge net-misc/bridge-utils
# To add ports to bridge br0
#bridge_br0="eth0 eth1"
# or dynamically add them when the interface comes up
#bridge_add_eth0="br0"
#bridge_add_eth1="br0"
# You need to configure the ports to null values so dhcp does not get
started #config_eth0=( "null" )
#config_eth1=( "null" )
# Finally give the bridge an address - dhcp or a static IP
#config_br0=( "dhcp" ) # may not work when adding ports dynamically
#config_br0=( "192.168.0.1/24" )
# If any of the ports require extra configuration - for example
wireless or # ppp devices - we need to depend on them like so.
#RC_NEED_br0="net.eth0 net.eth1"
# Below is an example of configuring the bridge
# Consult "man brctl" for more details
#brctl_br0=( "setfd 0" "sethello 0" "stp off" )
#-----------------------------------------------------------------------------
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-18 21:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-17 17:57 [gentoo-user] Bridge interface doesn't set default gateway Huib van Wees
2007-01-18 21:19 ` Dan Farrell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox