Re: [Openvpn-users] Routing OpenVPN server

2016-07-01 Thread Max . Muster
As I understood, the OpenVPN connection did work, only problem was, that the OpenVPN servers could not reach the network. So I just addressed that issue...   Just for my information:   Did you try the solution I suggested (add the missing routing in the gateway routers)?         Gesendet

Re: [Openvpn-users] Routing OpenVPN server

2016-06-28 Thread Max . Muster
Thats what I would suggest. Not knowing your routers, from your description I would expect sonthing like   "/ip route add dst-address= gateway="   so maybe you try site1: /ip route add distance=1 dst-address=10.0.0.0/30 gateway=192.168.1.10 site2: /ip route add distance=1 dst-address=10.0

Re: [Openvpn-users] Routing OpenVPN server

2016-06-28 Thread Max . Muster
I think you missed the routing for the OpenVPN interface IPs.   The server will use its OpenVPN interface IP (10.0.0.X) as source IP to adress hosts. So the default gateway in the networks should route the OpenVPN-IPs to the local OpenVPN servers.     Gesendet: Dienstag, 28. Juni 2016 um 11:

Re: [Openvpn-users] Routing problem

2013-12-30 Thread Max . Muster
Hi Jordan, If you want to reach the server from IP 1.2.3.4 the server will need to now where toroute this IP ;-) So in a simple config, the server would only need: route 1.2.3.4 (if its only host 1.2.3.4 this will be sufficient; for a network you will need "route "). BUT, since you have a mu

Re: [Openvpn-users] Routing for my multiple machines server side

2013-08-21 Thread Max . Muster
Hi Daniel, You will need a routing for the LAN IPs on the OpenVPN client, too. I think this might be missing in your configuration? If this is the case, you might configure it on the client config with route 192.168.0.0 255.255.255.0 or you can push the route from the server push “route 192

Re: [Openvpn-users] Multiple Default Gateways

2013-06-07 Thread Max Muster
there isn't much that OpenVPN can do. > > Russel, you might want to look at [1] and see if tweaking the metric of > your other interfaces (not the tap) helps you. > > HTH, > Simon > > 1: > http://blog-rat.blogspot.ca/2011/06/forcing-windows-7-to-use-wired-when.htm

Re: [Openvpn-users] Multiple Default Gateways

2013-06-07 Thread Max Muster
So, if I got it right, what you realy want is only a route for one network and you will get a default route. If this is "your problem", just ignore the route pushed by the server and put the route you want into your config : # ignore routes sent by server route-nopull # put the route you want

[Openvpn-users] Valid Server config is not working with chroot (because of check_file_access)

2013-05-31 Thread Max Muster
Hi all, just as "reminder/additional information" to the ticket 299 some information on my issue: I am using OpenVPN on a embedded device, usually with "ENABLE_SMALL" to have a small memory footprint. Recently another user came up with a "stange" error I could not reproduce on my system. A (v