Cisco PowerKEY CableCARD Module 802 Installation Guide

Page of 66
 
Chapter 2    PKES Platform Installation 
 
 
 
14 
4034718 Rev B 
3  Add the following data to the ifcfg-eth1 file: 
DEVICE=eth1 
BOOTPROTO=static 
DHCPCLASS= 
HWADDR=00:0E:0C:E5:F1:21 
IPADDR=192.168.1.173 
NETMASK=255.255.255.240 
ONBOOT=yes
 
 
Important:
  The values used for IPADDR and NETMASK in the preceding 
example are for illustration, only. Use the actual IP address and netmask of the 
PKES in use on your system. 
4  Save the file and close the vi editor. 
 
Configuring the Routing Information 
Follow these instructions to configure the routing information for the PKES. 
1  At the PKES, type cd /etc/sysconfig/network-scripts and then press Enter. The 
/etc/sysconfig/network-scripts directory becomes the working directory. 
2  Type vi route-eth0 and then press Enter. The route-eth0 file opens for editing in 
the vi text editor. 
3  Add the following lines to the route-eth0 file: 
GATEWAY0=[the IP address of the management router] 
NETMASK0=0.0.0.0 
ADDRESS0=0.0.0.0
 
Example:  When you are finished, the route-eth0 file should look similar to the 
following example: 
GATEWAY0=172.105.1.174 
NETMASK0=0.0.0.0 
ADDRESS0=0.0.0.0
 
4  Save the file and close the vi editor. 
5  Type vi route-eth1 and then press Enter. The route-eth1 file opens for editing in 
the vi text editor.