View Single Post
  #4   (View Single Post)  
Old 14th July 2013
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Do you have this in your /etc/pf.conf?
Code:
gateway_enable="yes"
This is needed to tell FreeBSD to forward packets between the network interfaces.

You can check this setting with
Code:
# sysctl -a | grep forward

kern.smp.forward_signal_enabled: 1
net.inet.ip.forwarding: 0
net.inet.ip.fastforwarding: 0
net.inet6.ip6.forwarding: 0
net.wlan.hwmp.replyforward: 1
The setting highlighted in blue is '0" here. It needs to be "1".
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote