Skip to content

Update End Point, TunnelBroker

Hello,

If you want to UPDATE your tunnelbroker end point, you can use this: http://ipv4.tunnelbroker.net/ipv4_end.php

There are the format that you have to use. In /etc/rc.local file I add this line to get my IPADDRESS:

IP=`ifconfig eth0 | grep "inet addr" | cut -d : -f 2 | cut -d B -f 1 | sed 's/^ *//;s/ *$//'`

And after this one to update the ENDPOINT

wget https://ipv4.tunnelbroker.net/ipv4_end.php?ipv4b=$IP&pass=senha&user_id=USERID&tunnel_id=TUNNELID

Best Regards,
Matheus

Published inAprendendoipv6Linux

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.