OpenVPN: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 16: | Line 16: | ||
-----END RSA PRIVATE KEY----- | -----END RSA PRIVATE KEY----- | ||
</key> | </key> | ||
* Activating openvpn in FreeNAS [http://joepaetzel.wordpress.com/2013/09/22/openvpn-on-freenas-9-1/] | |||
* Enable IPv6 on tunnel [https://community.openvpn.net/openvpn/wiki/IPv6] | |||
server-ipv6 2001:db8:123::/64 | |||
Latest revision as of 13:06, 3 January 2014
- Inline certificates for IOS [1]
Add the following sections to .ovpn file
<ca> -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- </ca> <cert> -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- </cert> <key> -----BEGIN RSA PRIVATE KEY----- ... -----END RSA PRIVATE KEY----- </key>
- Activating openvpn in FreeNAS [2]
- Enable IPv6 on tunnel [3]
server-ipv6 2001:db8:123::/64