2010-03-27 18:23:13 Attempting to establish TCP connection with
85.12.6.160:443 [nonblock]
2010-03-27 18:23:13
2010-03-27 18:23:13 will try again in 5 seconds: Can't assign
requested address
2010-03-27 18:23:18
2010-03-27 18:23:18
2010-03-27 18:23:18 will try again in 5 seconds: Can't assign
requested address
2010-03-27 18:23:20 process exiting
2010-03-27 18:23:20
The only work around I have found so far is to reboot my Mac to get it
to work again. However, I really hate to reboot eachtime I want to
connect to the VPN.
I have had this problem for quite a few versions already.
Version: 3.0 (build 1437), openvpn 2.1.1
Any different work around or solution?
Kind regards,
Tuinslak
Instead of rebooting, you can try resetting the network interface:
For a wired connection, remove and replace the network connector.
For a wireless connection, turn Airport off, then back on again.
You can do this from the command line (the following is for a wired
connection; for wireless use en1 instead of en0):
sudo ifconfig en0 down
sudo route flush
sudo ifconfig en0 up
This came from http://www.wdream.com/2010/01/openvpn-write-udpv4-cant-assign-requested-address-code49,
which references
http://my.anuson.com/knowledgebase/1/OpenVPN-error-write-UDPv4-Cant-assign-requested-address-codeequals49.html
But thank you for the reply. I'll test it out next time it happens, as
for now I cannot seem to repeat the problem.
On Mar 27, 7:00 pm, "jkbull...gmail.com" <jkbull...@gmail.com> wrote:
> This is supposedly due to a bug in OS X, although I suspect that it is
> actually something in OpenVPN itself having to do with routing -- it
> affects some configurations, but not others.
>
> Instead of rebooting, you can try resetting the network interface:
> For a wired connection, remove and replace the network connector.
> For a wireless connection, turn Airport off, then back on again.
>
> You can do this from the command line (the following is for a wired
> connection; for wireless use en1 instead of en0):
> sudo ifconfig en0 down
> sudo route flush
> sudo ifconfig en0 up
> This came fromhttp://www.wdream.com/2010/01/openvpn-write-udpv4-cant-assign-request...,
> which referenceshttp://my.anuson.com/knowledgebase/1/OpenVPN-error-write-UDPv4-Cant-a...
The two things that Tunnelblick does when quit are to unload the tun/
tap .kexts, and forcibly terminate all openvpn processes.
The next time this happens, before trying to correct it, please check
to see if any processes named "openvpn" are active. There should be
one openvpn process for each VPN connection that is connected, but if
everything is disconnected, there shouldn't be any "openvpn"
processes.
To check for an "openvpn" process, launch "Activity Monitor" (it is in
Applications/Utilities). Then type openvpn into the Filter box in the
top right corner.
If you find any, please let us know. And you might be able to solve
the problem by terminating all such processes.
If this is the situation, maybe Tunnelblick can do something about it.