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…“)
 
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
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
  
Zeile 8: Zeile 7:
 
Get VPN config from Server and put it in /etc/openvpn/ (you may have to create this directory)
 
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
 
*mkdir /dev/net; mknod /dev/net/tun c 10 200
 +
*mv *.ovpn client.conf
 +
 
start openvpn
 
start openvpn
*mv *.ovpn client.conf
 
 
*openvpn client.conf
 
*openvpn client.conf
  

Aktuelle Version vom 4. Juni 2019, 14:08 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
  • mv *.ovpn client.conf

start openvpn

  • openvpn client.conf

check public ip:

logging:

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