Add a Non-Persistent IPv6 Static Route
Use this procedure to add a non-persistent IPv6 static route to support IPv6-compliant agents.
Before you begin
You must access the appliance operating system to add a static route. For information, see Operating System Access.
Procedure
Log on to the appliance with the user name rsaadmin and the operating system password.
View the current routing table, type:
sudo ip -6 route show
When you add non-persistent IPv6 route entry to a network interface routing file, you can choose to whether to specify a table:
- To add a non-persistent IPv6 route to a network interface routing file without specifying a table, type:
sudo ip -6 route add destination/nn via gateway dev eth0
where:
- destination specifies the IP address of the network or host for which you are adding a static route. Any network traffic to the destination IP address follows the route defined by the entry.
- /nn is the prefix length notation used to specify the subnet mask associated with the destination IP address.
- gateway specifies the IP address of the node that will route traffic to the destination network or host.
- eth0 specifies the network interface, for example, eth0 or eth1.
IPv6 special notation can be used. For example, to add a non-persistent static route that sends all network traffic for IPv6-compliant agents in the 2005::0/64 network to the gateway 2001::2, type:
sudo ip -6 route add 2005::0/64 via 2001::2 dev eth0
- To add a non-persistent IPv6 route entry to the corresponding table, type:
sudo ip -6 route add destination/nn via gateway dev eth0 table Teth0
where:
- destination specifies the IP address of the network or host for which you are adding a static route. Any network traffic to the destination IP address follows the route defined by the entry.
- /nn is the prefix length notation used to specify the subnet mask associated with the destination IP address.
- gateway specifies the IP address of the node that will route traffic to the destination network or host.
- eth0 specifies the network interface, for example, eth0 or eth1.
- Teth0 specifies the table in the network interface routing file, such as Teth0 for the interface eth0.
IPv6 special notation can be used. For example, to add a non-persistent static route that sends all network traffic for IPv6-compliant agents in the 2005::0/64 network to the gateway 2001::2, type:
sudo ip -6 route add 2005::0/64 via 2001::2 dev eth0 table Teth0
- To add a non-persistent IPv6 route to a network interface routing file without specifying a table, type:
Press ENTER. The non-persistent route takes effect immediately.
Related Articles
Add a Persistent IPv4 Static Route 41Number of Views Identity Router Network Interfaces and Default Ports 266Number of Views Startup fails with 'Job for aveksa_server.service failed because the control process exited with error code' when starting… 528Number of Views Connection to Cloud Authentication service via Security Console fails with an error; ""Failed to register to the Cloud Aut… 451Number of Views Configuring two RSA Authentication Manager 8.x user IDs to share a single SecurID token 1.55KNumber of Views
Trending Articles
How a Multi-App Entitlement Collector (MAEDC) resolves entitlement relationships with accounts and groups collected by a M… RSA Governance & Lifecycle 8.0 Patch 10 Release Notes RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows User Event Monitor Messages for Cloud Access Service (20601 - 38000) Authentication context not added / Context validation failed errors authenticating with RSA Authentication MFA Agent for A…