May 24, 2013, 10:06:59 am
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Welcome to Hurricane Electric's Tunnelbroker.net forums!
Home
Help
Search
Login
Register
Hurricane Electric's IPv6 Tunnel Broker Forums
>
General IPv6 Topics
>
IPv6 Basics & Questions & General Chatter
>
Using the routed /64
Pages: [
1
]
« previous
next »
Print
Author
Topic: Using the routed /64 (Read 1877 times)
TheBadShepperd
Newbie
Posts: 2
Using the routed /64
«
on:
August 09, 2011, 05:20:56 pm »
This is probably one of the stupider questions on this forum, but I'm defiantly not an expert with DNS/IPv6/Networking.
I've successfully set up a tunnel and am able to access IPv6 sites and services normally, but my IP is the Client IPv6 Address rather than my Routed /64.
What do I need to do (In Windows 7 *and* Ubuntu Linux, please) to use an address from my /64?
In case it is needed:
Client IPv6 Address: 2001:470:1f04:1efd::2/64
Routed /64: 2001:470:1f05:1efc::/64
Thanks in advanced!
Logged
cholzhauer
Hero Member
Posts: 2082
Re: Using the routed /64
«
Reply #1 on:
August 09, 2011, 06:07:13 pm »
For windows 7 you can add a static ipv6 address the same way you add a static ipv4 address..just choose the ipv6 adapter instead. Use an address from your routed /64 and the gateway is the ipv6 address on the inside of your firewall
Logged
sim100
Newbie
Posts: 2
Re: Using the routed /64
«
Reply #2 on:
August 21, 2011, 08:55:41 pm »
In *nix (and Ubuntu) you can add IP addresses using virtual interfaces.
There are tons of tutorials on how do it just google "linux multiple ip address eth0" as an example.
From the top of my head though it's done like this:
# vim /etc/network/interfaces
then add more interfaces:
auto sit1:0
iface sit1:0 inet static
address ...
auto sit1:1
iface sit1:1 inet static
address ...
auto sit1:2
iface sit1:2 inet static
address ...
Make sure you keep your original "sit1" without any ":" at the end.
Then restart your networking which in Ubuntu is done with:
# /etc/init.d/networking restart
Logged
sim100
Newbie
Posts: 2
Re: Using the routed /64
«
Reply #3 on:
August 21, 2011, 09:16:40 pm »
Actually an easier way on Ubuntu is to just type as root:
# ip addr add 2001:a::3/64 dev sit1
# ip addr add 2001:a::4/64 dev sit1
# ip addr add 2001:a::5/64 dev sit1
You may not need the /64, try both.
Logged
lfoothome
Newbie
Posts: 14
Re: Using the routed /64
«
Reply #4 on:
December 22, 2011, 10:00:31 pm »
This topic or one like is definitely good reading for Newbies and Explorers like myself.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Tunnelbroker.net Specific Topics
-----------------------------
=> News & Updates
=> Questions & Answers
=> HE's Widgets & Gadgets
-----------------------------
IPv6 Certification Program Topics
-----------------------------
=> General Discussion
=> Suggest a Test!
-----------------------------
DNS.HE.NET Topics
-----------------------------
=> General Questions & Suggestions
-----------------------------
General IPv6 Topics
-----------------------------
=> IPv6 Basics & Questions & General Chatter
=> IPv6 on Linux & BSD & Mac
=> IPv6 on Windows
=> IPv6 on Routing Platforms
=> IPv6 Software Applications & Hardware Appliances
Loading...