Static Routes How to Guide

From Swivel Knowledgebase Wiki

Jump to: navigation, search


Image:logo.gif

Overview

The CMI allows one static route to be added, however subsequent static routes may need to be added manually. This is why you only see the Display Route option available on the appliance CMI if you already have a route configured.


Solution

Connect to the PINsafe appliance using WinSCP How To Guide.

Then navigate to the following file on the appliance using WinSCP:

/etc/sysconfig/network-scripts/route-eth0

Edit this file by right clicking on it and selecting Edit.

You should see the route that you've already defined exists under the ADDRESS0, NETMASK0, GATEWAY0 entries. Add another set of values underneath as provided in the example below using ADDRESS1, NETMASK1, GATEWAY1 entries:

ADDRESS0=10.10.10.0

NETMASK0=255.255.255.0

GATEWAY0=192.168.0.1

ADDRESS1=172.16.1.0

NETMASK1=255.255.255.0

GATEWAY1=192.168.0.1


Known Issues

If the delete route option is run from within the CMI menu, all routes are deleted.