DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Installation and Upgrading

FreeBSD Installation and Upgrading Installing and upgrading FreeBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 13th January 2012
bsdperson bsdperson is offline
Port Guard
 
Join Date: May 2008
Posts: 37
Question FreeBSD 9 + pf + nat

I previously had a line in pf.conf which read:

Code:
nat on $ext_if from $int_if:network to any -> ($ext_if)
That doesn't work any more and according to the dox I need a nat-to in the rule set. My current attempt is:

Code:
pass out on $ext_if from any to any nat-to ($ext_if)
I tried lots of different variants but they all give me syntax error. What do I do now?
Reply With Quote
 

Tags
freebsd9 pf nat

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:23 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick