From: Frank T. <ft...@ne...> - 2005-09-27 16:21:54
|
Drew Marshall, on 2005-09-27, wrote: > Thanks for your help. This *shouldn't* be the case but I won't discount > anything at this stage. Which UDP port(s) does Pyzor use/ should I > allow? Outbound Pyzor will use whatever the system allocates. According to udp(7) on Linux: ...the socket layer will automatically assign a free local port out of the range defined by net.ipv4.ip_local_port_range and bind the socket to INADDR_ANY. -- Frank |