Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Windows => Topic started by: liuxyon on January 06, 2010, 11:48:48 AM

Title: Where has auto config tools?
Post by: liuxyon on January 06, 2010, 11:48:48 AM
I am using windows 2003 and 2008 system with tunnelbroker ipv6 service. now I am using ADSL has no fixed address. if my ipv4 address change, then how i do update to tunnelbroker ipv6 server and how auto config ipv6 setup in my windows system ?

I know maybe it may use https://ipv4.tunnelbroker.net/ipv4_end.php for update. but it can't auto config ipv6 in my windows system when my ipv4 address to change.

and I have try use follow link for update when my ipv4 address change. but it is show wrong "    Unable to find your tunnel ".

https://ipv4.tunnelbroker.net/ipv4_end.php?ipv4b=AUTO&pass=**&user_id=cf337eebab5bb5f7a10325fea6c46e89&tunnel_id=$45687

I hope he.net can offer easy use software for user.

???
Title: Re: Where has auto config tools?
Post by: broquea on January 06, 2010, 12:04:40 PM
why is there a $ in front of your tunnel-id?
Title: Re: Where has auto config tools?
Post by: jimb on January 06, 2010, 12:07:43 PM
Quote from: liuxyon on January 06, 2010, 11:48:48 AM
I am using windows 2003 and 2008 system with tunnelbroker ipv6 service. now I am using ADSL has no fixed address. if my ipv4 address change, then how i do update to tunnelbroker ipv6 server and how auto config ipv6 setup in my windows system ?

I know maybe it may use https://ipv4.tunnelbroker.net/ipv4_end.php for update. but it can't auto config ipv6 in my windows system when my ipv4 address to change.

and I have try use follow link for update when my ipv4 address change. but it is show wrong "    Unable to find your tunnel ".

https://ipv4.tunnelbroker.net/ipv4_end.php?ipv4b=AUTO&pass=**&user_id=cf337eebab5bb5f7a10325fea6c46e89&tunnel_id=$45687

I hope he.net can offer easy use software for user.

???
I don't think there's any pre-rolled windows software to do this, but others have posted linux scripts and such which can do the job, and you could probably adapt them to work under Cygwin (http://www.cygwin.com/) on a windows box.
Title: Re: Where has auto config tools?
Post by: liuxyon on January 06, 2010, 01:52:12 PM
Quote from: broquea on January 06, 2010, 12:04:40 PM
why is there a $ in front of your tunnel-id?

OK. that's my input wrong. but the link only update ip to server, How i do auto setup in my windows system when ip change?
Title: Re: Where has auto config tools?
Post by: liuxyon on January 06, 2010, 01:58:04 PM
Quote from: jimb on January 06, 2010, 12:07:43 PM
Quote from: liuxyon on January 06, 2010, 11:48:48 AM
I am using windows 2003 and 2008 system with tunnelbroker ipv6 service. now I am using ADSL has no fixed address. if my ipv4 address change, then how i do update to tunnelbroker ipv6 server and how auto config ipv6 setup in my windows system ?

I know maybe it may use https://ipv4.tunnelbroker.net/ipv4_end.php for update. but it can't auto config ipv6 in my windows system when my ipv4 address to change.

and I have try use follow link for update when my ipv4 address change. but it is show wrong "    Unable to find your tunnel ".

https://ipv4.tunnelbroker.net/ipv4_end.php?ipv4b=AUTO&pass=**&user_id=cf337eebab5bb5f7a10325fea6c46e89&tunnel_id=$45687

I hope he.net can offer easy use software for user.

???
I don't think there's any pre-rolled windows software to do this, but others have posted linux scripts and such which can do the job, and you could probably adapt them to work under Cygwin (http://www.cygwin.com/) on a windows box.

where get those scripts ?  but I think should has software tools for windows. I have try use gogonet ipv6 service, it is has good tool for windows. but I ping he.net server network fast better than gogonet network.

now I am see the m0n0wall router software,maybe it may use he.net ipv6 service?


Title: Re: Where has auto config tools?
Post by: jimb on January 06, 2010, 02:07:26 PM
A script or two has been posted on this forum in the linux section.  I can't remember where.  Poke around and see!
Title: Re: Where has auto config tools?
Post by: broquea on January 06, 2010, 02:26:08 PM
Quote from: liuxyon on January 06, 2010, 01:52:12 PM
Quote from: broquea on January 06, 2010, 12:04:40 PM
why is there a $ in front of your tunnel-id?

OK. that's my input wrong. but the link only update ip to server, How i do auto setup in my windows system when ip change?

Write code for Windows with whatever scripting language it can support, or compiled code, and set it as a system service. That's my best guess. The majority of scripts written by users are for unix based operating systems, not Windows.