GHammer
Very Senior Member
I have 384.16 b1 running on my 86U.
I have several ports forwarded to a server.
All but a single IPv6 forward work. One refuses to forward.
This is a test from another machine to the server:
A test from a remote location:
As far as I can determine, there is no issue on the server, firewall, iptables, etc.
Any ideas?
I have several ports forwarded to a server.
All but a single IPv6 forward work. One refuses to forward.
This is a test from another machine to the server:
Code:
root@tester:~# nc -zv 2601:19b:4800:2121::1e72 443
Connection to 2601:19b:4800:2121::1e72 443 port [tcp/https] succeeded!
root@tester:~# nc -zv 2601:19b:4800:2121::1e72 8883
Connection to 2601:19b:4800:2121::1e72 8883 port [tcp/*] succeeded!
root@tester:~# nc -zv 2601:19b:4800:2121::1e72 8096
Connection to 2601:19b:4800:2121::1e72 8096 port [tcp/*] succeeded!
root@tester:~# nc -zv 2601:19b:4800:2121::1e72 9001
nc: connect to 2601:19b:4800:2121::1e72 port 9001 (tcp) failed: Connection refused
A test from a remote location:
Code:
Using https://www.ipvoid.com/port-scan/
73.238.136.25
9001
TCP Open
2601:19b:4800:2121::1e72
9001
TCP Closed
As far as I can determine, there is no issue on the server, firewall, iptables, etc.
Code:
root@srvr:~# ufw status
Status: inactive
root@srvr:~# systemctl status iptables-persistent
Unit iptables-persistent.service could not be found.
root@srvr:~# systemctl status iptables
Unit iptables.service could not be found.
Any ideas?