Edit: Eweka isn't working anymore. Skip the part about Eweka.
Eweka has limited the usenet test server.
- connections from 8 to 4.
- speedlimit for each connection to 60 KB/s.
- 378 days to 114 days retention.
Because of the high server load the server became Unstable.
http://service.eweka.nl/phpbb/viewtopic.php?f=44&t=6215You can also use the next two usenet test servers:
XS News
Enter your email at
http://www.xsnews.com/ipv6/ipv6_aanvraag.phpand use the user name/password received by email.
reader.ipv6.xsnews.nl
port 119
max 8 connections
retention 254 days
Newszilla
newszilla6.xs4all.nl
port 119
max 4 connections
retention 24 days
No username / password
Use the servers with a newsreader supporting simultaneously downloading from multiple servers like Newsleecher.
Newsleecher is not IPv6 capable so you need nt6Tunnel or netsh portproxy.
Newsleecher settings:
server address: 127.0.0.1, port: 1117, server nickname: IPv6 Eweka, connections: 2 ,priority: 1
server address: 127.0.0.1, port: 1118, server nickname: IPv6 Newszilla6, connections: 2 ,priority: 1
server address: 127.0.0.1, port: 1120, server nickname: IPv6 XS News, connections: 2 ,priority: 1
nt6tunnelMake 3 bat files, for every line a new batfile.
start "IPv6 Eweka" "%PROGRAMFILES%\IPv6\nt6tunnel\NT6tunnel" -vd 1117 news.ipv6.eweka.nl 119
start "IPv6 Newszilla6" "%PROGRAMFILES%\IPv6\nt6tunnel\NT6tunnel" -vd 1118 newszilla6.xs4all.nl 119
start "IPv6 XS News" "%PROGRAMFILES%\IPv6\nt6tunnel\NT6tunnel" -vd 1120 reader.ipv6.xsnews.nl 119
netsh lines ( place in one bat file and run after hurricane is working):
netsh interface portproxy add v4tov6 listenport=1117 connectaddress=news.IPv6.eweka.nl connectport=119
netsh interface portproxy add v4tov6 listenport=1118 connectaddress=newszilla6.xs4all.nl connectport=119
netsh interface portproxy add v4tov6 listenport=1120 connectaddress=reader.IPv6.xsnews.nl connectport=119
This is not the full manual. I have skipped parts from the dutch manual.