> I am trying to make the Dachstein LRP to work as a firewall at home.
> The problem is that it does not use my ISP gateway, i.e. I am not
possiblet
> o reach anything beyond the gateway.
> However, if I use the Eigerstein Static LRP, which have the same setup it
> works fine.
>
> Netstat shows 3 entry in the Egerstien, but the last (default) is missing
in
> Dachstein.
> Where do I fix this?

This is a bug...it will be fixed in the next release, which I hope to get to
soon (currently side-tracked working on the CD image).  In the mean time,
it's easy enough to fix yourself:

In /etc/network.conf, find the if_up () procedure.  Towards the end of this
procedure, you will find the following lines:

# Default route support
[ -n "$DEFAULT_GW" ] \
  && ip route replace default nexthop via $DEFAULT_GW dev $1

Change the last line to:
  && ip route replace default via $DEFAULT_GW dev $1

Note the removal of the 'nexthop' parameter.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to