|
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Douglas, On Mon, Nov 13, 2006 at 05:41:14PM -0600, Douglas Renze wrote: > /sbin/iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j > MASQUERADE well, this wouldn't work as you have configured a different pool for your clients. Your server config says: > server 10.36.63.0 255.255.255.0 then you should run /sbin/iptables -t nat -A POSTROUTING -s 10.36.63.0/24 -o eth0 -j MASQUERADE Best regards, Klaus -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFFW4Y2iPBbndF0mh8RAvkBAJ9Sj9LzvCbSx5wv6bLHTbS24BtUbwCdFju+ 8ZlXv2EhY1KtI3A0LbFCXEw= =5Sn4 -----END PGP SIGNATURE----- ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |