On 06/27/14 10:45, [email protected] wrote:
I tried disabling pf (pf=NO in rc.conf.local) but the problem is still here :( Do you have any other ideas? what does your system has to let quagga work? maybe have I this problem because I'm running it as a virtual machine??
pfctl -d will disable pf from the command line and pfctl -e will re-enable it. what is the output of sysctl -a | grep forward? if it show's 0's then forwarding is disabled. port:fred ~> sysctl -a|grep forward net.inet.ip.forwarding=0 net.inet.ip.mforwarding=0 net.inet6.ip6.forwarding=0 net.inet6.ip6.mforwarding=0 hth Fred
