Re: pf nat log does not show source and destination port

2018-06-11 Thread Kristof Provost
Hi Fatemeh, On 11 Jun 2018, at 7:51, Fatemeh Mehdizadeh wrote: Hi all, I'm using pf to create nat. I'm on FreeBSD9.2. Note that FreeBSD 9.2 is not a supported version. It went out of support at the end of 2014. (See https://www.freebsd.org/security/unsupported.html) I would strongly recommend

pf nat log does not show source and destination port

2018-06-11 Thread Fatemeh Mehdizadeh
Hi all, I'm using pf to create nat. I'm on FreeBSD9.2. I want enable logs for nat translations, so in pf.cpnf: table { 20.20.20.2,20.20.20.3,20.20.20.4,20.20.20.5 } nat log on 'eth0' from { 10.10.10.0/24} to any -> round-robin sticky-address After ping request I have a log: # tcpdump -t -r pflo

pf + NAT + log

2010-10-19 Thread Kevin Wilcox
Hi everyone. I sent this out to freebsd-questions@ yesterday but haven't had any nibbles. I'm testing NAT on FreeBSD 8.1. My setup is very simple: My workstation -> { internal network switch } -> FreeBSD 8.1routing firewall with squid 3 -> { switch going to Internet } My pf configuration is a ba

RE: PF NAT LOG

2007-02-09 Thread Greg Hennessy
> > I need to record logs of all connections nated from PF, has some way? > Tag the nat rule and then apply that tag to an egress rule of the form pass out log quick on blah tagged natted Greg -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7

Re: PF NAT LOG

2007-02-09 Thread Peter N. M. Hansteen
Daniel Dias Gon?alves <[EMAIL PROTECTED]> writes: > I need to record logs of all connections nated from PF, has some way? add 'log' to all pass rules which will involve NATed traffic. -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://www.blug.linux.no/rfc1149/ htt

PF NAT LOG

2007-02-09 Thread Daniel Dias Gonçalves
I need to record logs of all connections nated from PF, has some way? Thanks. -- Daniel Dias Gonçalves DGNET Network Solutions [EMAIL PROTECTED] http://www.dgnetwork.com.br/ +55 37-99824809 +55 37-32421109 ___ freebsd-pf@freebsd.org mailing list htt