Home > OS >  The iptables problem
The iptables problem

Time:11-18

[root @ ban] # iptables -l
Chain INPUT (policy ACCEPT)
Target prot opt source destination
ACCEPT the TCP - 132.111.16.8 anywhere TCP DPT: SSH

Chain FORWARD policy (ACCEPT)
Target prot opt source destination

Chain the OUTPUT (the policy ACCEPT)
Target prot opt source destination


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Why we can't SSH 132.111.16.8 IP the host,,,
According to the iptables rules, didn't match to the rules, not the default ACCEPT??

CodePudding user response:

No match to the rule, what is ACCEPT by default, it also set the ACCEPT

CodePudding user response:

Know do not have what meaning, just want to verify the rules, why other IP all not a line,,

CodePudding user response:

Turn off the firewall to try, how do you can use other IP is set the IP login SSH
  • Related