Lowe, Bryan wrote:

> are backing up fine, it’s just those 2 that choke.  When I check my
> firewall logs, the service that gets blocked seems to be different every
> week! One week it’s tcp port 39450 and port 36401, the next week it’s
> 50596 and 39398, etc. 

        It sounds like you're looking at the source port for the
communication; which quite probably will jump about all over the
place.  It's normal, unless you have a reason to do otherwise, to
set the source port to INADDR_ANY when you call bind(), allowing the
stack to allocate the next free port.

        The static information will, most likely, be: source IP,
destination IP and destination port.

-- 
Chris Crowther


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to