Rein Laaneser wrote:
 directly.

What I need is VPN connection which connects in same time to 192.168.2.0 network and same time samba server in my dmz zone.

Advice is given, that need to push route to host (my samaba server) not network.
The openvpn config file directive
push "route 89.219.141.147 255.255.255.248" did not add the route to OpenVPN client, laptop with Win2K

How to push host route to client?

In the context of OpenVPN, a host route is simply a route with netmask 255.255.255.255.

push "route <samba server ip address> 255.255.255.255"

Here is an example from my own OpenVPN configuration. I have this in the server configuration:

        push "route 206.124.146.177 255.255.255.255"

The OpenVPN server is at 206.124.146.176. So if I were to

        push "route 206.124.146.168 255.255.255.240"

my tunnel wouldn't work either.

-Tom
--
Tom Eastep    \ Nothing is foolproof to a sufficiently talented fool
Shoreline,     \ http://shorewall.net
Washington USA  \ [EMAIL PROTECTED]
PGP Public Key   \ https://lists.shorewall.net/teastep.pgp.key

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to