Shannon Roddy <[EMAIL PROTECTED]> writes: > There is something in the sysctl.conf file (I think that is the name) > that has to be set to 1... I will have to look later. I am busy > now. It is in the OpenBSD docs.
Yep. Do this in /etc/sysctl.conf. net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of packets Just do 'sysctl net.inet.ip.forwarding=1' to start forwarding packets without rebooting. Reset your pf after doing that. Also make sure you have in /etc/rc.conf.local to start on boot pf=YES -- Scott Harney<[EMAIL PROTECTED]> "...and one script to rule them all."
