Hi,

On Wed, Aug 21, 2013 at 06:10:20PM -0700, Daniel L. Miller wrote:
> Hi all. I've been using bridged vpn for a while - now trying to get routed 
> working.
> 
> My setup:
> Server side router (mikrotik)  LAN IP 192.168.0.1
> OpenVPN server (ubuntu) LAN IP 192.168.0.3
> OpenVPN pool 10.59.97.0/24
> Android client 10.59.97.6
> 
> I can connect and communicate between client and server. But I cannot reach 
> other LAN hosts from the client or vice versa. On the router I added 
> 10.59.97.0/24 via 192.168.0.3 source 192.168.0.1. I can ping 10.59.97.1 
> from the router - but not 10.59.97.6.
> 
> What magic am I missing?

From the config files, the routes should be there.

So my guess is that IPv4 forwarding (router mode!) is not turned on on
the Ubuntu server.  No idea how to correctly set this to be automatically
enabled at boot on Ubuntu, but for a quick test, look at

$ sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 0

('0' is bad)

and set with

$ sudo sysctl net.ipv4.ip_forward=1

gert
-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             [email protected]
fax: +49-89-35655025                        [email protected]

Attachment: pgpT7kVw59SDg.pgp
Description: PGP signature

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Openvpn-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to