OpenVPN Enigma2: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „1. auf Server *wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh *chmod 755 openvpn-install.sh *Create new clients 2. auf Enigma Receiv…“)
 
Zeile 1: Zeile 1:
 
1. auf Server
 
1. auf Server
 
*wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh
 
*wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh
*chmod 755 openvpn-install.sh
 
 
*Create new clients
 
*Create new clients
  

Version vom 4. Juni 2019, 14:07 Uhr

1. auf Server

  • wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh
  • Create new clients

2. auf Enigma Receiver

  • opkg update; 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

start openvpn

  • mv *.ovpn client.conf
  • openvpn client.conf

check public ip:

logging:

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