Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:services:vpn:libreswan:openswanxl2tpvpn [2022/03/03 04:39] – Deprecation Note added denisab85docs:guide-user:services:vpn:libreswan:openswanxl2tpvpn [2022/10/27 20:16] – [Troubleshooting] fw3>fw4 update vgaetera
Line 5: Line 5:
 Use this one as a reference for the **xl2tpd** part. Use this one as a reference for the **xl2tpd** part.
 ===== Deprecation Note ===== ===== Deprecation Note =====
-As of OpenWrt version 20.x.x, ipsec-tools was removed for security reasons (project abandoned http://ipsec-tools.sourceforge.net/ ) and will not be coming back.+As of OpenWrt version 20.x.x, ipsec-tools was removed for security reasons (project abandoned http://ipsec-tools.sourceforge.net/) and will not be coming back.
  
 See the discussion of OpenWrt developers here https://github.com/openwrt/packages/issues/7832. See the discussion of OpenWrt developers here https://github.com/openwrt/packages/issues/7832.
 +
 +Please use [[docs:guide-user:services:vpn:strongswan:start|strongswan]] for ipsec in OpenWrt.
  
 If you try to install Libreswan using this manual on OpenWRT > 19.07.9, you'll get an error: If you try to install Libreswan using this manual on OpenWRT > 19.07.9, you'll get an error:
Line 13: Line 15:
 opkg_install_cmd: Cannot install package ipsec-tools. opkg_install_cmd: Cannot install package ipsec-tools.
 </code> </code>
-The only way to use it is to create your own source repo with the old code before it was removed (see the deleted code here https://github.com/aparcar/packages/commit/96be603258263ec5a8dc909ce9aff565262ba9ac ) and compile it from source. 
  
 ===== Installation ===== ===== Installation =====
Line 287: Line 288:
 ===== Troubleshooting ===== ===== Troubleshooting =====
 <code bash> <code bash>
-iptables-save+nft list ruleset
 </code> </code>
  
  • Last modified: 2023/09/02 10:10
  • by vgaetera