R
retrovertigo
Guest
Original poster
I'm connecting to my work VPN using OpenVPN, but every so often my wireless connection flat out dies (while still connected to the access point). This is thanks to the 10.4.10 update, which has absolutely murdered my wireless connectivity.
The problem is this: I can't re-connect to my VPN after the connection dies, because when I try I get the following error in my OpenVPN log:
I got the following information from netstat:
Currently, the only way I've been able to re-connect is by rebooting my laptop. This is not feasible, though. Is there any way to kill that connection/socket so that OpenVPN is able to proceed?
The problem is this: I can't re-connect to my VPN after the connection dies, because when I try I get the following error in my OpenVPN log:
Code:
Fri 07/13/07 09:58 AM: TCP/UDP: Socket bind failed on local address [undef]:1194: Address already in use
I got the following information from netstat:
Code:
Proto Recv-Q Send-Q Local Address Foreign Address (state)
udp4 0 0 *.1194 *.*
Currently, the only way I've been able to re-connect is by rebooting my laptop. This is not feasible, though. Is there any way to kill that connection/socket so that OpenVPN is able to proceed?