Bugs in GUI adding static route rule

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
behappy
Posts: 84
Joined: Thu Mar 31, 2011 5:06 pm

Bugs in GUI adding static route rule

Post by behappy »

With my half bridge modem I need to add the rules because of ARP problem
- route add -net 192.168.1.0 netmask 255.255.255.0 eth1
- route add default gw 192.168.1.1
but the upon rules aren't valid from the GUI, since the gw address 0.0.0.0 or aterisk (*) isn't allowable.

From Terminal (putty) using route command, no problem
Edit config network adding section route w. upon section, no problem

Current Static Routes:
Destination---------------------Interface------Gateway
192.168.1.0/255.255.255.0-wan-------------0.0.0.0
0.0.0.0/0.0.0.0----------------wan-------------192.168.1.1

I believe the error check is only existed from js or xml template. Where to find the right one for editing it?

Is anyone running in the same problem from GUI?

mikers
Posts: 7
Joined: Sat Jun 04, 2011 1:22 am

Re: Bugs in GUI adding static route rule

Post by mikers »

Just saw this after posting a question that is related - having the same problem with the gui. Trying to set up the gateway of 10.1.1.1, but cant use a destination and mask of 0.0.0.0.

Works when I do it through putty on the command line.

Where does the gui store this info - could edit that file and add the zeros...

Post Reply