Cisco PowerKEY CableCARD Module 802 Installation Guide

Page of 120
 
Appendix E 
Manually Configure the PCG 
100 
78-4017672-01 Rev E 
GATEWAY1=172.18.0.254 
NETMASK1=255.255.255.255 
ADDRESS1=10.250.0.1 
 
Configure the /etc/sysconfig/network-scripts/route-eth1 File 
1  From the PCG, open the /etc/sysconfig/network-scripts/route-eth1 file in an 
editor.  
2  Add the following lines: 
GATEWAY0=[SCS Interface Default Gateway] 
NETMASK0=0.0.0.0 
ADDRESS0=0.0.0.0 
 
Example:  If the value of SCS Interface Default Gateway used in the DNCS/ISDS 
the GUI (above) is 172.140.10.254, you will add the following lines: 
GATEWAY0=172.140.10.254 
NETMASK0=0.0.0.0 
ADDRESS0=0.0.0.0 
 
Note: If this interface needs to access additional networks, such as a subnet to 
which the PCG is not directly connected, configure additional routes within the 
appropriate route-eth0 or route-eth1 file.  
Important: ALL routes must be included in the route-eth0 and route-eth1 files. A 
sample of how to add additional entries is shown below. 
 
GATEWAY0=172.18.0.254 
NETMASK0=0.0.0.0 
ADDRESS0=0.0.0.0 
  
GATEWAY1=172.18.0.254 
NETMASK1=255.255.255.255 
ADDRESS1=10.250.0.1