- Mitglied seit
- 6 Mrz 2010
- Beiträge
- 15
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo zusammen,
Ich habe ab und an mal ein Problem mit Openvpn.
VPN Anbieter vpntunnel.se
Ich habe die openvpn.config genau nach Anleitung von vpntunnel.se Eingebaut.
Hier mal meine Configs.
Und hier mal der fehler.
Die Interfaces sieht so aus:
Stoppe ich Openvpn über Webmin und Starte Openvpn Neu so ist alles OK!
Starte ich Debian Neu so Tritt immer dieser Fehler auf.
Ich hoffe es kann mir einer Weiter Helfen.
Ich habe ab und an mal ein Problem mit Openvpn.
VPN Anbieter vpntunnel.se
Ich habe die openvpn.config genau nach Anleitung von vpntunnel.se Eingebaut.
Hier mal meine Configs.
PHP:
float
client
dev tap
proto udp
nobind
; Cert
ca /etc/openvpn/keys/ca.crt
ns-cert-type server
cipher BF-CBC #Blowfish
;Vpn server
remote-random
remote melissa.vpntunnel.se 1194
remote melissa.vpntunnel.se 10010
remote melissa.vpntunnel.se 10020
;Auth
auth-user-pass /etc/openvpn/passwort.txt #passwd
persist-key
persist-tun
; Logging
comp-lzo
verb 1
Und hier mal der fehler.
PHP:
Aug 8 19:51:35 root ovpn-openvpn[1475]: OpenVPN 2.1.3 x86_64-pc-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [MH] [PF_INET6] [eurephia] built on Oct 22 2010
Aug 8 19:51:35 root ovpn-openvpn[1475]: WARNING: file '/etc/openvpn/passwort.txt' is group or others accessible
Aug 8 19:51:35 root ovpn-openvpn[1475]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Aug 8 19:51:35 root ovpn-openvpn[1475]: LZO compression initialized
Aug 8 19:51:35 root ovpn-openvpn[1475]: RESOLVE: NOTE: melissa.vpntunnel.se resolves to 3 addresses
Aug 8 19:51:35 root ovpn-openvpn[1476]: UDPv4 link local: [undef]
Aug 8 19:51:35 root ovpn-openvpn[1476]: UDPv4 link remote: [AF_INET]xxx.xxx.xxx:10010
Aug 8 19:51:35 root ovpn-openvpn[1476]: WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Aug 8 19:51:36 root ovpn-openvpn[1476]: [server] Peer Connection Initiated with [AF_INET]xxx.xxx.xxx:10010
Aug 8 19:51:36 root acpid: client connected from 1529[107:109]
Aug 8 19:51:36 root acpid: 1 client rule loaded
Aug 8 19:51:38 root ovpn-openvpn[1476]: TUN/TAP device tap0 opened
Aug 8 19:51:38 root ovpn-openvpn[1476]: ERROR: Linux route add command failed: external program exited with error status: 7
Aug 8 19:51:38 root ovpn-openvpn[1476]: ERROR: Linux route add command failed: external program exited with error status: 7
Aug 8 19:51:38 root ovpn-openvpn[1476]: Initialization Sequence Completed
Die Interfaces sieht so aus:
PHP:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.178.22
netmask 255.255.255.0
broadcast 192.168.178.255
gateway 192.168.178.1
post-up iptables-restore < /etc/iptables.up.rules
Stoppe ich Openvpn über Webmin und Starte Openvpn Neu so ist alles OK!
Starte ich Debian Neu so Tritt immer dieser Fehler auf.
Ich hoffe es kann mir einer Weiter Helfen.