Veritas Access Appliance Initial Configuration Guide
- Getting to know the Access Appliance
- Preparing to configure the appliance
- Configuring the appliance for the first time
- Getting started with the Veritas Access GUI
- Storage management
- Network connection management
- Configuring network address settings on the appliance nodes
- About the Veritas Remote Management Console
- Monitoring the appliance
- Resetting the appliance to factory settings
- Appliance security
- About Access appliance user account privileges
- About the Access Appliance intrusion detection system
- About Access appliance operating system security
- Recommended IPMI settings on the Access appliance
- Troubleshooting
Configuring static routes on the appliance
You can configure static routes on an appliance node to communicate with remote networks or hosts if the default route is not suitable. You can also use static routes to filter traffic to specific network interfaces, or to create a backup routing configuration in case the default gateway fails.
For more information about static routes, refer to the following documentation:
To add a static route
- Log on to the Access Appliance shell menu on an appliance node.
- From the Main_Menu > Network view, type the following command:
Gateway Add <GatewayIPAddress> [TargetNetworkIPAddress] [Netmask] [InterfaceName]
<GatewayIPAddress> - The IP address leading to the remote network (generally a gateway or router).
[TargetNetworkIPAddress] - The IP address of the destination network or host.
[Netmask] - The subnet mask that corresponds to the address that you specified for [TargetNetworkIPAddress].
[InterfaceName] - The name of the network interface that you want the traffic to exit from.
For example:
Gateway Add 192.168.1.1 10.10.0.0 255.255.248.0 eth1
- Repeat this procedure on the other node.
More Information