dslreports logo
 
    All Forums Hot Topics Gallery
spc
Search similar:


uniqs
8953

Napsterbater
Meh
MVM
join:2002-12-28
Milledgeville, GA

Napsterbater to ddasilva99

MVM

to ddasilva99

Re: Unable to connect to IPv6 Newsgroups

From your tracert's look like you are using a terdo relay not the Gateway6 network.

With the Gateway6 working you should now be setup for IPv6 newsgroups, also try restarting SABnzbd+ in case your IPv6 changed.
ddasilva99
join:2007-02-20
Mississauga, ON

2 edits

ddasilva99

Member

Hi Nap,

How do I use the HE tunnel rather than the Gateway6 client? Is that the Teredo relay you mentioned in your note?

Here is the code from my windows batch file used to setup the HE tunnel...
netsh interface ipv6 add v6v4tunnel IP6Tunnel 69.196.128.252 216.66.38.58
netsh interface ipv6 add address IP6Tunnel 2001:470:1c:1be::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:1c:1be::1

Napsterbater
Meh
MVM
join:2002-12-28
Milledgeville, GA

Napsterbater

MVM

If you use HE you would have to update your IP on their site every time your IP changes, you could look at Sixxs.net they have a client and it pretty stable.
ddasilva99
join:2007-02-20
Mississauga, ON

2 edits

ddasilva99

Member

I updated my post below with the windows batch file commands I am using. Do I need to make any changes to my DD-WRT router?

I received the following error when i ran this line...
netsh interface ipv6 add v6v4tunnel IP6Tunnel 69.196.128.252 216.66.38.58

You were not connected because a duplicate name exists on the network. If joinin
g a domain, go to System in Control Panel to change the computer name and try ag
ain. If joining a workgroup, choose another workgroup name.

Napsterbater
Meh
MVM
join:2002-12-28
Milledgeville, GA
(Software) OPNsense
Ubiquiti UniFi UAP-AC-PRO

Napsterbater

MVM

You will need to forward Protocol 41 to you computers LAN IP (you should set you computer IP to a static IP outside of the DHCP pool)

Add this to DD-WRT's firewall script (administration -> commands and replace 10.0.1.2 with you computers LAN IP)

iptables -t nat -A PREROUTING -i ppp0 -p 41 -j DNAT --to 10.0.1.2
iptables -t filter -A FORWARD -i ppp0 -p 41 -d 10.0.1.2 -j ACCEPT 
 
Napsterbater

Napsterbater to ddasilva99

MVM

to ddasilva99
said by ddasilva99:

I received the following error when i ran this line...
netsh interface ipv6 add v6v4tunnel IP6Tunnel 69.196.128.252 216.66.38.58

You were not connected because a duplicate name exists on the network. If joinin
g a domain, go to System in Control Panel to change the computer name and try ag
ain. If joining a workgroup, choose another workgroup name.
Try restarting your computer.
ddasilva99
join:2007-02-20
Mississauga, ON

ddasilva99

Member

Tried that and no luck. I think I have screwed up my IPv6 settings. Im going to try and reset them

Is there a way to reset the Teredo tunnel and all IPv6 tunnels/routes added?

Napsterbater
Meh
MVM
join:2002-12-28
Milledgeville, GA

Napsterbater

MVM

netsh interface ipv6 reset

Try that.
ddasilva99
join:2007-02-20
Mississauga, ON

1 edit

ddasilva99

Member

Hi Nap,

I performed the command and restarted the system. I encounter the following error...

C:\Users\Derek\Desktop>netsh interface ipv6 add v6v4tunnel IP6Tunnel 69.196.128.252 216.66.38.58
You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name.

How do I reset the v6v4tunnel?

Here is a list of my IPv6 routes...
C:\Users\Derek\Desktop>netsh interface ipv6 show route

Publish Type Met Prefix Idx Gateway/Interface Name
------- -------- --- ------------------------ --- ------------------------
No Manual 256 ::/0 16 2001:470:1c:1be::1
No Manual 256 ::1/128 1 Loopback Pseudo-Interface
1
No Manual 256 2001:470:1c:1be::/64 16 IP6Tunnel
No Manual 256 2001:470:1c:1be::2/128 16 IP6Tunnel
No Manual 256 fe80::/64 16 IP6Tunnel
No Manual 256 fe80::/64 11 Local Area Connection
No Manual 256 fe80::5efe:10.10.10.10/128 14 isatap.dnshost.com
No Manual 256 fe80::3da7:5850:44e8:b372/128 16 IP6Tunnel
No Manual 256 fe80::a0ae:2321:17e8:3ec1/128 11 Local Area Connectio
n
No Manual 256 ff00::/8 1 Loopback Pseudo-Interface
1
No Manual 256 ff00::/8 16 IP6Tunnel
No Manual 256 ff00::/8 11 Local Area Connection

Thanks,
D

Napsterbater
Meh
MVM
join:2002-12-28
Milledgeville, GA

1 edit

Napsterbater

MVM

Try

netsh interface ipv6 show interface

Look for the interface number of "IP6Tunnel" and replace x with that number

netsh interface ipv6 delete interface=x

then recheck

netsh interface ipv6 show routes
ddasilva99
join:2007-02-20
Mississauga, ON

ddasilva99

Member

Hi Nap,

I tried the command I have deleted the IPv6tunnel. When I run the commands provided from HE's website I see it added without errors.

I tried a IPv6 newsgroup and it didn't work. I also tried an IPv6 site and it didn't work.

Thanks for sticking with me throughout these issues. I appreciate it. What should I try next?

Napsterbater
Meh
MVM
join:2002-12-28
Milledgeville, GA
(Software) OPNsense
Ubiquiti UniFi UAP-AC-PRO

1 edit

Napsterbater

MVM

typed before I saw that post, let me see your routes now, then try and delete the interface and try the command below (confirm address are correct.

netsh interface ipv6 add v6v4tunnel IP6Tunnel 69.196.128.252 216.66.38.58
netsh interface ipv6 add address IP6Tunnel 2001:470:1c:1be::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:1c:1be::1 metric=5
netsh interface ipv6 set route 2001:470:1c:1be::2/128 IP6Tunnel metric=4
 
Napsterbater

1 edit

Napsterbater

MVM

also did you add this to your DD-WRT
said by Napsterbater:

You will need to forward Protocol 41 to you computers LAN IP (you should set you computer IP to a static IP outside of the DHCP pool)

Add this to DD-WRT's firewall script (administration -> commands and replace 10.0.1.2 with you computers LAN IP)

If you router is doing pppoe leave ppp0 if you are using a DHCP WAN address let me know what model DD-WRT is on.
iptables -t nat -A PREROUTING -i ppp0 -p 41 -j DNAT --to 10.0.1.2
iptables -t filter -A FORWARD -i ppp0 -p 41 -d 10.0.1.2 -j ACCEPT 
 

ddasilva99
join:2007-02-20
Mississauga, ON

ddasilva99

Member

Hi Nap,

I added the FW settings and restarted the router
I updated my batch file with the new WAN IP and HE Tunnel via the website
I added the metrics and new line to the batch file

Unfortunately I am unable to get any IPv6 sites.

Napsterbater
Meh
MVM
join:2002-12-28
Milledgeville, GA
(Software) OPNsense
Ubiquiti UniFi UAP-AC-PRO

Napsterbater

MVM

I just thought of something replace your WAN IP with your LAN IP in the batch file, also your DD-WRT is connecting to your ISP with PPPoE right?

netsh interface ipv6 add v6v4tunnel IP6Tunnel 69.196.128.252 ( <--REPLACE WITH LAN IP) 216.66.38.58
 
34764170 (banned)
join:2007-09-06
Etobicoke, ON

34764170 (banned) to ddasilva99

Member

to ddasilva99
said by ddasilva99:

Is everyone using Gateway6 as their IPv6 client?
Definitely not.
34764170

34764170 (banned) to Jabber

Member

to Jabber
said by Jabber:

Hey,

I followed the instructions on this page.

The problem with using HE is that every time your IP changes (assuming that you have a dynamic IP), you have to change it on their website in order for everything to work. I'm not sure if that's the same with Gateway6 as I haven't looked into it.
And that is to be expected since you have a dynamic IP address.
ddasilva99
join:2007-02-20
Mississauga, ON

ddasilva99 to Napsterbater

Member

to Napsterbater
Thank you for your assistance Nap. After setting the "WAN IP" to 192.168.1.2 all functionality was restored.
Please note I had to delete my existing IPv6Tunnel using the netsh delete before adding the proper netsh command with 192.168.1.2

Napsterbater
Meh
MVM
join:2002-12-28
Milledgeville, GA

Napsterbater

MVM

Glad you got it working, I just happened to see that and a light bulb went off =P.