Robles, I have to tell you, the changes have, I think, made it worse. You also have an instruction after the openvpn.conf code block that I think (now) contains a typo because of the changes you made to the addressing of your networks in the example. I am trying to follow your updated guide to see if it works, and I can connect but have neither VLAN nor WAN access. --- As a side note, I have a functional VPN based on the prior notes (subject to necessary changes detailed in my post on page 16), so it's not user error...
My home network is addressed as: 192.168.1.###
Like most people, my router is 192.168.1.1
My freenas box has an IP of 192.168.1.XYZ
My openVPN jail has an IP of 192.168.1.YYY
The hangup is clearly somewhere in these areas of the openvpn.conf and ipfw.rules files. In my situation -- which is the typical setup for almost all home users
1)what should the server & push lines of the .conf read?
Code:
server ___________ 255.255.255.0
push "route _________ 255.255.255.0"
2) what should the IPFW rules look like?
Code:
ipfw -q add nat 1 all from ______/24 to any out via ${EPAIR}
I look forward to seeing your answer. I think that this will prove to be the most difficult part for the newbs trying to follow your guide.
thanks for all your hard work.