SixXS::Sunset 2017-06-06

tunnelscript for dd-wrt with static sixxs tunnel
[de] Shadow Hawkins on Friday, 01 June 2007 20:24:36
hello everybody, unfortunatly i found out that i don´t need "Aiccu" when have a static ip. :D i found a script for my DD-WRT (DD-WRT v23 SP2) So after i put this script into the required fields and enabled ipv6 and rebooted my router i still can´t ping my ipv6 endpoint :( #!/bin/sh LOCALIP=xx.79.xxx.249 POPIP=xxx.224.0.188 LOCTUN=2001:6f8:xxx:795::2 REMTUN=2001:6f8:xxx:795::1 case $1 in start) echo -n "Starting SixXS.Net IPv6 tunnel: " ip tunnel add sixxs mode sit local $LOCALIP remote $POPIP ip link set sixxs up ip link set mtu 1280 dev sixxs ip tunnel change sixxs ttl 64 ip -6 addr add $LOCTUN/64 dev sixxs ip -6 ro add default via $REMTUN dev sixxs echo "Done." ;; stop) echo -n "Stopping SixXS.Net IPv6 tunnel: " ip link set sixxs down ip tunnel del sixxs echo "Done." ;; restart) $0 stop $0 start ;; *) echo "Usage: $0 {start | stop | restart}" ;; esac exit 0 what i am doinf wrong? any ideas ? regards marc
tunnelscript for dd-wrt with static sixxs tunnel
[ch] Jeroen Massar SixXS Staff on Thursday, 31 May 2007 09:35:38
Why don't you try reading the "Reporting problems" section on the Contact page as clearly stated in the big green box at every post and at various other places?
tunnelscript for dd-wrt with static sixxs tunnel
[de] Shadow Hawkins on Friday, 01 June 2007 20:25:48
sorry, i don´t want to bother the support, but i it did it anyway 2 days before.
tunnelscript for dd-wrt with static sixxs tunnel
[ch] Jeroen Massar SixXS Staff on Friday, 01 June 2007 20:00:46
Did you really read trough the WHOLE list that is given there and provided all the information that is requested? As with that information people here on the forum can help you. Without it, nobody can help you, unless you provide a the user/pass of a uid0 of a user next to the IP address of the host of course.
tunnelscript for dd-wrt with static sixxs tunnel
[de] Shadow Hawkins on Sunday, 03 June 2007 18:36:22
Did you really read trough the WHOLE list that is given there and provided all the information that is requested?
when i search for "osx" i just found my own posts and some irrelevant because it seems nobody use "osx§ with a static ip and an Openwrt router and YES i provided all information thats required. still waiting for an answer have a nice day
tunnelscript for dd-wrt with static sixxs tunnel
[ch] Jeroen Massar SixXS Staff on Sunday, 03 June 2007 19:14:02
Which browser are you using, maybe it doesn't understand the <ul> and <li> tags properly, but here goes, the whole "Reporting Problems" list from the Contact page: 8<----------------------------------------------------------------------------- Reporting problems When describing a problem, either to the Staff in an email to the above address, or with a post in the Forum or in the Ticket System, please provide the following information where available: * Always include clear descriptive information about your problem or inquiry. * When on a unix-alike platform that supports AICCU, please run AICCU and run it using "aiccu test". * When using AICCU, check that you are using the latest version, and of course please specify where the binary comes from. * Always provide your NIC handle and if applicable the Tunnel or Route IDs you wish to discuss. * Use the email address you have provided in your handle as that is what we use as a contact handle. * Provide details of the setup, type of connections, where NATs are located. * Provide information of your OS type, version and release (ie. uname -a), noting also the distribution name. * Include full interface, routing and firewall tables. * Include a IPv4 and IPv6 traceroute to the PoP in question. * With heartbeat tunnels, first check clock synchronization or better: use AICCU. * Check with Wireshark or tcpdumps of the interface over which the tunnel runs. Use -n (numeric) as an option and don't filter returning ICMP which could also come from routers between your endpoint and the PoP and also use -s 1500 so that one gets the full packet. * The status of the PoP is listed on the PoP Status page, if it is marked down there we are aware of the issue and we will try to resolve it as soon as possible. Additionally other issues are listed in the Ticket Tracker Ticket Tracker. * We are not your personal helpdesk, thus first read the FAQ and/or use the forum, many cases can already be solved that way, but we do want to have you actually use the tunnel thus do contact us if the problem persists. ----------------------------------------------------------------------------->8 And really, as long as you don't want to provide that information we really can't help out.

Please note Posting is only allowed when you are logged in.

Static Sunset Edition of SixXS
©2001-2017 SixXS - IPv6 Deployment & Tunnel Broker