I am trying to set up a Bridge for Qemu to use. I followed the guide
at
http://gentoo-wiki.com/HOWTO:_Qemu#Using_TUN.2FTAP_interface_as_a_normal_user
but when ever the bridge starts, I loose connectivity outside of my
box :/ ... am I missing something ....


I've includes the output of my /etc/conf.d/net file ....


# 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=( "unworldly.org" )
nis_domain=( "unworldly.org" )
dns_domain_eth0=( "unworldly.org" )
dns_search_eth0=( "unworldly.org xaerolimit.net" )
dns_servers_eth0=( "192.168.1.1 4.2.2.1 4.2.2.2" )

##
# LAN
##
config_eth0=( "192.168.1.2 netmask 255.255.255.0 brd 192.168.1.255" )
routes_eth0=( "default via 192.168.1.1" )

##
# Bridge
##
bridge_br0="eth0"
config_br0=( "192.168.1.20 netmask 255.255.255.0 brd 192.168.1.255" )
#dhcpcd_br0="-t 10"
RC_NEED_br0="net.eth0"
brctl_br0=( "setfd 0" "sethello 0" "stp off" )
config_tap0=( "10.0.2.1 netmask 255.255.255.0" )

-- 
#################################################################################
# NOTICE: The contents of this e-mail and any attachments to it may   
     #
# contain privileged and confidential information from XaeroLimit   
     #
# Industries or its affiliates. This information is only for the
viewing     #
# or use of the intended recipient. If you are not the intended
recipient,     #
# you are hereby notified that any disclosure, copying, distribution
or use     #
# of, or the taking of any action in reliance upon, the information   
     #
# contained in this e-mail, or any of the attachments to this e-mail,
        #
# is strictly prohibited. If you have received this e-mail in error,
        #
# please immediately notify the sender by replying to this message and
        #
# delete it from your system.                             #
#################################################################################

-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to