View Single Post
Old 1st February 2011
Emile Emile is offline
Port Guard
 
Join Date: Feb 2011
Posts: 25
Default

Quote:
Originally Posted by J65nko View Post
Does $ pkg_info -M openvpn give any clue about configuring OpenVPN?
Have you seen http://www.daemonforums.org/showthread.php?t=527 ?
Code:
$ pkg_info -M openvpn
Information for inst:openvpn-2.1.0p0

Install notice:
OpenVPN re-creates the tun(4) interface at startup; compatibility
with PF is improved by starting it from hostname.if(5). For example:

# cat << EOF > /etc/hostname.tun0
up
!/usr/local/sbin/openvpn --daemon --config /etc/openvpn/server.conf
EOF
Well I'm not really using pf so this shouldn't really matter, would it? (I mean if I have no rules in pf or if I disable pf.)

Yes I'm trying to understand the configuration given in that thread and I messaged the thread creator for help but it seems this individual has not been on these forums since October of 2010.

Doesn't OpenVPN automatically create the routes anyway?
Reply With Quote