ipv6 problems... - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: DNS and DHCP (https://www.linux-noob.com/forums/forum-84.html) +--- Thread: ipv6 problems... (/thread-3203.html) |
ipv6 problems... - anyweb - 2004-08-11 ok.. z0ny helped me setup ipv6 but now the dumb thing is not working and i havnt changed anything my ipv6 details are here (from my sixxs.sh script) Code: #!/bin/sh when i as root, type sixxs.sh start it starts fine, no error messages Code: [root@localhost root]# sixxs.sh start yet if i try to ping the ipv4 of my tunnel broker it works, but if i try to ping6 my tunnel broker, it fails. i have correctly used IPTABLES on the router (in my case smoothwall) to route protocol 41 and this has worked fine for some time, just stopped yesterday and wont come back any advice from anyone ?? Quote:[root@smoothwall root]# iptables -t nat -I PREROUTING -p 41 -j DNAT --to-destination 192.168.0.117[root@smoothwall root]# iptables -I FORWARD -p 41 -j ACCEPT ipv6 problems... - hijinks - 2004-08-13 not sure about all tunnel brokers.. but i think you might have to forward protocol 41 to make it work if you are behind a NAT ipv6 problems... - anyweb - 2004-08-13 i've done that dude (its in the post) ;) i believe its my tunnel because it started working again all by itself magically cheers anyweb |