Re: can\'t connect to Yahoo Messenger
[ QUOTE ]
Hi all,
I'm using astaro 4.0 trial version for several days. Right now, I cant connect to Yahoo from it unless I allow all service from inside_network to external_network. How can I determine just yahoo service is allow ? What port should that yahoo use ?
regards,
[/ QUOTE ]
Yahoo uses TCP port 5050.
So define a new service like this:
<font class="small">Code:</font><hr /><pre>YahooIM tcp 1024:65535 5050</pre><hr />
Then create a new packet filter rule like this:
<font class="small">Code:</font><hr /><pre>Internal_Network__ YahooIM Any Allow</pre><hr />
|