On Sat, 10 Dec 2005 23:00:56 +0100, Giancarlo Bassi wrote:
> I got a probable firewall problem
> connecting to FICS, freechess.org with latest xboard
>
> Is it possible to fix this firewall problem ?
>
> If so, how can I fix this firewall problem ?
That would depend on how tight your firewall is.
You could just allow all connection from your machine with
iptables -A OUTPUT -o <int> -m state --state NEW -j ACCEPT
This would allow all new connections from your machine out the outbound
interface
If you run a tight firewall then you would only need to open that port
like this;
iptables -A OUTPUT -o <int> -p tcp --dport <port> -m state --state NEW -j
ACCEPT
--
Regards
Robert
Smile... it increases your face value!
----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----