EFW Support

Support => General Support => Topic started by: thedaver on Friday 18 June 2010, 12:58:04 am



Title: EFW 2.4 - adding subnets to same Green NIC on web not sticking
Post by: thedaver on Friday 18 June 2010, 12:58:04 am
I've setup my shiny new EFW 2.4 Community install - outstanding product, kudos to dev team!!

Install has Red NIC (pppoe) and Green NIC. 

On my home ethernet I need to support routing between 192.168.1.0/24, 192.168.2.0/24, and 192.168.3.0/24 subnets.

I've used the web interface on 192.168.1.1:10443 to create routes between (TO & FROM) these segments to each other.  Yet routing does not work.

I did some research and there appeared to be a problem in the 2.3 EFW where the web client routing didn't take effect and manual configuration from CLI was needed. 

Is that still the case?  If so, can you give me a link or a direct example on which EFW files to modify and some sample CLI commands?

THANKS!


Title: Re: EFW 2.4 - adding subnets to same Green NIC on web not sticking
Post by: vondie on Monday 21 June 2010, 02:35:07 am
Hope this help.

Buck said:

With command line you can add a static route.
You can connect to your efw with putty for example.

example:
route add -net 172.17.0.0/16 gw 192.168.17.1

If you want to safe the route permanent you need to add the route also in etc/rc./rc.netaddress.up before the exit 0.