Cisco PowerKEY CableCARD Module 802 Installation Guide

Page of 66
 
 
Install the PKES Platform 
4034718 Rev B 
15 
 
6  Add the following lines to the route-eth1 file: 
GATEWAY0=[The IP address of the Asset Ingest Interface router] 
NETMASK0=255.255.255.255 
ADDRESS0=[The IP address of the Tandberg AMS-PKES]  
 
GATEWAY1=[The IP address of the Asset Ingest Interface router] 
NETMASK1=255.255.255.255 
ADDRESS1=[The IP address of the Tandberg NAS]
 
Example:  When you are finished, the route-eth1 file should look similar to the 
following example: 
GATEWAY0=192.106.1.174 
NETMASK0=255.255.255.255 
ADDRESS0=192.106.2.177  
 
GATEWAY1=192.106.1.174 
NETMASK1=255.255.255.255 
ADDRESS1=192.106.2.178
 
7  Save the file and close the vi editor. 
 
Configuring the PKES Hostname 
Follow these instructions to configure the hostname on the PKES. 
1  At the PKES, type cd /etc/sysconfig and then press Enter. The /etc/sysconfig 
directory becomes the working directory. 
2  Type vi network and then press Enter. The network file opens for editing in the 
vi text editor. 
3  Add the following lines to the network file: 
NETWORKING=yes 
NETWORKING_IPV6=no 
HOSTNAME=[PKES Hostname]
 
Example:  When you are finished, the network file should similar to the 
following example: 
NETWORKING=yes 
NETWORKING_IPV6=no 
HOSTNAME=PKES1 
4  Save and close the network file.