View Single Post
  #2   (View Single Post)  
Old 4th April 2014
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Hello, and welcome!

OpenBSD 3.8 support ended on November 1, 2006. It is doubtful you will be able to obtain a great deal of support for a system that is so old, but we will still try to help.

It is my assumption that your PF configuration needs to be revised. At your version of the OS, a typical NAT rule for static use might have looked something like:

nat on vr1 from vr0:network to any -> vr1

This will only work properly when the address has already been established at PF load time. Under DHCP, you need to modify the rule. Parentheses are needed to inform PF to revise the rule whenever the address is changed.

nat on vr1 from vr0:network to any -> (vr1)

---

I don't know if this will resolve your issue, since this is just a guess regarding your problem.
Reply With Quote