PDA

View Full Version : Firewall


Coruba67
May 3rd, 2006, 05:39 AM
Hi again guys,

Was wondering if anyone knew how to open Firewall ports via SSH and what the port/s are that need to be opened to allow samba in...

Anyone know where the config files are?

Cheers

0x3
May 3rd, 2006, 06:11 AM
Hi dude

pico /etc/apf/conf.apf

------

and here is you would 2 add any port ( open it in your machine )


goes to the control of the firewall list
then
Common egress (outbound) ports
# Common egress (outbound) TCP ports
EG_TCP_CPORTS='21,25,80,443,43'
#
# Common egress (outbound) UDP ports
EG_UDP_CPORTS='20,21,53'
if you would 2 close any port ! goes 2

Common ingress (inbound) ports

then you'll see this
# Common ingress (inbound) TCP ports -3000_3500 = passive port range for Pure FTPD
IG_TCP_CPORTS='21,22,25,53,80,110,143,443,2082,208 3, 2086,2087, 2095, 2096,30000_35000'
#
# Common ingress (inbound) UDP ports
IG_UDP_CPORTS='53'

Then close The Pico with Saveing your editing

finaly Crtl+x = Y :=)


regard's

superman69
October 8th, 2007, 06:11 PM
Hi there

Do you know how to make bfd work with apf on ubuntu?

Please let me know thanks