PDA

View Full Version : APF Ports


rhenderson
02-16-2007, 05:35 PM
Hi,

I read a FAQ about which ports need to be open. After installing APF I do get a expired license issue after a few days. To correct the proble I have to flush the IpTables. So I know I am blocking the license port.

What port does the license system use?

Thanks

Jeremy
02-17-2007, 01:02 AM
# Common ingress (inbound) TCP ports
IG_TCP_CPORTS="21,22,25,53,80,110,143,443,953,993,995,3000,3001,3030,3500,49152_65534"

# Common ingress (inbound) UDP ports
IG_UDP_CPORTS="53"

# Common egress (outbound) TCP ports
EG_TCP_CPORTS="21,22,25,43,53,80,110,143,443,953,993,995,3000,3001,3030,3500,49152_65534"

# Common egress (outbound) UDP ports
EG_UDP_CPORTS="20,21,53"

LeeJ
02-17-2007, 06:27 AM
The license protocol runs on port 3030, so your firewall should allow this for the egress destination port.

rhenderson
02-17-2007, 10:23 PM
Thanks for the help!!

Jeremy
02-18-2007, 02:27 AM
Enable dropped packet logging would be a good idea to troubleshoot stuff like this.