View Single Post
  #6   (View Single Post)  
Old 13th August 2008
Weaseal's Avatar
Weaseal Weaseal is offline
Package Pilot
 
Join Date: May 2008
Location: East Coast, US
Posts: 177
Default

phoenix,
I tried your format. The clients were not able to get out of/past the server at all. I had to add this line:
Code:
${fwcmd} add 65200 allow all from any to any via ${int_if}
just to let them out at all. However, that gives them unlimited upload bandwidth (all outgoing packets hit this new rule instead of the individual "out xmit ${ext_if}" rules).

Any ideas?
__________________
FreeBSD addict since 4.2-RELEASE.
My FreeBSD wiki.

Last edited by Weaseal; 13th August 2008 at 02:13 PM.
Reply With Quote