| 61 | == Routing == |
| 62 | |
| 63 | Static routing for gateways are done on this page located at System > Routing |
| 64 | |
| 65 | === Gateways === |
| 66 | |
| 67 | Your upstream and any downstream routers / L3 devices that are connected through routed interfaces must be configured on this page. One gateway for each interface and for each address family. Initially, two gateways for WAN interface should have been created to define IPv4 and IPv6 addresses of your WAN gateway. |
| 68 | |
| 69 | Also on to the bottom of the page, you will find the selected gateways as your default Gateways. |
| 70 | |
| 71 | ==== Add New Gateway ==== |
| 72 | |
| 73 | If you have a L3 device as your downstream and if you have defined vlans on it then you must define a static route pointing those vlans. This must be accomplished by creating a new gateway and creating static routes. |
| 74 | |
| 75 | To add a new gateway click **+ Add** button on Gateways page |
| 76 | |
| 77 | - Select the interface facing that end point (WAN or LAN) |
| 78 | - Address Family |
| 79 | - Name: something identifiable |
| 80 | - Gateway: IP address of the gateway or the interface address of the L3 device connected on the other side. Consider Address Family as well |
| 81 | - Description: Some description about the gateway or the link |
| 82 | |
| 83 | and save. |
| 84 | |
| 85 | === Static Routes === |
| 86 | |
| 87 | To create a new static route, Click **+ Add** on Static Route Page, |
| 88 | |
| 89 | - Define your Destination Network and Mask, eg: 172.16.0.0 / 16 |
| 90 | - Gateway: Select Gateway that is on that routed link |
| 91 | - Description: Add a suitable description |