On Sat, 18 Aug 2007, in the Usenet newsgroup comp.os.linux.networking, in
article <(E-Mail Removed) .com>,
(E-Mail Removed) wrote:
>One of my servers is a Linux machine. Let me call it A. It gets
>timeout connecting to another machine B. Other servers and even my
>home PC can connect to B. What port? It doesn't matter. Every connect
>tries just hangs and ends with timeout. Even ping doesn't response.
>This is like there's a firewall, eh?
Can 'B' connect to, or ping 'A'?
>I flushed all of iptable packet filter settings in A.
>
># iptables -F
>
>B has no firewalls or packet filtering facilities.
>
>I asked my ISP if they have any routers with packet filtering but they
>answered with no.
[compton ~]$ whatis hping2 hping3 mtr traceroute tcptraceroute
hping2 (8) - send (almost) arbitrary TCP/IP packets to network hosts
hping3 (8) - send (almost) arbitrary TCP/IP packets to network hosts
mtr (8) - a network diagnostic tool
traceroute (8) - print the route packets take to network host
tcptraceroute (8) - A traceroute implementation using TCP packets
[compton ~]$
>There's another problem. I cannot get my Tomcat Web applications in A
>to work right,
Sorry - I don't use Tomcat
>I suspect there's any packet filtering firewalls between my machines
>but don't know how to find it out.
Usually the easiest way to find out is using something like traceroute
although this depends on being able to receive certain ICMP errors.
Another technique is to use a packet sniffer, and (perhaps) telnet,
trying to connect to (perhaps) port 80 on hosts between you and your
destination. Few of them will be running a server on "this" or "that"
port, but what you are looking for is "Connection Refused" messages
that would be returned from those (non-)servers. How far can you
reach before finding a black hole?
>What do you think is the cause of this situation?
Not enough information.
Old guy