Difference between revisions of "Ipv6 ftw"
Jump to navigation
Jump to search
(Created page with "<pre> sudo apt-get install miredo </pre> Now if you check your ifconfig you'll have an ipv6 address. Sign up for an account at dyndns.org and create a new host. Now add this li...") |
m |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Networking]] | ||
+ | |||
+ | First we install miredo and libao-dev (needed to compile inadyn-mt below) | ||
+ | |||
<pre> | <pre> | ||
− | sudo apt-get install miredo | + | sudo apt-get install miredo libao-dev |
</pre> | </pre> | ||
Now if you check your ifconfig you'll have an ipv6 address. | Now if you check your ifconfig you'll have an ipv6 address. | ||
+ | |||
+ | Grab inadyn-mt from [http://sourceforge.net/projects/inadyn-mt/ http://sourceforge.net/projects/inadyn-mt/]. Compile and install it. | ||
+ | |||
+ | <pre> | ||
+ | wget http://superb-sea2.dl.sourceforge.net/project/inadyn-mt/inadyn-mt/inadyn-mt.v.02.24.36/inadyn-mt.v.02.24.36.tar.gz | ||
+ | tar xvzf inadyn-mt.v.02.24.36.tar.gz | ||
+ | cd inadyn-mt.v.02.24.36 | ||
+ | ./configure | ||
+ | make | ||
+ | sudo make install | ||
+ | </pre> | ||
Sign up for an account at dyndns.org and create a new host. Now add this line to a file in /etc/cron.d/hourly: | Sign up for an account at dyndns.org and create a new host. Now add this line to a file in /etc/cron.d/hourly: |
Latest revision as of 16:03, 4 October 2017
First we install miredo and libao-dev (needed to compile inadyn-mt below)
sudo apt-get install miredo libao-dev
Now if you check your ifconfig you'll have an ipv6 address.
Grab inadyn-mt from http://sourceforge.net/projects/inadyn-mt/. Compile and install it.
wget http://superb-sea2.dl.sourceforge.net/project/inadyn-mt/inadyn-mt/inadyn-mt.v.02.24.36/inadyn-mt.v.02.24.36.tar.gz tar xvzf inadyn-mt.v.02.24.36.tar.gz cd inadyn-mt.v.02.24.36 ./configure make sudo make install
Sign up for an account at dyndns.org and create a new host. Now add this line to a file in /etc/cron.d/hourly:
inadyn-mt --ip_server_name checkip6.zerigo.com -u USERNAME -p PASSWORD -a HOSTNAME.dyndns.org ip6 --iterations 1
DONESIES