Support for IPv6

Post Reply
Loui
Posts: 3
Joined: Sat Aug 09, 2003 10:30 am

Support for IPv6

Post by Loui »

Hello Alex,

Are you considering to have NewsPro support the IPv6 ? My provider supports this protocol and has a much faster download that way :D
--
cheers, Loui
Falk
Posts: 13
Joined: Tue Jan 13, 2004 5:29 pm

Post by Falk »

I support this as it would be a nice feature for NP to have. There are still some free nntp that are reachable through IPV6 only and one has to use a tunnel prog for them. In addition to that it will be nescessary some day anyway...
alex
Posts: 4514
Joined: Thu Feb 27, 2003 5:57 pm

Post by alex »

in the end it shouldn't be a problem since the nntp protocol needs only elementary socket functions, it is rather isolated topic in the sense that it can be studied/added at any time without rewriting the program from scratch.

i found a reference to a IPv6 tunnel program here:

http://groups.google.com/groups?hl=en&l ... net&rnum=2

http://www.sixxs.net/archive/tools/

maybe it does what you want.
bassie
Posts: 490
Joined: Sat Jul 19, 2003 9:58 am
Contact:

Post by bassie »

What does ipv6 offer then what normally cant be done?
Falk
Posts: 13
Joined: Tue Jan 13, 2004 5:29 pm

Post by Falk »

Basically it just expands the range of possible ips. Instead of having 4 ip fields (xxx.xxx.xxx.xxx) you'll have 6 with IPv6.
bassie
Posts: 490
Joined: Sat Jul 19, 2003 9:58 am
Contact:

Post by bassie »

When i did run: ipv6 install

The firewall said that it wanted to connect to a certain ip adress. I said, that it was ok, but i dont understand why it should want that.
OliMuc
Posts: 18
Joined: Sat May 17, 2003 10:19 am

Post by OliMuc »

alex wrote: i found a reference to a IPv6 tunnel program here:
I found this tunnel software as well and it works fine, but afaik you can only use ONE ipv6 server then (as you have only one localhost).

Is there any way, that NewsPro will support the ipv6 on it's own?

Thanks, Oli
alex
Posts: 4514
Joined: Thu Feb 27, 2003 5:57 pm

Post by alex »

you just use the windows "hosts" file (look for "windows hosts file" on the internet, it is trivial), put there several names of the local host - you can use intelligible names like ip6.chello.nl and map to different ports.

127.0.0.1 ip6.chello.nl
127.0.0.1 ip6.home.nl

in time it won't be a problem to add it to newspro natively, for now you can use the workaround.
Ragger
Posts: 7
Joined: Fri Feb 28, 2003 5:49 pm
Location: Netherlands
Contact:

Post by Ragger »

Will native support for ipv6 be added in the near future? I'd really like that!
If it's not such a big problem, why not introduce it in 3.82? 8)

TIA
alex
Posts: 4514
Joined: Thu Feb 27, 2003 5:57 pm

Post by alex »

is the workaround with the mapping not working perfectly?

the problem is my time, when i'm done with the tasks i'm working on if all will be ok we should be able to come back to small things.
Ragger
Posts: 7
Joined: Fri Feb 28, 2003 5:49 pm
Location: Netherlands
Contact:

Post by Ragger »

alex wrote:is the workaround with the mapping not working perfectly?
Actually it is. Thanks for that.
dengle
Posts: 274
Joined: Mon Jun 30, 2003 2:37 pm

Post by dengle »

not really related to newspro, but one of the other things the IPv6 protocol offers over IPv4, if i read correctly, is the ability to multicast packets.

It would be very useful for cutting down the bandwidth required to stream audio/video feeds to multiple clients.
Post Reply