Gentoo Archives: gentoo-user

From: Chris Brennan <xaero@××××××××××.net>
To: gentoo-amd64@l.g.o, gentoo-user@l.g.o
Subject: [gentoo-user] Networking bridging
Date: Thu, 21 Feb 2008 02:41:14
Message-Id: 47BCE4AB.2000500@xaerolimit.net
1 I am trying to set up a Bridge for Qemu to use. I followed the guide
2 at
3 http://gentoo-wiki.com/HOWTO:_Qemu#Using_TUN.2FTAP_interface_as_a_normal_user
4 but when ever the bridge starts, I loose connectivity outside of my
5 box :/ ... am I missing something ....
6
7
8 I've includes the output of my /etc/conf.d/net file ....
9
10
11 # This blank configuration will automatically use DHCP for any net.*
12 # scripts in /etc/init.d. To create a more complete configuration,
13 # please review /etc/conf.d/net.example and save your configuration
14 # in /etc/conf.d/net (this file :]!).
15 dns_domain=( "unworldly.org" )
16 nis_domain=( "unworldly.org" )
17 dns_domain_eth0=( "unworldly.org" )
18 dns_search_eth0=( "unworldly.org xaerolimit.net" )
19 dns_servers_eth0=( "192.168.1.1 4.2.2.1 4.2.2.2" )
20
21 ##
22 # LAN
23 ##
24 config_eth0=( "192.168.1.2 netmask 255.255.255.0 brd 192.168.1.255" )
25 routes_eth0=( "default via 192.168.1.1" )
26
27 ##
28 # Bridge
29 ##
30 bridge_br0="eth0"
31 config_br0=( "192.168.1.20 netmask 255.255.255.0 brd 192.168.1.255" )
32 #dhcpcd_br0="-t 10"
33 RC_NEED_br0="net.eth0"
34 brctl_br0=( "setfd 0" "sethello 0" "stp off" )
35 config_tap0=( "10.0.2.1 netmask 255.255.255.0" )
36
37 --
38 #################################################################################
39 # NOTICE: The contents of this e-mail and any attachments to it may
40 #
41 # contain privileged and confidential information from XaeroLimit
42 #
43 # Industries or its affiliates. This information is only for the
44 viewing #
45 # or use of the intended recipient. If you are not the intended
46 recipient, #
47 # you are hereby notified that any disclosure, copying, distribution
48 or use #
49 # of, or the taking of any action in reliance upon, the information
50 #
51 # contained in this e-mail, or any of the attachments to this e-mail,
52 #
53 # is strictly prohibited. If you have received this e-mail in error,
54 #
55 # please immediately notify the sender by replying to this message and
56 #
57 # delete it from your system. #
58 #################################################################################
59
60 --
61 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Networking bridging Daniel da Veiga <danieldaveiga@×××××.com>