Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] ServerConnector and IPv6

You can always use curl to test the ipv6 connectivity of your site locally.

If that works, then you know its not your server and its listening port that's at fault.
You should then start looking at the routing of ipv6 traffic to your server.

Joakim Erdfelt / joakim@xxxxxxxxxxx

On Wed, Mar 8, 2017 at 7:30 AM, Silvio Bierman <sbierman@xxxxxxxxxxxxxxxxxx> wrote:
Hello Joakim,

It turns out you are right. But for some reason testing my site via ipv6-test.com tells me my web server is unreachable : Connection refused.

I tried disabling Firehol but that does not help.

Puzzled...

Cheers,

Silvio



On 03/08/2017 03:07 PM, Joakim Erdfelt wrote:
Check your netstat, you'll probably see that its already listening on all of your interfaces, including your IPv6 ones.



Joakim Erdfelt / joakim@xxxxxxxxxxx

On Wed, Mar 8, 2017 at 6:43 AM, Silvio Bierman <sbierman@xxxxxxxxxxxxxxxxxx> wrote:
Hello all,

I have a ServerConnector listening on port 0.0.0.0:8080. I would like the connector to be accessible via IPv6 as well. Can this be done using the same connector? Or do I need a second connector that uses the same port?

Thanks,

Silvio

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top