OpenVPN Enigma: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
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
 
*chmod 755 openvpn-install.sh
 
*Create new clients
 
*Create new clients

Version vom 4. Juni 2019, 14:02 Uhr

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 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