On Fri, Jun 7, 2013 at 7:02 AM, R. Morris <[email protected]> wrote:
> Hi,
>
> That makes sense - do you have any information on this?
>
> But also - if route-metric doesn't work on Windows ... is this not something
> we want to fix?

Think of all the job security for people working around windows
problems that would go away if things 'just worked'....

It is somewhat outside of the scope of openvpn, but something like:

PUBLIC_ETHERNET="eth0"  # your LAN-connected interface
    # Load the NAT module (this pulls in all the others).
    modprobe iptable_nat
    iptables -t nat -A POSTROUTING -o $PUBLIC_ETHERNET -j MASQUERADE
    # Turn on IP forwarding
    echo 1 > /proc/sys/net/ipv4/ip_forward

Will make everything appear to be from the vpn server's LAN IP address
even if it came from a routed vpn source.  It should work as long as
all connections originate from the vpn client toward the servers on
the LAN.

--
   Les Mikesell
     [email protected]

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Openvpn-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to