Comment 5 for bug 305584

Revision history for this message
Marc Luethi (netztier) wrote : Re: [Bug 305584] Re: The ""Only use VPN for these addresses..." option from 0.6.x version has either disappeared or become non-intuitive.

On Tue, 2008-12-09 at 15:48 +0000, Eric Weidner wrote:
> Address (IP subnet on the other side of the VPN): 192.168.1.0
> Prefix: 32 (32 gives you access to the entire range of IP's)
> Gateway: 0.0.0.0
> Metric: 0 (not sure what this does)

Well, that'd surprise me if "32" was correct.

Using "32" as prefix - or writing a route to 192.168.1.0/32 is
equivalent to a route to 192.168.1.0 with mask 255.255.255.255, which
generally stands for "this IP address only" or a "host route", which is
a rather short ;-) range of IP addresses.

Assuming you intended to route 192.168.1.0 / 255.255.255.0, "24" would
be the right value for "prefix".

Did you check the routing table after your modification?

regards

Marc