According to netstat -a, 49247 is listening: TCP <myhostname>:49247 <myhostname>:0 LISTENING TCP <myhostname>:49247 <myhostname>:0 LISTENING TCP <myhostname>:49247 <myhostname>:0 LISTENING
with the firewall on, but those are the only entries for that port. If I disable the firewall I immediately see many like this: TCP <myhostname>:49247 <somebodyelse>:<portnumber> ESTABLISHED The reason I ask is that this seemed to happen when updating from either 5030 to 5031 or from 5031 to 5032. Nothing was changed in the firewall conf, but all of a sudden I started to see many of the log entries I mentioned and ended up with no incoming connections so I wondered if maybe something had broken. Thanks, Kevin. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Niklas Bergh Sent: 15 November 2003 18:16 To: [EMAIL PROTECTED] Subject: Re: [freenet-support] Freenet port not listening according tofirewall. ----- Original Message ----- From: "Kevin Bennett" <[EMAIL PROTECTED]> To: "Freenet Support" <[EMAIL PROTECTED]> Sent: Saturday, November 15, 2003 3:01 PM Subject: [freenet-support] Freenet port not listening according to firewall. > I noticed that once again I have no incoming connections. > > Looking at my software firewall logs I see a lot of the following entries > (dozens per minute): > > TCP Syn Packet on non-listening port. Packet has been dropped > Source IP address: <removed> > Destination IP address: <removed> > TCP Source Port: 4991 > TCP Destination Port: 49247 > TCP Message Flags: 0x00000002 > > Adding an 'allow all TCP connections to use this port' rule makes no > difference. > > If I switch off the software firewall (that's okay as I'm behind a hardware > wall too) then I straight away get plenty of incoming connections. This definitely indicates to me that the firewall is the problem. > So for some reason the firewall seems to think that Freenet isn't listening > on 49247 despite the fact that it obviously is. > Does this mean that Freenet isn't advertising its port's 'openness' > correctly? Hardly, applications doesn't need to do any kind of 'advertising'. Applications just open a port and the OS does the rest. What does the appropriate OS tools (netstat for instance) tell you about which ports that is open?. Any differences in the output with the firewall on and off? /N _______________________________________________ Support mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support _______________________________________________ Support mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
