I have a web application running on Tomcat. I can access it through IPV4 IP but not through IPV6 IP.
netstat -anp | grep -i 8060
tcp 0 0 :::8060 :::* LISTEN 7216/java
The port 8060 listens to IPV6 protocol.
Also, through putty when i do a SSH to IPV6 IP, the error is
ssh: connect to host 2001:::*::43 port 22: Connection refused
I have tried providing -Djava.net.preferIPv6Addresses as an java opts, and enclosing the IPV6 IP into [] while opening it through IE11, but nothing works.
Please provide some info.
Aucun commentaire:
Enregistrer un commentaire