https://bugzilla.novell.com/show_bug.cgi?id=572202 https://bugzilla.novell.com/show_bug.cgi?id=572202#c8 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |wjontofs@atriumberlin.de --- Comment #8 from Marius Tomaschewski <mt@suse.com> 2011-10-25 08:21:19 UTC --- At the moment I don't have any idea what this could be... works for me. Did you enabled ipv6 forwarding? For example by adding: net.ipv6.conf.all.forwarding = 1 (with "default" or interface name instead of "all"?) to /etc/sysctl.conf or /etc/sysconfig/network/ifsysctl or by setting the IPV6_FORWARD=yes variable in /etc/sysconfig/sysctl (DEPRECATED)? Enabling ipv6 forwarding on a host disables autoconfig. Could you attach the "radvdump" output? You can make your ipv6 addresses anonymous if you like, e.g. by replacing the prefix with 2001:DB8: ... (the documentation prefix). In stateless case it should look like this (only the most important flags): interface eth0 { AdvManagedFlag off; # get IP-Address via dhcpv6 AdvOtherConfigFlag off; # get Other config via dhcpv6 prefix 2001:DB8:aaaa::/64 { AdvAutonomous on; # Allows host to assign address itself } } [in statefull autoconf case at least the AdvManagedFlag is on]. Further, please also attach the /etc/sysconfig/network/ifcfg-eth0 file and the "sysctl net.ipv6.conf.all ; sysctl net.ipv6.conf.eth0" and the output of "ifstatus eth0". Please replace "eth0" with the interface name you're using. I don't know if this matters (don't remember what virtualbox is doing), but looking on the interfaces in comment 4...: Important kernel difference on 11.4 or newer is that the order of bridge and vlan processing has been inverted: a bridge is processed before vlan. This causes, that when there is a vlan and a bridge on the same physical interface (e.g. vlan42 or eth0.42 on eth0 and eth0 is port in br0), then the vlan interface does not work any more, because the bridge "eats" the traffic. The vlan has to be on top of the bridge for newer kernels. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.