From: bradphelan Date: 2006-10-04T15:50:15+09:00 Subject: Re: cannot connect to mongrel running typo > > 0.0.0.0 means 'any' or 'all' addresses, i.e. if your box has two > addresses, mongrel will listen on both > > try netstat -an to see whether it really listens on the port Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:4821 0.0.0.0:* LISTEN tcp 0 1 192.168.1.5:55526 127.0.0.1:631 SYN_SENT tcp 1 1 192.168.1.5:59149 82.211.81.138:80 LAST_ACK tcp 1 1 192.168.1.5:43522 82.211.81.240:80 LAST_ACK tcp 0 0 192.168.1.5:32889 63.245.209.21:80 ESTABLISHED tcp 0 0 192.168.1.5:53454 207.7.108.149:993 ESTABLISHED tcp 0 0 192.168.1.5:53457 207.7.108.149:993 ESTABLISHED tcp 0 0 192.168.1.5:44193 64.233.167.147:80 ESTABLISHED tcp 0 0 192.168.1.5:44192 64.233.167.147:80 ESTABLISHED tcp 0 0 192.168.1.5:37849 72.14.217.104:80 ESTABLISHED tcp 0 0 192.168.1.5:37850 72.14.217.104:80 ESTABLISHED tcp 0 1 192.168.1.5:37587 127.0.0.1:4821 SYN_SENT udp 0 0 0.0.0.0:68 0.0.0.0:* raw 0 0 0.0.0.0:1 0.0.0.0:* 7 So it seems to be listening but neither firefox or wget can make a connection ??