> Of course I do not have port 2703 open to the server so this is not
> working. Is there a reason why this would have suddenly stopped working?

You don't need an INBOUND port open on 2703, you just need to allow OUTGOING
connections TO port 2703.  In iptables-speak, you just need to:

iptables -I OUTPUT 1 -p tcp --destination-port 2703 -j ACCEPT

Most firewalling setups block inward connections only, and permit all
outward ones.  So you're probably fine, unless you've setup a very secure
firewalling ruleset.

=R=

PS: By the way, I think your discovery server file has the wrong ip#.  My
servers.*.lst files are as follows:

# cat servers.discovery.lst 
66.151.150.11

# cat servers.catalogue.lst 
truth.cloudmark.com
rancor.cloudmark.com
stress.cloudmark.com

# cat servers.nomination.lst
joy.cloudmark.com
folly.cloudmark.com



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to