Re: PF/NAT Issue

2009-01-26 Thread Dag Richards
Try setting your nat line to look something more like . nat on $ext_if from 10.100.100.0/24 to any -> ($public_ip) or nat on $ext_if from 10.100.100.0/24 to any -> ($ext_if) As long as pf is enabled AND your traffic actually matches the nat rule nat happens. what do see when you:

Re: PF/NAT Issue

2009-01-26 Thread John Brahy
It must have been a hardware issue, I just replaced the ethernet card and things are working fine. thanks anyway.

PF/NAT Issue

2009-01-26 Thread John Brahy
Hello, I'm having a problem with NAT. I have given up trying fancy pf stuff and I am using a barely modified version of the example ruleset from the using pf guide on the OpenBSD site: # OpenBSD Packet Filter Configuration # # macros ext_if="dc0" int_if="sis0" tcp_services="{ 22, 113 }" icmp_ty