EFW Support

Support => General Support => Topic started by: edisoft on Friday 24 October 2008, 01:19:13 am



Title: Static routing not working
Post by: edisoft on Friday 24 October 2008, 01:19:13 am
Hi,

we are testing version 2.2 rc3 and have a network behind a router that is on Green network.
The supposed solution is on the knowledge base (http://kb.endian.com/entry/28/)  but is not working for us.

We add the route like in the knowledge base but then its not get added to the routing table.
I can add the route manually and works so something must be wrong.

Thanks in advance.

Marco


Title: Re: Static routing not working
Post by: npeterson on Friday 24 October 2008, 08:40:16 am
Dont forget to make 2 routes

Source  -> Destination -> VIA(your firewall's IP address on desination subnet)

10.1.2.0/24 -> 10.1.3.0/24 -> 10.1.3.1
10.1.3.0/24 -> 10.1.2.0/24 -> 10.1.2.1



Title: Re: Static routing not working
Post by: ocelot on Wednesday 10 December 2008, 05:59:33 am
Hi everybody! it's my first post here!

Same problem here: via terminal works fine, but via web browser nothing happens...

Anyone have an idea why this is occurring? ???


Title: Re: Static routing not working
Post by: smk986 on Thursday 11 December 2008, 08:02:14 pm

Also confirming unable to add static route in web interface. release 2.2.rc3  ???

I can successfully add routes via CLI which do work. :)
route add -net 192.168.40.0/24 gw 192.168.0.253

I have 9 remote subnets behind one router connected on green.

network_behind_router --GW-------------------- router ----------- green_iface_of_efw

192.168.40.0/24   | 192.168.50.250   | \
192.168.51.0/24   | 192.168.51.250   |   \
192.168.52.0/24   | 192.168.52.250   |    \
192.168.52.0/24   | 192.168.53.250   |     \
192.168.53.0/24   | 192.168.54.250   |      |- 192.168.50.250  <---> 192.168.0.253
192.168.54.0/24   | 192.168.55.250   |     /
192.168.55.0/24   | 192.168.56.250   |    /
192.168.56.0/24   | 192.168.57.250   |  /
192.168.70.0/24   | 192.168.70.250   | /




Title: Re: Static routing not working
Post by: ocelot on Friday 12 December 2008, 03:38:06 am
To make persistent the routes added mannually, just edit the file: /var/efw/inithooks/start.local with your static routes before the "exit 0".

Like this:


#!/bin/sh

route add -net 10.0.1.0/24 gw 10.0.5.1
route add -net 10.0.2.0/24 gw 10.0.5.1

exit 0


Title: Re: Static routing not working
Post by: gyp_the_cat on Saturday 17 January 2009, 03:15:47 am
Don't forget to add the subnets to the Proxy - HTTP - Configuration - Allow Subnet per Zone under the correct heading.


Title: Re: Static routing not working
Post by: boodeey on Friday 29 May 2009, 01:53:21 pm
i got the same problem ... i've try to change allowed subnet perzone or even disable http proxy manually routing by console .... and i still got the problem