Re: pf headaches: why won' t it let me fetch from ftp servers?

2010-01-08 Thread Morgan Wesström
Dino Vliet wrote: Dear freebsd list, I have the following pf.conf file: tcp_services = { ftp, ssh, domain, www, auth, https } udp_services = { ftp, domain, ntp } icmp_types = echoreq block all pass inet proto icmp all icmp-type $icmp_types keep state #pass in proto tcp to any port 22

pf headaches: why won' t it let me fetch from ftp servers?

2010-01-07 Thread Dino Vliet
Dear freebsd list, I have the following pf.conf file: tcp_services = { ftp, ssh, domain, www, auth, https } udp_services = { ftp, domain, ntp } icmp_types = echoreq block all pass inet proto icmp all icmp-type $icmp_types keep state #pass in proto tcp to any port 22 keep state pass out proto tcp

Re: pf headaches: why won' t it let me fetch from ftp servers?

2010-01-07 Thread Ben Schumacher
On Thu, Jan 7, 2010 at 2:38 PM, Dino Vliet dino_vl...@yahoo.com wrote: Dear freebsd list, I have the following pf.conf file: tcp_services = { ftp, ssh, domain, www, auth, https } udp_services = { ftp, domain, ntp } icmp_types   = echoreq block all pass inet proto icmp all icmp-type

RE: pf headaches: why won' t it let me fetch from ftp servers?

2010-01-07 Thread Gary Gatten
-freebsd-questi...@freebsd.org] On Behalf Of Dino Vliet Sent: Thursday, January 07, 2010 3:39 PM To: freebsd-questions@freebsd.org Subject: pf headaches: why won' t it let me fetch from ftp servers? Dear freebsd list, I have the following pf.conf file: tcp_services = { ftp, ssh, domain, www, auth, https