On 01/19/2011 02:27 PM, James Knott wrote:
# http://en.opensuse.org/Packaging/SUSE_Package_Conventions/Sysconfig # It's generally a good idea to avoid using shell variable # substitution (foo="$bar") and multi line values.
Togan
I tried that and it completely killed my IPv6 connection. Nmap shows all ports closed and I can't even ping ipv6.google.com. So, it appears that "\" is necessary for IPv6 to work.
Himm, Ok could you send the output of to make sure you have ip6 forwarding turned on grep IPV6_FORWARD /etc/sysconfig/sysctl (this should be yes) and for i in /proc/sys/net/ipv6/conf/* ; do cat $i/forwarding;done you should see 1 if this box is doing ipv6 forwarding Togan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org