Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

DGA0122 Static Routes: Difference between revisions

From AAISP Support Site
Content deleted Content added
Adsb (talk | contribs)
Page creation
 
Adsb (talk | contribs)
m Extras tab
 
Line 6: Line 6:
== Web interface ==
== Web interface ==


The ''engineer'' web user can add static routes on the WAN or WWAN under the ''Local Network'' tile.
The ''engineer'' web user can add static routes on the WAN or WWAN under the ''Local Network'' tile, ''Extras'' tab.


== SSH interface ==
== SSH interface ==

Latest revision as of 21:23, 9 June 2023


It is possible to add static routes, but only with IPv4.

Web interface

The engineer web user can add static routes on the WAN or WWAN under the Local Network tile, Extras tab.

SSH interface

The engineer SSH user can use the route command to add static routes.

route add --net 192.168.100.0 --netmask 255.255.255.0 --gw 81.187.xx.yy

Any routes so added don't survive a power cycle. The apply command doesn't change this behavior.