mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
update README
This commit is contained in:
parent
b5c840ea32
commit
d398c4a09d
@ -2,6 +2,24 @@
|
|||||||
|
|
||||||
* [https://wiki.archlinux.org/index.php/NetworkManager#VPN_support]()
|
* [https://wiki.archlinux.org/index.php/NetworkManager#VPN_support]()
|
||||||
|
|
||||||
|
For example the **openvpn** plugin:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo pacman -S --needed openvpn networkmanager-openvpn
|
||||||
|
```
|
||||||
|
|
||||||
|
Or L2P and **IPsec**:
|
||||||
|
|
||||||
|
```
|
||||||
|
aur sync -c libreswan
|
||||||
|
aur sync -c networkmanager-libreswan
|
||||||
|
aur sync -c networkmanager-l2tp
|
||||||
|
```
|
||||||
|
|
||||||
|
See tutorail here for details on how to connect with IPsec:
|
||||||
|
|
||||||
|
* https://www.tecmint.com/setup-l2tp-ipsec-vpn-client-in-linux/
|
||||||
|
|
||||||
## local network hostname resolution
|
## local network hostname resolution
|
||||||
|
|
||||||
* [https://wiki.archlinux.org/index.php/Network_Configuration#Local_network_hostname_resolution]()
|
* [https://wiki.archlinux.org/index.php/Network_Configuration#Local_network_hostname_resolution]()
|
||||||
|
Loading…
Reference in New Issue
Block a user