Hello,
i tried traceroute, ping, curl, ssh one particular server in the internet, but all timeout from my CentOS 7 Linux computer.
Computer with different public IP can connect that server without problem.
i checked IPtables policies (default ACCEPT) and REJECT/DROP rules and /etc/hosts.deny contents:
grep -v "#" /etc/hosts.deny
iptables -L|egrep "policy|DROP|REJECT"
, but that IP or ports does not seem to be blocked.
I contacted remote server admin and he claims my IP 123.45.*.* is not blocked.
Now i want to ask if you suggest any commands to run to discover on which end the connection is dropped? And if you have idea where else to look if iptables does not block it and i use ssh,curl,pint and it timeout.
i tried traceroute, ping, curl, ssh one particular server in the internet, but all timeout from my CentOS 7 Linux computer.
Computer with different public IP can connect that server without problem.
i checked IPtables policies (default ACCEPT) and REJECT/DROP rules and /etc/hosts.deny contents:
grep -v "#" /etc/hosts.deny
iptables -L|egrep "policy|DROP|REJECT"
, but that IP or ports does not seem to be blocked.
I contacted remote server admin and he claims my IP 123.45.*.* is not blocked.
Now i want to ask if you suggest any commands to run to discover on which end the connection is dropped? And if you have idea where else to look if iptables does not block it and i use ssh,curl,pint and it timeout.