I have recently set up ipfirewall on my FreeBSD box with my own set of rules. The firewall allows connections based on YAHOO [
and XMPP
protocols.
Azureus torrent client seems to not work when firewall is enabled. I added the following lines to ipfw.rules:
But still, Azureus cannot get connected to the tracker, while firewall being active. What rule(s) should I add?
Thanks.
Code:
add 00070 allow tcp from any to any 6881 out via fxp0 setup keep-state
Code:
add 00070 allow tcp from any to any 5222 out via fxp0 setup keep-state
Azureus torrent client seems to not work when firewall is enabled. I added the following lines to ipfw.rules:
Code:
add 00070 allow tcp from any to any 24445 out via fxp0 setup keep-state
add 00070 allow tcp from any to any 64616 out via fxp0 setup keep-state
But still, Azureus cannot get connected to the tracker, while firewall being active. What rule(s) should I add?
Thanks.