On Fri, Sep 05, 2003 at 03:56:20PM +0300, Shaul Karl wrote: > Isn't there a small probability that 7002 will be allocated > dynamically to another application too? We don't want anything that uses > 7002 to be DNATed like that.
This risk exists without a NAT configuration as well: the system can allocate a port to connect as a client which'd match KaZaA's standard listening port. For this reason, the pool of ports the system will use to connect as a client sits between 32768 and 61000 (on machines with at least 128M memory, as the docs say) and that can be checked and modified in /proc/sys/net/ipv4/ip_local_port_range. Windows might have something similar in the registry. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]