Cisco Multi-Stream CableCARD Module Guía De Instalación

Descargar
Página de 120
 
 
 
Manually Configure the PCG 
 
78-4017672-01 Rev E 
99 
 
Configure the /etc/sysconfig/network-scripts/ifcfg-eth1 File 
1  From the PCG, open the file /etc/sysconfig/network-scripts/ifcfg-eth1. 
2  Set the value of BOOTPROTO to static
3  Set the value of the IPADDR to match the value of SCS Interface IP Address 
used in the DNCS/ISDS GUI. 
Example:  If the value of SCS Interface IP Address is 172.140.10.1, the parameter 
setting will be IPADDR=172.140.10.1. 
4  Set the value of NETMASK to match the value of SCS Interface  Subnet Mask 
used in the DNCS/ISDS GUI. 
Example:  If the value of SCS Interface  Subnet Mask is 255.255.255.0, the 
parameter setting will be NETMASK=255.255.255.0. 
5  Set the value of ONBOOT to yes
 
Configure the /etc/sysconfig/network-scripts/route-eth0 File 
1  From the PCG, open the /etc/sysconfig/network-scripts/route-eth0 file in an 
editor.  
2  Add the following lines: 
GATEWAY0=[PCG IP Default Gateway] 
NETMASK0=0.0.0.0 
ADDRESS0=0.0.0.0 
 
GATEWAY1=[PCG IP Default Gateway] 
NETMASK1=255.255.255.255 
ADDRESS1=[RPCServerIPAddress from Step 5] 
 
Example:  If the value of PCG IP Default Gateway from the DNCS/ISDS GUI is 
172.18.0.254 and the value of RPCServerIPAddress you you recorded in step 3 of 
Copy Files to PCG (on page 96) is 10.250.0.1, you will add the following lines: 
GATEWAY0=172.18.0.254 
NETMASK0=0.0.0.0 
ADDRESS0=0.0.0.0