OpenVPN Enigma

Aus xinux.net
Version vom 4. Juni 2019, 13:59 Uhr von Niklas.guenauer (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „1. auf Server *cd /root *wget https://git.io/vpn -O openvpn-install.sh $$ bash openvpn-install.sh *chmod 755 openvpn-install.sh *Create new clients 2. auf Eni…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

1. auf Server

  • cd /root
  • wget https://git.io/vpn -O openvpn-install.sh $$ bash openvpn-install.sh
  • chmod 755 openvpn-install.sh
  • Create new clients

2. auf Enigma Receiver

  • opkg update; opkg list | grep vpn; opkg install openvpn; update-rc.d openvpn defaults

Get VPN config from Server and put it in /etc/openvpn/ (you may have to create this directory)

  • mkdir /dev/net; mknod /dev/net/tun c 10 200

check public ip:

logging:

  • cat /etc/openvpn/ipp.txt
  • tail -f /etc/openvpn/openvpn-status.log