hwdsl2
f153405117
Update docs
2022-06-06 23:51:31 -05:00
hwdsl2
14af42f8d5
Update docs
2022-06-06 01:34:04 -05:00
hwdsl2
6e6d01dcf7
Improve IPTables rules
...
- Improve IPTables rules for IPsec VPN setup on systems such as CentOS 8.
Do not add a DROP rule to the IPTables FORWARD chain if firewalld is
active, so that existing firewalld FORWARD rules can continue to work.
2022-06-05 00:02:22 -05:00
hwdsl2
4ea627697c
Update docs
2022-06-04 09:10:40 -05:00
hwdsl2
6c64ee8851
Update docs
2022-06-03 08:29:09 -05:00
hwdsl2
b5c6af6409
Update docs
2022-05-28 15:06:10 -05:00
hwdsl2
7be010a29c
Update docs
2022-05-27 01:13:37 -05:00
hwdsl2
7b9813d562
Cleanup
2022-05-27 01:12:37 -05:00
hwdsl2
963a49d61a
Update tests
2022-05-26 00:16:51 -05:00
hwdsl2
bc096da0b4
Update docs
2022-05-26 00:00:02 -05:00
hwdsl2
34d9ad06d5
New Libreswan version
...
- Support upgrading to Libreswan 4.7.
2022-05-25 23:59:21 -05:00
hwdsl2
5f1f444a8f
New Libreswan version
...
- Use new Libreswan version 4.7.
Ref: https://lists.libreswan.org/pipermail/swan-announce/2022/000047.html
2022-05-25 23:57:30 -05:00
hwdsl2
ffb22c4858
Cleanup
2022-05-23 22:08:30 -05:00
hwdsl2
dce25ada28
Update IKEv2 script
...
- Add a note about OpenVPN and WireGuard which can be optionally
installed alongside IPsec VPN.
2022-05-23 08:22:53 -05:00
hwdsl2
17864297cb
Update docs
2022-05-22 09:28:30 -05:00
hwdsl2
c2a01e966c
Cleanup
2022-05-22 00:36:47 -05:00
hwdsl2
a77ba42fd9
Update docs
2022-05-21 21:59:03 -05:00
hwdsl2
244d6a36f9
Update docs
2022-05-21 00:07:56 -05:00
hwdsl2
0e08b79342
Improve VPN setup
...
- When uninstalling, leave IP forwarding enabled if OpenVPN
or WireGuard is installed on the system.
2022-05-20 20:05:10 -05:00
hwdsl2
b6db45c204
Update docs
2022-05-20 19:07:55 -05:00
hwdsl2
c983a8d5ba
Update docs
2022-05-20 01:16:17 -05:00
hwdsl2
99f8f1e3d2
Update docs
2022-05-19 00:48:59 -05:00
hwdsl2
20daf65534
Update docs
2022-05-18 18:06:43 -05:00
hwdsl2
6d6ed6916e
Update docs
2022-05-18 08:56:49 -05:00
hwdsl2
18089a3089
Update docs
2022-05-18 01:59:40 -05:00
hwdsl2
5b69e4b5df
Update docs
2022-05-17 02:53:07 -05:00
hwdsl2
a0f2345c3b
Improve subnet check
...
- Improve check for custom VPN subnets.
Ref: 95d9fc4
2022-05-16 21:43:56 -05:00
hwdsl2
1dd7835107
Update docs
2022-05-15 15:07:23 -05:00
hwdsl2
3378f540c6
Update docs
2022-05-15 09:50:49 -05:00
hwdsl2
9f0478b23d
Update docs
2022-05-15 00:55:40 -05:00
hwdsl2
9e10fb43bb
Update docs
2022-05-15 00:38:32 -05:00
hwdsl2
0b1ca44fa4
Update docs
2022-05-14 23:59:01 -05:00
hwdsl2
1ad16a31ed
Update docs
2022-05-14 22:25:46 -05:00
hwdsl2
cc0bb40e97
Update docs
2022-05-14 00:39:18 -05:00
hwdsl2
bde6d01c3c
Update docs
2022-05-13 23:35:13 -05:00
hwdsl2
571296ffb9
Update tests
2022-05-13 09:27:36 -05:00
hwdsl2
1aa2d87e01
Update IKEv2 script
...
- Update NSS workaround for Ubuntu 18.04 with new package versions
2022-05-13 09:27:22 -05:00
hwdsl2
62d85490de
Improve VPN setup
...
- On Alpine Linux, update crontabs when uninstalling the VPN.
These cron jobs are for restarting the ipsec service on failure.
Ref: 15d8651
2022-05-13 09:26:08 -05:00
hwdsl2
f409512d28
Update docs
2022-05-10 19:37:45 -05:00
hwdsl2
02daa00650
Update tests
2022-05-10 19:09:42 -05:00
hwdsl2
9ab949d61d
Cleanup
2022-05-10 09:03:00 -05:00
hwdsl2
857c6b9bea
Add LXC check
2022-05-10 09:02:46 -05:00
hwdsl2
95d9fc4e03
Add subnet check
...
- Add a check for custom VPN subnets. Those can only be specified
during initial VPN install.
Ref: 1834b79
2022-05-10 08:47:59 -05:00
hwdsl2
1834b792eb
Update docs
...
- Add an advanced usage section for customizing VPN subnets.
2022-05-08 23:04:55 -05:00
hwdsl2
6aaacdadce
Update docs
2022-05-08 08:33:09 -05:00
hwdsl2
932e05985f
Improve VPN setup
...
- Remove the reboot recommendation when uninstalling using
the helper script.
- Set net.ipv4.conf.all.rp_filter to 1 in vpnuninstall.sh.
Ref: https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt
2022-05-08 08:31:14 -05:00
hwdsl2
30f0f598e4
Update docs
2022-05-08 03:23:45 -05:00
hwdsl2
81d26c08fa
Update IKEv2 script
...
- Add a check for IKEv2-only mode before removing IKEv2.
2022-05-08 02:59:28 -05:00
hwdsl2
eed8e236a3
Cleanup
2022-05-08 02:43:47 -05:00
hwdsl2
0425be8c4a
Remove xl2tpd workaround
...
- The fixed xl2tpd package is now in the Ubuntu repos. This workaround
is no longer necessary.
Ref: https://bugs.launchpad.net/ubuntu/+source/xl2tpd/+bug/1951832
2022-05-08 02:26:17 -05:00