Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2011 15:41:53 +0300
From:      Alexander Pyhalov <alp@rsu.ru>
To:        freebsd-current@freebsd.org
Subject:   Could /etc/rc.d/routing require bridge?
Message-ID:  <4D8C8D91.2060002@rsu.ru>

next in thread | raw e-mail | index | archive | help
Hello.
I'm just implementing the following network scheme on our freebsd hosts:
1) physical interface
2) for each vlanN on physical interface I create bridgeN and connect 
interface to the bridge
3) for each vnet jail which need access to vlanN I create epair and 
connect it to bridgeN
4) for real host I use the same scheme: I create epair and connect it to 
the bridge with necessary vlan.

I have the following problem: routing is started before bridge creation, 
so in default configuration host is inaccessible.
If I modify /etc/rc.d/routing script so that it requires bridge, 
everything is fine (I can reach my host).
So what is a reason for /etc/rc.d/routing to miss dependency on bridge?
-- 
Best regards,
Alexander Pyhalov,
system administrator of Computer Center of Southern Federal University



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