FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
| Line 472: | Line 472: | ||
For example, on the ZyXel P-660R, you will have configured the IP and Netmask on the 'LAN' tab. But there's no 'Gateway', so we must go to 'Advanced' -> 'Static Routes' tab, and create one. Enter it as follows: IP, Mask = base address of your internal LAN; eg: 81.xx.xx.0, 255.255.255.192. The 'Gateway' address is pointing back at the FB, eg 192.168.1.1. Check the box to Activate the route, hit the 'Apply' button, and that's it done. |
For example, on the ZyXel P-660R, you will have configured the IP and Netmask on the 'LAN' tab. But there's no 'Gateway', so we must go to 'Advanced' -> 'Static Routes' tab, and create one. Enter it as follows: IP, Mask = base address of your internal LAN; eg: 81.xx.xx.0, 255.255.255.192. The 'Gateway' address is pointing back at the FB, eg 192.168.1.1. Check the box to Activate the route, hit the 'Apply' button, and that's it done. |
||
On the Vigour 120, you need to telnet in to the CLI to set the route. |
|||
The commands to set a route back to 81.x.x.0 via the FB at 192.168.1.1 are: |
|||
ip route status |
|||
ip route add 81.x.x.0 255.255.255.192 192.168.1.1 static |
|||
ip route status |
|||
The Draytek CLI reference may be found here: |
|||
ftp://ftp.draytek.com/Document/Telnet_Commands_V1.11.zip |
|||
Now, the assuming the Modem is on 192.168.1.2, you'll be able to access it from the LAN side of the FireBrick. |
Now, the assuming the Modem is on 192.168.1.2, you'll be able to access it from the LAN side of the FireBrick. |
||