x007
Apr 6 2004, 09:46 AM
Hi all,
I'm playing whit APF then need to know what port exactly have to be configured..
I have this currently this setting for the port, does i miss someting ? i'm not realy sure about inbound/out UDP ?
# Common egress (outbound) TCP ports
EG_TCP_CPORTS="21,25,53,80,110,143,443,8443"
# Common egress (outbound) UDP ports
EG_UDP_CPORTS="20,21,53"
# Common ingress (inbound) TCP ports
IG_TCP_CPORTS="22,21,80,43,8443,53,110,25"
# Common ingress (inbound) UDP ports
IG_UDP_CPORTS=""
Thanks !
rufusstalin
Apr 6 2004, 10:58 AM
I can't see anything missing there to be honest. All I have is:
# Common TCP Ports
TCP_CPORTS="21,22,25,53,80,443,110,143,8443"
# Common UDP Ports
UDP_CPORTS="53"
If APF seems too complicated, it does work well but I like trying new stuff all the time, you can try using arno's firewall script, its a lot simpler to install and locks practically everything down. Mind you if used properly which firewall doesn't?
http://rocky.molphys.leidenuniv.nl/
x007
Apr 6 2004, 03:13 PM
QUOTE
Originally posted by rufusstalin
I can't see anything missing there to be honest. All I have is:
# Common TCP Ports
TCP_CPORTS="21,22,25,53,80,443,110,143,8443"
# Common UDP Ports
UDP_CPORTS="53"
If APF seems too complicated, it does work well but I like trying new stuff all the time, you can try using arno's firewall script, its a lot simpler to install and locks practically everything down. Mind you if used properly which firewall doesn't?
http://rocky.molphys.leidenuniv.nl/
i found it pretty easy to install, just need to setup the correct port. Unless its pretty simple.. So i guess i'm good whit those port..
x007
Apr 7 2004, 09:23 AM
Work better whit these :-)
if other need it...
# Common egress (outbound) TCP ports
EG_TCP_CPORTS="21,25,53,80,110,143,443,8443"
# Common egress (outbound) UDP ports
EG_UDP_CPORTS="20,21,53,80,8443,110,25"
# Common ingress (inbound) TCP ports
IG_TCP_CPORTS="22,21,80,43,8443,53,110,25"
# Common ingress (inbound) UDP ports
IG_UDP_CPORTS="22,21,80,43,53,8443,110,25"