01-02-2019, 03:16 AM
Yes, this is what shows:
Also have after sudo iptables -L
So I can't understand why a Ping is not responded to.
Quote:Status: active
To Action From
-- ------ ----
21/tcp ALLOW Anywhere
22/tcp ALLOW Anywhere
21/tcp (v6) ALLOW Anywhere (v6)
22/tcp (v6) ALLOW Anywhere (v6)
Also have after sudo iptables -L
Code:
Chain ufw-before-input (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ufw-logging-deny all -- anywhere anywhere ctstate INVALID
DROP all -- anywhere anywhere ctstate INVALID
ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
ACCEPT icmp -- anywhere anywhere icmp source-quench
ACCEPT icmp -- anywhere anywhere icmp time-exceeded
ACCEPT icmp -- anywhere anywhere icmp parameter-problem
ACCEPT icmp -- anywhere anywhere icmp echo-request
So I can't understand why a Ping is not responded to.