br0 with only one interface and IPv6
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm trying to setup a virtual bridged interface, using both my IPv4 and
IPv6 tunneled interface
like in this e.g
http://wiki.libvirt.org/page/Networking#Debian.2FUbuntu_Bridging
My current settings are as follows
cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 8.8.8.8
dns-nameservers 8.8.4.4
iface eth0 inet6 static
address 2a01:348:6:xxxx::
netmask 64
root@jupiter:/home/xpd259# ifconfig
eth0 Link encap:Ethernet HWaddr 98:4b:e1:08:a5:xx
inet addr:192.168.0.100 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: 2a01:348:6:xxx::/64 Scope:Global
inet6 addr: fe80::9a4b:xxx:fe08:a52f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1367034 errors:0 dropped:0 overruns:0 frame:0
TX packets:1767972 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:171828587 (163.8 MiB) TX bytes:2281769626 (2.1 GiB)
Interrupt:18
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:79 errors:0 dropped:0 overruns:0 frame:0
TX packets:79 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7117 (6.9 KiB) TX bytes:7117 (6.9 KiB)
sixxs Link encap:UNSPEC HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet6 addr: fe80::48:6:xxx:2/64 Scope:Link
inet6 addr: 2a01:348:6:xxx::2/64 Scope:Global
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1280 Metric:1
RX packets:18386 errors:0 dropped:0 overruns:0 frame:0
TX packets:22593 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:3594513 (3.4 MiB) TX bytes:24967953 (23.8 M
would changing interfaces to this work?
(I don't have easy physical access to the machine so any boo boo = apita)
cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
auto br0
iface br0 inet static
address 192.168.0.100
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 8.8.8.8
dns-nameservers 8.8.4.4
bridge_ports eth0
bridge_stp on
bridge_maxwait 0
bridge_fd 0
iface br0 inet6 static
address 2a01:348:6:xxxx::
netmask 64
many thanks
Dick Thomas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJRytedAAoJEF0vI0WYYxBR+wQH/je5UEgXHG3xodQgY5xbQqoV
Ya0ftpjDPlwkyDHGqndOCSYEHBH9nuZCX4ZiHZBMXwYWsf++NbpZ+IWBlkYpKKtI
QEL3zPtIzb6bdwP+MzCX60ooFYH5PvnzzCZHLUYugRqRh/9Q2Ew4M6ZHP3vZYTQg
bFHI/PEfwHRBv+0gDMowD89RnOOJwPkUhBKEko5J5hPQ0kh9Tq4PfSyfJxWFmlIF
euQBLBviigmNZSeq9i+Bgdchho4g2op6w/DUbt5DcfOj04MGxTVuvDgRFLgzb020
C8mRqk+/TBENa1Cw0OHJ8MhMwWjIjPzfAtW65Bt5oaQhE/bV+NV4yO+aHoFwqv4=
=o14k
-----END PGP SIGNATURE-----
Reply to: