Hi,

On 03.02.2013 19:11, Yevhen Kyriukha wrote:
2013/2/3 Jukka Rissanen <jukka.rissa...@gmail.com>:
Hi,

On 2 February 2013 15:02, Yevhen Kyriukha <kirg...@gmail.com> wrote:
My VPN server already push information about routes like:
server 10.10.10.0 255.255.255.0
and
push "route 10.10.10.0 255.255.255.0 vpn_gateway"

If I use openvpn without connman the behavior is correct (routes are
replaced only if I push "redirect-gateway" from the server).

This sounds like a bug.
Can you do following:

- start vpnd with "connman-vpnd -n -d" and direct the output to a file
- start test/monitor-vpn and direct the output to a file
- connect to your vpn (you should see server pushed routes in debug
output and also in monitor output)
- after successful connection run test/vpn-get to see if we are really
missing the ServerRoutes


Cheers,
Jukka

Ok, I did these steps and here's what I got:

When I run "connman-vpnd -n -d" program closes immediately (you can
find output in "connman-vpn.log" file that is attached). Is it
correct? Seems that system activates connman-vpnd by dbus.

The log says

"No VPN configurations found, quitting."

Meaning that you do not have any VPN configurations around. Did you remove all your VPN configurations from disk or are you running with read only filesystem for /var/lib/connman?


In output of 'monitor-vpn' I see the following line:
ServerRoutes = [[{ ProtocolFamily=4 Netmask=255.255.255.0
Network=10.10.10.0 Gateway=10.10.10.81 }][{ ProtocolFamily=4
Netmask=255.255.255.0 Network=10.10.10.0 Gateway=10.10.10.81 }]]

And output of 'vpn-get' contains following:
ServerRoutes = [[{ ProtocolFamily=4 Netmask=255.255.255.0
Network=10.10.10.0 Gateway=10.10.10.81 }][{ ProtocolFamily=4
Netmask=255.255.255.0 Network=10.10.10.0 Gateway=10.10.10.81 }]]

This looks correct.


But 'route -n' gives me the same picture that I was talking before
(vpn is a default route iface).

This is expected as you have not moved the services yet.

If the /var/lib/connman is non-existent, then you will have weird problems anyway.


Cheers,
Jukka

_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to