Re: routing gif0 ipsec

2008-04-28 Thread Jille
ry for acting like a list-operator, but I think I speak for more people on the lists. -- Jille Nicolas de Bari Embriz Garcia Rojas schreef: Hi all, I am trying to all trafic from a gif0 interface used for a vpn to an public IP on the same server that is like an alias I have the following sc

Re: UDP weirdness

2008-05-07 Thread Jille
ot an connection (identified by: local host:port and remote host:port) With UDP, well, you just trow the packages over the line, and hope the is (still) someone on the other end. So the is (almost) no way to detect whether packets are responses to eachother --

Re: iptables rule in pf

2008-05-08 Thread Jille
nation address. You could try: rdr on $interface proto tcp from any to port 2525 -> port 25 But that's a wild guess (I'm *not* sure) -- Jille How it can be rewriting in pf.conf? be sure to read the openbsd faq: http://www.openbsd.org/faq/pf pf works quite differently then

Re: FreeBSD PF 4.1 Inserts Flags S/SA Automatically to rules

2008-05-14 Thread Jille
'pass all' rule, it mismatched your other rule. -- Jille Cheers, Mark -Original Message- From: Tom Uffner [mailto:[EMAIL PROTECTED] Sent: Thursday, 15 May 2008 11:55 a.m. To: Kian Mohageri Cc: Mark Pagulayan; freebsd-pf@freebsd.org Subject: Re: FreeBSD PF 4.1 Inserts

Re: Limiting bandwidth

2008-08-20 Thread Jille
s bandwith. and a script that resets the counters at midmight and flush the table. -- Jille Regards Erik Danielsson ___ freebsd-pf@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[

Re: FreeBSD 7.1-PRERELEASE Trouble

2008-09-08 Thread Jille
Hello, Dmitry Rybin wrote: > PF doesn't block some IP > > === pf.conf === > > ext_if="bge0" > table { 78.107.71.38 89.179.195.34 } Afaik you need to separate them with a comma (,) -- Jille > > block quick from > pass out > pass in >

Re: Using ALTQ without PF in FreeBSD

2008-05-12 Thread Jille Timmermans
ew up your packets (if you leave all other stuff behind) -- Jille Thank you very much! Diego Salvador - Support Victims of the Cyclone in Myanmar (Burma). Donate Now. ___ freebsd-pf@freebsd.org mailing

Re: Explanation of macro

2008-09-22 Thread Jille Timmermans
Leslie Jensen wrote: I'm setting up a pf firewall and came across this macro SYN_ONLY="S/FSRA" This means it will only match packets which have only set the SYN flag of FIN, SYN, RST and ACK. This is the case when starting a new (tcp) connection. -- Jille Have tried to f

Panic with VIMAGE and pf

2010-04-11 Thread Jille Timmermans
I'm not able to get a dump; the memory dump-thing stalls after printing the first mark. -- Jille ___ freebsd-pf@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"

Re: pf and ftp

2010-07-04 Thread Jille Timmermans
Hi, ftp-proxy(8) is what you are looking for :) http://www.openbsd.org/faq/pf/ftp.html -- Jille Vadym Chepkov schreef: > Hi, > > pftpx port was removed in FreeBSD. How does one configure pf firewall to work > with ftp protocol nowadays? > >