<div class="gmail_quote">On Mon, Jan 30, 2012 at 10:55 AM, Ian Kent <span dir="ltr"><<a href="mailto:raven@themaw.net">raven@themaw.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
> It looks good but I have installed openvpn (openswan) and rpm tells me<br>
> it is there but the /etc/openvpn directory is not there nor is the<br>
> /etc/init.d/openvpn startup script.<br>
<br>
Obviously you won't find that in an openswan install since it would<br>
conflict with the init script in an openvpn install.<br></blockquote><div><br></div><div>OpenVPN and Openswan will not necessarily clash, unless the init scripts make incorrect assumptions about TUN/TAP interfaces. Each service should have its own init script. (systemd is yet another thing to trip you in Fedora 15).</div>
<div><br></div><div>As a side note, Openswan is an ipsec implementation which works on the TCP/UDP layer of the network, whereas OpenVPN works like any "normal application" on top of TCP/UDP. Ipsec can be really hard to use in the NATed networks and dynamic IPs that are common today, whereas an ssl-over-udp tunnel like OpenVPN is relatively simple, so don't switch if you can help it.</div>
<div><br></div><div>A.</div></div>