![]() |
|
|||||||
| FreeBSD Installation and Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
I previously had a line in pf.conf which read:
Code:
nat on $ext_if from $int_if:network to any -> ($ext_if) Code:
pass out on $ext_if from any to any nat-to ($ext_if) |
|
|||
|
Got it sorted, the proper way seems to be:
Code:
nat on egress from (self) to any -> ($ext_if) Last edited by ocicat; 14th January 2012 at 02:59 AM. Reason: fixed closing [/CODE] tag |
![]() |
| Tags |
| freebsd9 pf nat |
| Thread Tools | |
| Display Modes | |
|
|