How to set a Static Route on a Storage Node
- by csoto
To set up a host route to an IP address, here are the procedures for BUI and CLI. You need to know the destination, mask, interface and network. Note that, in this case, the values are just examples.
CLI
- Log into CLI and run the commands below:
configuration net routing create
set family=IPv4
set destination=203.246.186.80
set mask=32
set gateway=192.168.100.230
set interface=igb0
commit
BUI
- Log in to the web ui of the ZFSSA NAS head
- Click Configuration - Network - Routing - (+)
- In the popup window that will be displayed, enter the values accordingly on the popup window shown on the screenshot below:
Any of the two above procedures should get your desired route in place.