<div>hello,</div>
<div> </div>
<div>i am stumbling upon something very frustrating with fedora 9. i installed several servers such as httpd. httpd starts together with fedora, and i can access them locally, by doing</div>
<div> </div>
<div>telnet localhost 8080</div>
<div> </div>
<div>and</div>
<div> </div>
<div>telnet <a href="http://10.0.0.4">10.0.0.4</a> 8080</div>
<div> </div>
<div>where <a href="http://10.0.0.4">10.0.0.4</a> is the local LAN i have.</div>
<div> </div>
<div>however, whenever i try to do that from another computer in the LAN (say <a href="http://10.0.0.2">10.0.0.2</a>), i do not get anything.</div>
<div>tcpdump -n port 8080 on the linux machine shows that the fedora box does get the packets when telnetting from <a href="http://10.0.0.2">10.0.0.2</a>, but it never sends packets back, so the connect just times out in <a href="http://10.0.0.2">10.0.0.2</a>.</div>

<div> </div>
<div>i disabled selinux, it is not even in permissive mode, but completely disabled.</div>
<div>for ssh, this does not happen. meaning, i can send and receive freely packets to/from port 22 on the fedora box, and can ssh to the fedora box from anywhere in the LAN.</div>
<div> </div>
<div>any ideas what could be the reason? I looked around, found a few hints (for example, checking using tcpdump), but i just cannot isolate the problem. it also happens, by the way, with mysqld server - locally it works, but in the whole LAN it doesn't.</div>

<div> </div>
<div>thanks.</div>
<div> </div>