- Mitglied seit
- 19 Aug 2008
- Beiträge
- 15
- Punkte für Reaktionen
- 0
- Punkte
- 0
I guys, i've a problem with my fritz and his openvpn configuration. I've configure my fritz as openvpn server and i use other pc (with linux and windows OS) as client; the connection between the client and the server have no problem but i can't ping the server.
My local ip configuration is:
> fritz > 192.168.5.52
> client > 192.168.5.5*
I have attached my openvpn_conf.png and my openvpn_server_log.png.
Client.conf:
Client connection log:
Here is my route:
Can anybody help me please..??
Small edit: i try many different kind of server configuration and i've see that if i modify the "Extended client configuration" the web GUI change in LOCAL IP and SUBNET instead of LOCAL IP and REMOTE IP..
May be a GUI problem like in THIS MaxMuster's answer..??
I wait for some solutions, many thanks :groesste:
My local ip configuration is:
> fritz > 192.168.5.52
> client > 192.168.5.5*
I have attached my openvpn_conf.png and my openvpn_server_log.png.
Client.conf:
client
dev tun
proto udp
remote *****************.dvrdns.org
nobind
persist-key
persist-tun
ca ca.crt
cert raikonen.crt
key raikonen.key
ns-cert-type server
tls-auth key.txt 1
comp-lzo
verb 3
Client connection log:
Thu Dec 18 12:29:31 2008 OpenVPN 2.1_rc15 i686-pc-linux-gnu [SSL] [LZO2] [EPOLL] built on Nov 21 2008
Thu Dec 18 12:29:31 2008 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Thu Dec 18 12:29:31 2008 WARNING: file 'raikonen.key' is group or others accessible
Thu Dec 18 12:29:31 2008 WARNING: file 'key.txt' is group or others accessible
Thu Dec 18 12:29:31 2008 Control Channel Authentication: using 'key.txt' as a OpenVPN static key file
Thu Dec 18 12:29:31 2008 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Thu Dec 18 12:29:31 2008 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Thu Dec 18 12:29:31 2008 LZO compression initialized
Thu Dec 18 12:29:31 2008 Control Channel MTU parms [ L:1542 D:166 EF:66 EB:0 ET:0 EL:0 ]
Thu Dec 18 12:29:31 2008 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Thu Dec 18 12:29:31 2008 Local Options hash (VER=V4): '504e774e'
Thu Dec 18 12:29:31 2008 Expected Remote Options hash (VER=V4): '14168603'
Thu Dec 18 12:29:31 2008 Socket Buffers: R=[112640->131072] S=[112640->131072]
Thu Dec 18 12:29:31 2008 UDPv4 link local: [undef]
Thu Dec 18 12:29:31 2008 UDPv4 link remote: 87.2.179.157:1194
Thu Dec 18 12:29:31 2008 TLS: Initial packet from 87.2.179.157:1194, sid=662131f9 51cc86f9
Thu Dec 18 12:29:31 2008 VERIFY OK: depth=1, *********************************************************************
Thu Dec 18 12:29:31 2008 VERIFY OK: nsCertType=*******
Thu Dec 18 12:29:31 2008 VERIFY OK: depth=0, *********************************************************************
Thu Dec 18 12:29:32 2008 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Thu Dec 18 12:29:32 2008 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Thu Dec 18 12:29:32 2008 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Thu Dec 18 12:29:32 2008 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Thu Dec 18 12:29:32 2008 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Thu Dec 18 12:29:32 2008 [server] Peer Connection Initiated with 87.2.179.157:1194
Thu Dec 18 12:29:33 2008 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Thu Dec 18 12:29:33 2008 PUSH: Received control message: 'PUSH_REPLY,route 192.168.5.52 ,route-gateway 192.168.5.52 ,ping 10,ping-restart 120,ifconfig 10.8.0.6 10.8.0.5'
Thu Dec 18 12:29:33 2008 OPTIONS IMPORT: timers and/or timeouts modified
Thu Dec 18 12:29:33 2008 OPTIONS IMPORT: --ifconfig/up options modified
Thu Dec 18 12:29:33 2008 OPTIONS IMPORT: route options modified
Thu Dec 18 12:29:33 2008 OPTIONS IMPORT: route-related options modified
Thu Dec 18 12:29:33 2008 ROUTE default_gateway=192.168.5.52
Thu Dec 18 12:29:33 2008 TUN/TAP device tun0 opened
Thu Dec 18 12:29:33 2008 TUN/TAP TX queue length set to 100
Thu Dec 18 12:29:33 2008 /sbin/ifconfig tun0 10.8.0.6 pointopoint 10.8.0.5 mtu 1500
Thu Dec 18 12:29:33 2008 WARNING: potential route subnet conflict between local LAN [192.168.5.0/255.255.255.0] and remote VPN [192.168.5.52/255.255.255.255]
Thu Dec 18 12:29:33 2008 OpenVPN ROUTE: omitted no-op route: 192.168.5.52/255.255.255.255 -> 192.168.5.52
Thu Dec 18 12:29:33 2008 Initialization Sequence Completed
Here is my route:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.8.0.5 * 255.255.255.255 UH 0 0 0 tun0
192.168.5.0 * 255.255.255.0 U 0 0 0 wlan0
link-local * 255.255.0.0 U 0 0 0 wlan0
default 192.168.5.52 0.0.0.0 UG 0 0 0 wlan0
Can anybody help me please..??
Small edit: i try many different kind of server configuration and i've see that if i modify the "Extended client configuration" the web GUI change in LOCAL IP and SUBNET instead of LOCAL IP and REMOTE IP..
May be a GUI problem like in THIS MaxMuster's answer..??
I wait for some solutions, many thanks :groesste: