Hi,

On Sun, Sep 20, 2015 at 10:18:26PM +0200, Marc Haber wrote:
> table nat {
>     chain PREROUTING {
>         protocol udp dport 1194 DNAT to "my-openvpn-box:1194";
>     }
>     chain POSTROUTING {
>         protocol udp dport 1194 daddr my-openvpn-box MASQUERADE;
>     }
> }

Nice one.  Much less effort and less overhead than a socks proxy
(or socat).

gert


-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de

Attachment: pgpw2k3ncc3Sv.pgp
Description: PGP signature

------------------------------------------------------------------------------
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to