stegmuellerm
Newbie

Posts: 4
|
 |
« on: July 11, 2010, 06:49:10 am » |
|
Hello everybody,
has anyone an idea how to configure an IPv6 Tunnel over he.net or tunnelbroker.net with my fritzbox 7270v3
There must be also an solution because i get the folowing options:
6in4
Geben Sie den Tunnelendpunkt an. IPv4-Adresse des Tunnelendpunktes: IPv6-Adresse des Tunnelendpunktes: Lokale IPv6-Adresse: IPv6-Präfix: /
but it will not work with my configuration i have
|
|
|
|
|
Logged
|
|
|
|
|
cholzhauer
|
 |
« Reply #1 on: July 11, 2010, 07:17:43 am » |
|
I looked around google real quick and most of the links I found were people with the same problem as you. Did you see this link? http://www.sixxs.net/wiki/Fritz!Box_7270
|
|
|
|
|
Logged
|
|
|
|
stegmuellerm
Newbie

Posts: 4
|
 |
« Reply #2 on: July 11, 2010, 04:30:51 pm » |
|
this is my problem.
So maybe he.net has an solution for this problem. I search for an solution over he.net
not over SIXXS
|
|
|
|
|
Logged
|
|
|
|
stegmuellerm
Newbie

Posts: 4
|
 |
« Reply #3 on: July 15, 2010, 06:20:24 am » |
|
UPDATE:
since Labor Firmware 74.04.85-17828 from 14.07.2010 he.net Tunnel is working with an fix IP on Fritzbox 7270v3
It is working nowon my Fix IP.
But how to solve it on a Fritzbox with dynamic IP ?
Any Ideas ? Really if we work together maybe we will find a solition. Maybe he.net has an idea or a workaround to solve it.
|
|
|
|
|
Logged
|
|
|
|
stegmuellerm
Newbie

Posts: 4
|
 |
« Reply #4 on: July 24, 2010, 04:51:58 pm » |
|
But how to solve it on a Fritzbox with dynamic IP ?
Any Ideas ? Really if we work together maybe we will find a solition. Maybe he.net has an idea or a workaround to solve it.
for this no one has an answer ?
|
|
|
|
|
Logged
|
|
|
|
|
jimb
|
 |
« Reply #5 on: July 24, 2010, 05:05:00 pm » |
|
You could write a script which runs on a box behind the fritzbox, determines the new public IP, and reconfigures the HE tunnel and fritzbox configuration. There are a few who have already done this and posted such scripts for linux, etc, but not specifically the fritz.
|
|
|
|
|
Logged
|
|
|
|
cider
readonly_member
Newbie

Posts: 1
|
 |
« Reply #6 on: January 04, 2011, 05:06:33 am » |
|
In the german computer magazine ct in the issuse 1/2011 there is a solution for this problem (see: http://www.heise.de/ct/hotline/Fritzbox-mit-6in4-Tunnel-1152399.html) On your FritzBox, create a new user defined Dynamic DNS account: URL: http://ipv4.tunnelbroker.net/ipv4_end.php?ipv4b=%3Cipaddr%3E&pass=%3Cpass%3E&user_id=%3Cusername%3E&tunnel_id=123456 (change just the tunnel_id in the end!) Domainname: he-tunnelbroker-update.com (whatever, doesn't matter) Username: The "UserID" Hash you see on the front page of tunnelbroker.net after login Password: Your password as an MD5 Hash. On Linux you get it by typing: echo -n 'password' | md5sum Thats it. However, I have a problem setting up the HE tunnel on my FritzBox at all. I enable IPv6, choose the 6in4 tunnel and enter the IPv4-address of the tunnelserver in Amsterdam (216.66.84.46). As the IPv6 address of the tunnelserver and local IPv6 address I tried to enter the addresses from my tunnel details website with ::1/64 in the end and with just ::1. The FritzBox doesn't seem to accept that. After a click on Apply only the IPv4 address of the server and the IPv6 prefix remain in the form, both IPv6 addresses are replaced by the default "::". Can anyone who did set up an HE tunnel on his FritzBox can explain the exact format in which I have to enter the details? Thank you, cider
|
|
|
|
|
Logged
|
|
|
|
grischard
Newbie

Posts: 1
|
 |
« Reply #7 on: February 24, 2011, 05:11:03 pm » |
|
I have successfully configured my 7570 to work with he.net. Configuring the 6in4 tunnel wasn't enough, the 7570 kept using the 6RD endpoint and prefix. Fighting with the web interface was useless; I had to edit the relevant part of my /var/flash/ar7.conf to look like this : ip6_6to4static_cfg { popaddr = 216.66.84.42; local = 2001:470:1f12:68f::2; remote = 2001:470:1f12:68f::1; prefix = 2001:470:ca4f::; prefixlen = 48; } ip6_6rd_cfg { popaddr = 216.66.84.42; prefix = 2001:470:ca4f::; prefixlen = 48; }
Extra firewall rules let you enable inbound tcp and udp, but no other protocols so far.
|
|
|
|
« Last Edit: February 24, 2011, 05:18:23 pm by grischard »
|
Logged
|
|
|
|
renne
Newbie

Posts: 14
|
 |
« Reply #8 on: January 04, 2012, 10:00:44 am » |
|
Fritzbox 7390 works out of the box. 1. Set "Dynamic DNS-provider" to "Custom". 2. Set "Update-URL" to ipv4.tunnelbroker.net/nic/update?username=<username>&password=<pass>&hostname=<TUNNEL_ID>&myip=<ipaddr>
where <TUNNEL_ID> is the numeric ID of your tunnel. 3. You MUST put any hostname with a existing A-record in the "domain"-field to trick the Fritzbox (Fritzbox disables DynDNS if there is no hostname with A-record). 4. Enter username and password from the tunnelbroker website on the Fritzbox.
|
|
|
|
|
Logged
|
|
|
|
KroontjesPen
Newbie

Posts: 8
|
 |
« Reply #9 on: March 10, 2012, 09:39:36 am » |
|
In the german computer magazine ct in the issuse 1/2011 there is a solution for this problem (see: http://www.heise.de/ct/hotline/Fritzbox-mit-6in4-Tunnel-1152399.html) ................. However, I have a problem setting up the HE tunnel on my FritzBox at all. I enable IPv6, choose the 6in4 tunnel and enter the IPv4-address of the tunnelserver in Amsterdam (216.66.84.46). As the IPv6 address of the tunnelserver and local IPv6 address I tried to enter the addresses from my tunnel details website with ::1/64 in the end and with just ::1. The FritzBox doesn't seem to accept that. After a click on Apply only the IPv4 address of the server and the IPv6 prefix remain in the form, both IPv6 addresses are replaced by the default "::". Can anyone who did set up an HE tunnel on his FritzBox can explain the exact format in which I have to enter the details? Thank you, cider This is what I have done. IPv4 address of the tunnel end-point: 216:66:84:46IPv6 address of the tunnel end-point: 2001:xxxx:1f14:xxxx::1Local IPv6 address: 2001:xxxx:1f14:xxxx::2IPv6 prefix: 2001:xxxx:1f15:xxxx::2 / 64
Now I am looking for the info to connect Vista en XP computers to the Fritzbox 7270 using this tunnel.
|
|
|
|
|
Logged
|
Dit is mijn moedertaal. 
|
|
|
renne
Newbie

Posts: 14
|
 |
« Reply #10 on: March 10, 2012, 06:13:16 pm » |
|
If you have set up DynDNS correctly, the Fritzbox should use the Tunnel ('Internet' -> 'Online-Monitor' -> 'Internet, IPv6' should show a green light, connected since, IPv6 address and IPv6 prefix). The new firmware for the FB7390 provides custom DNS servers, which will be added to the next 7270 release. Use '2001:470:20::2'. Vista should provide IPv6 out of the box, but WinXP needs installation of IPv6 Stack (enter 'ipv6 install ' on console).
|
|
|
|
|
Logged
|
|
|
|
|
|
renne
Newbie

Posts: 14
|
 |
« Reply #12 on: March 11, 2012, 10:39:47 am » |
|
Tunnel is working through the Fritzbox 7270 ! ! !  GREAT!  Update URL: ipv4.tunnelbroker.net/nic/update?username=<username>&password=<pass>&hostname=YOUR_DECIMAL_TUNNEL_ID&myip=<ipaddr> Domain name: Which. Anyone you like which has any A-Record. It's just a dummy to make the Fritz!Box happy (Fritz!Box only checks if an A-Record exists). I just used the hostname of my webserver (www.<mydomain>.de).  User Name: Your Tunnelbroker login username (plain text) Password (confirmation): Your Tunnelbroker login password (plain text)
|
|
|
|
« Last Edit: March 11, 2012, 10:47:30 am by renne »
|
Logged
|
|
|
|
|
|
renne
Newbie

Posts: 14
|
 |
« Reply #14 on: March 11, 2012, 11:40:50 am » |
|
In case you need a second DynDNS-Client for IPv4, the MyFritz! service already available in the beta firmware for the FB7270 will provide one (hostname will be something like "jk3frdwejhfxljaksn.myfritz.net"). It provides IPv4-A-Record, IPv6-AAAA-Record and a TTL of 60 seconds. With current firmware, you have NO ACCESS to IPv6-DNS-servers (only IPv4-DNS-Servers providing IPv6-AAAA-records). But the beta firmware already provides fields for custom DNS-servers in which you can add the HE Anycast-Caching-DNS-server for IPv6. Otherwise you have to enter IPv6-DNS-servers on each host.
|
|
|
|
|
Logged
|
|
|
|
|