# This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, # please review /etc/conf.d/net.example and save your configuration # in /etc/conf.d/net (this file :]!). dns_domain_lo="stuwo-steinweg.de" dns_domain_eth0="stuwo-steinweg.de" depend_xbr0() { need net.vpn net.vpn2 net.eth1 } config_eth1=( "null" ) tuntap_vpn="tap" config_vpn=( "0.0.0.0" ) tuntap_vpn2="tap" config_vpn2=( "0.0.0.0" ) bridge_xbr0="eth1 vpn vpn2" routes_xbr0=( "default via 192.168.222.250" ) dns_servers_xbr0=( "192.168.222.250" ) config_xbr0=( "192.168.222.22 netmask 255.255.254.0 brd 192.168.222.255" )