View Single Post
  #6   (View Single Post)  
Old 28th April 2014
bsdsource bsdsource is offline
Port Guard
 
Join Date: Apr 2014
Posts: 34
Default

jggimi looks like the DNS issue was one of my problems. I changed the DNS to use my ISP's domain name servers and initially I was still having the same problem. Turns out I had 2 problems, and not just the DNS issue. I had to modify my pf.conf file, and changed the following nat rule:

Code:
from:
match out on $wan from $lan:network nat-to ($wan)

to:
pass out on $wan from $lan:network nat-to ($wan)
Anyone have a clue as to why match doesn't work and pass does? I found someone who had posted a similar problem and pass worked but match didn't. No one responded as to why the match would not work.

http://daemonforums.org/showthread.php?t=5393

Unfortunatly, the forum rules won't allow me to enclose the above address in url tags until i have a least five posts

Last edited by ocicat; 28th April 2014 at 11:41 AM. Reason: activted link
Reply With Quote