OpenVPN Enigma: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
 
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
 +
start openvpn
 +
*openvpn client.conf
  
 
check public ip:
 
check public ip:

Version vom 4. Juni 2019, 14:05 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 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

  • openvpn client.conf

check public ip:

logging:

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