|
2008-01-23
, 20:31
|
Posts: 32 |
Thanked: 4 times |
Joined on Jul 2007
|
#2
|
|
2008-03-28
, 20:36
|
Posts: 31 |
Thanked: 13 times |
Joined on Mar 2008
@ Germany
|
#3
|
|
2008-03-28
, 23:25
|
Posts: 32 |
Thanked: 4 times |
Joined on Jul 2007
|
#4
|
|
2008-03-29
, 09:39
|
Posts: 31 |
Thanked: 13 times |
Joined on Mar 2008
@ Germany
|
#5
|
Here is my basic setup:
Server: Home Router w/ DD-WRT firmware
Client1: Ubuntu
Client2: 770
Currently I have my home router and ubuntu desktop working perfectly using OpenVPN.
My ubuntu box forwards all traffic and nameserver requests through my home router.
On my 770, I am using roughly the same configuration as my desktop, but its not completely working.
OpenVPN initializes OK for the most part;
At some point it says the 'tap0' device is created.
The only errors I get are while it tried to much with the route (Network is unreachable error)
After initialization/startup of OpenVPN, I basically have no connectivity.
Now I had this same issue on my desktop, and I eventually realized that after OpenVPN is done starting up, I manually have to run:
> sudo dhclient tap0
Then it resets the routing table and /etc/resolv.conf file properly (for some reason dhclient never gets a reply if its run during OpenVPN startup, has to be done after).
I suspect I have basically the same problem on the 770, but there is no 'dhclient' that i can find. The closest thing I've seen is 'udhcpc', which doesnt seem to do anything at all. No console output whatsoever.
My route table on the 770 stays unchanged from my normal net configuration (everything goes to my normal gateway on wlan0).
I also can't ping my openvpn gateway (192.168.1.1 ... yes I know, i'm very unoriginal here!)
Since 192.168.1.1 (the OpenVPN gateway) is unreachable, those route errors show up in my openvpn startup ('route add * gw 192.168.1.1' fails because 192.168.1.1 is unreachable).
IIRC, on my desktop, 192.168.1.1 is only reachable after manually doing the 'sudo dhclient tap0' command.
...so, what is the equivelant to dhclient on the 770? anyone else had this problem before?
thanks for any help!