How to set a Static Route on a Storage Node
Posted
by csoto
on Oracle Blogs
See other posts from Oracle Blogs
or by csoto
Published on Wed, 20 Aug 2014 16:30:10 +0000
Indexed on
2014/08/20
22:26 UTC
Read the original article
Hit count: 259
Filed under:
/Oracle/Exalogic
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.
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.
© Oracle Blogs or respective owner