19 lines
571 B
Markdown
19 lines
571 B
Markdown
tags:: wireguard
|
||
|
||
- ## auf virtuellem Wireguard-Server
|
||
- Login mit chk & pw an
|
||
192.168.178.78
|
||
- Dann su
|
||
- Dann:
|
||
|
||
|
||
export PATH=$PATH:/sbin
|
||
export PATH=$PATH:/usr/local/sbin
|
||
wget [https://git.io/wireguard](https://git.io/wireguard) -O
|
||
wireguard-install.sh && bash wireguard-install.sh
|
||
|
||
-> CLI folgen
|
||
|
||
[https://forum.openwrt.org/t/vpn-client-on-seperate-wifi-network-no-vpn-on-the-other/84132/4](https://forum.openwrt.org/t/vpn-client-on-seperate-wifi-network-no-vpn-on-the-other/84132/4)
|
||
- ## auf Firtzbox
|
||
- todo |