Bugs in GUI adding static route rule
Posted: Sun Apr 03, 2011 8:42 am
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?
- 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?