Please help me with this bug

How to customize and extend your OpenVPN installation.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
chrismt
OpenVpn Newbie
Posts: 3
Joined: Mon Aug 26, 2013 4:35 pm

Please help me with this bug

Post by chrismt » Mon Aug 26, 2013 6:11 pm

Mon Aug 26 21:54:33 2013 OpenVPN 2.2.2 Win32-MSVC++ [SSL] [LZO2] [PKCS11] built on Dec 15 2011
Mon Aug 26 21:54:33 2013 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Mon Aug 26 21:54:34 2013 LZO compression initialized
Mon Aug 26 21:54:34 2013 UDPv4 link local: [undef]
Mon Aug 26 21:54:34 2013 UDPv4 link remote: 37.130.230.4:8080
Mon Aug 26 21:54:34 2013 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Mon Aug 26 21:54:35 2013 [server] Peer Connection Initiated with 37.130.230.4:8080
Mon Aug 26 21:54:38 2013 TAP-WIN32 device [Local Area Connection] opened: \\.\Global\{xxx}.tap
Mon Aug 26 21:54:38 2013 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.192.20.6/255.255.255.252 on interface {xxxx} [DHCP-serv: 10.192.20.5, lease-time: 31536000]
Mon Aug 26 21:54:38 2013 Successful ARP Flush on interface [24] {xxxx}
Mon Aug 26 21:54:38 2013 write UDPv4: No Route to Host (WSAEHOSTUNREACH) (code=10065)
Mon Aug 26 21:54:38 2013 write UDPv4: No Route to Host (WSAEHOSTUNREACH) (code=10065)
Mon Aug 26 21:54:38 2013 write UDPv4: No Route to Host (WSAEHOSTUNREACH) (code=10065)
Mon Aug 26 21:54:43 2013 Initialization Sequence Completed

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: Please help me with this bug

Post by maikcat » Tue Aug 27, 2013 6:30 am

with this post do you really hope to get help?????????

anyway,obviously cou cant connect...

post configs/logs.

Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

chrismt
OpenVpn Newbie
Posts: 3
Joined: Mon Aug 26, 2013 4:35 pm

Re: Please help me with this bug

Post by chrismt » Wed Aug 28, 2013 11:42 am

maikcat wrote:with this post do you really hope to get help?????????

anyway,obviously cou cant connect...

post configs/logs.

Michael.
I just get this "write UDPv4: No Route to Host (WSAEHOSTUNREACH)" randomly and my Private Internet Access client just stops working.

I asked them for help but couldn't help me.

The config files are here https://www.privateinternetaccess.com/o ... penvpn.zip

client
dev tun
proto udp
remote us-california.privateinternetaccess.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
tls-client
remote-cert-tls server
auth-user-pass
comp-lzo
verb 1
reneg-sec 0

Sorry I am a noob but I really wish I could fix this problem. :|

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: Please help me with this bug

Post by maikcat » Wed Aug 28, 2013 11:52 am

write UDPv4: No Route to Host (WSAEHOSTUNREACH)
this means that you cant reach the remote site....

can you try tcp based setup?

Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)

Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)

"objects in mirror are losing"

vinothrc
OpenVpn Newbie
Posts: 1
Joined: Wed Apr 11, 2018 7:50 am

Unable to connect client to client using eth0

Post by vinothrc » Wed Apr 11, 2018 9:10 am

Hi,
I have installed the OpenVPN server in one system. And I connect from two clients with different network(192.168.1.2 and 192.168.3.2). I can able to ping and connect using tun0 is working. But using eth0 is not working.

$ifconfig
eth0 Link encap:Ethernet HWaddr 08:00:27:e6:66:fe
inet addr:192.168.2.102 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fee6:66fe/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1
RX packets:8239 errors:0 dropped:0 overruns:0 frame:0
TX packets:5812 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5994111 (5.9 MB) TX bytes:678120 (678.1 KB)
Interrupt:19 Base address:0xd020

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:160 errors:0 dropped:0 overruns:0 frame:0
TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:11840 (11.8 KB) TX bytes:11840 (11.8 KB)

tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.8.0.6 P-t-P:10.8.0.5 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:15 errors:0 dropped:0 overruns:0 frame:0
TX packets:342 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1204 (1.2 KB) TX bytes:28352 (28.3 KB)


Ping using tun0 is working

$ping 10.8.0.10
PING 10.8.0.10 (10.8.0.10) 56(84) bytes of data.
64 bytes from 10.8.0.10: icmp_seq=1 ttl=64 time=43.4 ms
64 bytes from 10.8.0.10: icmp_seq=2 ttl=64 time=40.6 ms
64 bytes from 10.8.0.10: icmp_seq=3 ttl=64 time=38.9 ms
^C

Ping using eth0 is not working

$ping 192.168.1.2
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.



^C

Please help me

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Please help me with this bug

Post by TinCanTech » Wed Apr 11, 2018 11:05 am

maikcat wrote:
Tue Aug 27, 2013 6:30 am
with this post do you really hope to get help?????????

anyway,obviously cou cant connect...

post configs/logs.

Michael.
:roll:

Post Reply