xingplus / tunnelblick

Automatically exported from code.google.com/p/tunnelblick
0 stars 0 forks source link

Inconsistent Connection and Disconnection #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. When I connect the client to the server.
2. A lot of times this occurs when the connection is broken and Tunnelblink
tries to re-establish connection.
3. Following is in the server OpenVPN script:

port 53
proto tcp-server
dev tun
ifconfig 10.88.88.213 10.88.88.214
secret key.txt
keepalive 30 60

4. Following is in the client OpenVPN script:

port 53
proto tcp-client
dev tun
ifconfig 10.88.88.214 10.88.88.213
secret key.txt

What is the expected output? What do you see instead?

I expect:
1. The client and server connects.
2. The client can ping the server.
3. The client can access the server.

I see:
1. Some times Tunnelblink reports "Initialization Sequence Completed", but
I can't ping or access the server.
2. Some times Tunnelblink reports "TCP: connect to xxx.xxx.xxx.xxx failed",
but I can still ping or access the server.

What version of the product are you using? On what operating system?

I'm using Tunnelblink 3.0b9 on Mac OS X 10.5.4.

Please provide any additional information below.

Featured snapshot is Tunnelblink-Universal-3.0b8.dmg. Is that newer than
Tunnelblink_3.0b9.dmg?

Original issue reported on code.google.com by gypsy3...@yahoo.com on 17 Nov 2008 at 9:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I should also mention that the server runs on Microsoft Windows XP. The server
configuration has been tested with the OpenVPN Windows client, and works fine.

Original comment by gypsy3...@yahoo.com on 24 Nov 2008 at 9:17

GoogleCodeExporter commented 9 years ago
Think this is fixed.

Original comment by jkbull...@gmail.com on 9 Sep 2010 at 12:16