Page 1 of 1

openvpn client - doesnt redirect ip

Posted: Sat Feb 02, 2013 9:19 am
by rr543
Hello, i have openvpn server on tomato router, and when i connect to it from any device through openvpn gui(from second internet 3g), ip redirects corectly, i get same ip as tomato router has.
But when i set same configuration client file on gargoyle router tl-wr1043nd, and set it in bridge mode to connect with mifi 3g router, also tl-wr1043nd as repeater mode, when i connect to tl-wr1043nd and check my ip, it is mifi 3g router's ip, not from tomato, what is wrong?

That is my client configuration file on tl-wr1043nd:
client
remote my_external_ip 1194
dev tun
proto udp
status /var/openvpn/current_status
resolv-retry infinite
ns-cert-type server
topology subnet
verb 3

cipher BF-CBC
keysize 128

ca /etc/openvpn/grouter_client_fvjajtsytyrt_ca.crt
cert /etc/openvpn/grouter_client_fvjajtsytyrt.crt
key /etc/openvpn/grouter_client_fvjajtsytyrt.key
ns-cert-type server

nobind
persist-key
persist-tun
comp-lzo
wl-wr1043nd is in 192.168.6.x subnet
mifi router 3g is in 192.168.6.x subnet
tomato openvpnserver is in 192.168.1.x subnet.