IPv6 Support?! - WeOnlyDo Discussion board

IPv6 Support?! (wodWebServer / wodWebServer.NET)

by Jeremy, Thursday, November 13, 2014, 02:39 (3423 days ago)

Does wodWebServer.Net Support IPv6?

IPv6 Support?!

by Jasmine, Thursday, November 13, 2014, 07:52 (3423 days ago) @ Jeremy

Hi Jeremy.

Currently it doesn't, but we can add support for it on request.

Kind regards!
Jasmine.

IPv6 Support?!

by Jeremy, Thursday, November 13, 2014, 08:45 (3423 days ago) @ Jasmine

Yes.
Please add it.
Thanks.

IPv6 Support?!

by Jasmine, Thursday, November 13, 2014, 16:19 (3423 days ago) @ Jeremy

Hi Jeremy.

We will add it in next 2-3 days.

Kind regards!
Jasmine.

IPv6 Support?!

by Jeremy, Friday, November 14, 2014, 02:44 (3422 days ago) @ Jasmine

Great!!

Thanks for your prompt reply.

IPv6 Support?!

by Jasmine, Friday, November 14, 2014, 16:30 (3422 days ago) @ Jeremy

Hi Jeremy.

This is implemented and online. Please request update or download wodWebServer.NET again, you will find new property UseIPv6 where you can set it to True to switch to IPv6.

Warm regards,
Jasmine.

IPv6 Support?!

by Traveller, Friday, November 14, 2014, 16:49 (3422 days ago) @ Jasmine

Hi Jasmine,
Did you mean, that ActiveX Web Server Component also fixed for this property ? if Yes
That is great.
But Still the remaining other ActiveX and dot Net Components Should be fixed for supporting this Property.

I think this is necessary to be done soon or later, ... am I right?.
I hope that Kreso start fixing them.

Thanks in advance.

Regards,
Traveller

IPv6 Support?!

by Jasmine, Friday, November 14, 2014, 16:51 (3422 days ago) @ Traveller

Hi Mohammad.

I'm not sure I understand. ActiveX has this property for a long time now:

http://www.weonlydo.com/WebServer/Help/wodWebServer-UseIPv6.html

What else needs to be fixed, can you please be more specific? What component were you referring to? We are not aware of any issues.

Warm regards.
Jasmine.

IPv6 Support?!

by Traveller, Friday, November 14, 2014, 17:55 (3422 days ago) @ Jasmine

Hi Jasmine,
I mean other Components as well like:

1- FTPDLX. 2- FTPServer. 3- SFTPDlx 4- SSHL Both Server & Tunnel
and So forth.

I am sorry if you fixed them and I am not aware yet.

Thanks for reply.

IPv6 Support?!

by Jasmine, Friday, November 14, 2014, 19:46 (3422 days ago) @ Traveller

Hi Mohammad.

All of those components have IPv6 already integrated. I'm not sure what were you referring to be fixed. Do you have any specific problem?

Thanks!
Jasmine.

IPv6 Support?!

by Mark, Tuesday, February 24, 2015, 20:45 (3320 days ago) @ Jasmine

We need to be able to turn off IPV6 but the .UseIPV6 property doesn't seem to be exposed in the .NET components. Is there an option to turn it off in these components?

IPv6 Support?!

by Jasmine, Tuesday, February 24, 2015, 22:59 (3319 days ago) @ Mark

Hi Mark.

You can use BindIP to bind only to specific IPv4 inteface - would that help?

Jasmine.

IPv6 Support?!

by Mark, Tuesday, February 24, 2015, 23:11 (3319 days ago) @ Jasmine

Not sure we can do that.

The other components seem to have IPv6 off by default and you set .UseIPv6 = true to turn it on. The Security .Net components don't expose this property. So is IPv6 on by default in the Security .Net components? Or is it off by default like the other components and just doesn't expose the property?

IPv6 Support?!

by Jasmine, Tuesday, February 24, 2015, 23:13 (3319 days ago) @ Mark

Hi Mark.

Can you explain why you can't use BindIP? It's for that exact purpose - to use spcific interface. You want to use specific interface, IPv4 one. So why not using it?

Other components are client components, so IPv6 affects them differently - they usually don't bind anything. This is why wodWebServer.NET doesn't have/need such property.

Jasmine.

IPv6 Support?!

by Mark, Tuesday, February 24, 2015, 23:33 (3319 days ago) @ Jasmine

There seems to be some misunderstanding.

I am using SSH.NET and SFTP.NET clients, not WebServer. It looks like the ActiveX clients expose the .UseIPv6 property but the Security .NET clients do not. So I need to know if the Security .NET clients default IPv6 to true or false...and if true how to turn it off.

IPv6 Support?!

by Jasmine, Wednesday, February 25, 2015, 00:07 (3319 days ago) @ Mark

Hi Mark.

Oh, sorry, this thread is about wodWebServer.NET.

UseIPv6 was not meant to disable it, but to enable it. In .NET, you can just use IPv4 IP when connecting to the server instead of Hostname, if you're worried it will resolve it to IPv6 record.

That's what we do basically when we try to connect - we resolve hostname first. You can do it by yourself and then just use IPv4 IP when connecting.

Jasmine.