Closed GoogleCodeExporter closed 9 years ago
After trying to create a custom up script to workaround this problem, I have
some
more information. "route add 0/1 10.0.0.1" will attach to en1 (in my setup)
until an
entry like "10/24 link#9 UCS 1 0 tap0" exists in the route
table.
This is created once the DHCP command "ipconfig set tap0 DHCP" successfully
gets an
IP address from the DHCP server.
It would appear that, in order for Tunnelbrick (or openvpn) to add these routes
correctly, they would have to integrate DHCP into the tap configuration so it
can
wait until DHCP is complete before adding the routes. Perhaps as an interim
step
Tunnelbrick could move the "redirect-gateway def1" route creation into a shell
script. If I can figure out how to create a "correct" up script that waits for
DHCP
before adding the routes I will post it here.
Original comment by mikepel...@gmail.com
on 11 Sep 2009 at 9:49
Please try "Set nameserver (alternate 1)" in Tunnelblick 3.1beta18.
Original comment by jkbull...@gmail.com
on 18 Oct 2010 at 10:49
Original comment by jkbull...@gmail.com
on 31 Oct 2010 at 12:43
have similar issue. after I connect to vpn server I got default route. but the
interface is not correct. in my case:
0/1 192.168.7.2 UGSc 18 0 en1
default 10.12.0.1 UGSc 16 41 en1
should be (I think)
0/1 192.168.7.2 UGSc 18 0 tap0
default 10.12.0.1 UGSc 16 41 en1
OS X: 10.8.4
Tunnelblick 3.3.0 (build 3518)
Original comment by artem.zo...@gmail.com
on 6 Aug 2013 at 5:15
Artem -
If you are having a problem with Tunnelblick, please include the following with
your question.
* The entire contents of the Tunnelblick log;
* The contents of your configuration file; and
* The end of the Console log.
Be sure to X out any sensitive information such as server IP addresses.
Use the "Copy Diagnostic Info to the Clipboard" button on the "Log" tab of the
"Configurations" panel of the "VPN Details…" window to copy all of this to
the Clipboard, then paste it into an email or web form and edit out sensitive
information.
Original comment by jkbull...@gmail.com
on 6 Aug 2013 at 8:25
Original issue reported on code.google.com by
mikepel...@gmail.com
on 11 Sep 2009 at 4:03