- Mitglied seit
- 19. Aug 2008
- Beiträge
- 18.275
- Punkte für Reaktionen
- 4
- Punkte
- 0
Die Konfig habe ich mir schon mehrfach vorgenommen und soweit eigentlich keine Fehler sehen.
Aber ihr habt es so gewollt hier also Config
Und noch "tun"
Danke für eure Hilfe + Gruss
tobi
Aber ihr habt es so gewollt hier also Config
Code:
webserver> cat /opt/etc/openvpn/openvpn.conf
port 1194
proto udp
dev tun
ca /opt/etc/openvpn/easy-rsa/keys/ca.crt
cert /opt/etc/openvpn/easy-rsa/keys/server.crt
key /opt/etc/openvpn/easy-rsa/keys/server.key
dh /opt/etc/openvpn/easy-rsa/keys/dh1024.pem
server 192.168.254.0 255.255.255.0
ifconfig-pool-persist ipp.txt
client-to-client
push "route 192.168.200.0 255.255.255.0"
push "dhcp-option DNS 192.168.200.4"
push "redirect-gateway"
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 10
daemon
Code:
webserver> ls -al /dev/net/tun
crw-r--r-- 1 root root 10, 200 Sep 21 11:34 /dev/net/tun
tobi