|
||||||||
Hi Gerry, I am confused by your static routes. If the LAN on the m0n0wall is 192.168.1.252/24 and you are trying to get to 192.168.4.254/24 you need an interface on the 192.168.1.0/24 network that routes to 192.168.4.0/24. This is shown well in Andreas example. > >192.168.4.0/24 - 192.168.1.254 >192.168.5.0/24 - 192.168.1.254 > To get to the 192.168.4.0/24 network please got to 192.168.1.254 and so on. Your example, > LAN:192.168.4.0/24:192.168.4.254 says to get to 192.168.4.0/24 go to 192.168.4.254, but it does not know where 192.168.4.254 is because it is in the network you are defining. On Mon, 15 Nov 2004 14:32:21 -0600, Gerry Weaver <gerryw at ctwa dot com> wrote: > Hi, > > Thanks for the help ;) . > > I still can't get it to work. Here is the current config. > > M0n0wall Router > > WAN xx.xx.xx.xx (public) > LAN 192.168.1.252 > > Static Routes > LAN:192.168.4.0/24:192.168.4.254 > LAN:192.168.5.0/24:192.168.5.254 > > Router A: 192.168.1.254 > Router B: 192.168.4.254 > Router C: 192.168.5.254 > > The 192.168.1.0 network has internet > The other networks can ping the LAN side of the m0nowall box, but have > no internet > > Thanks, > Gerry |