EDFA optical amplifier – user manual
19
9.2 Login to the CLA
After the PC is switched on you can login to your CLA system. Type login and
password
Factory setting of login:
Login: root
Password: optokon
NOTE: for change of password use command “passwd”
After login to the CLA, system displays the MOTD message “Message Of The
Day”
Message Description Parameter
Serial Number:
Serial number of device
SERIAL
Device:
Type of device
DEVICE_TYPE
CLDDistro ver.:
Software distribution version
VERSION
Location:
Location of the CLA
LOCATION
Line:
Trace from to
LINE
Admin:
Administrator name
ADMIN
Administrator email
ADMIN_EMAIL
Administrator phone
ADMIN_PHONE
To change the default MOTD the following procedure shall be used:
Edit file /etc/motd.sheet
Run file /etc/init.d/cld-motd
Display new MOTD cat /etc/motd
9.3 IP address setting
For change or setting of IP address use file /etc/network/interfaces.
In this file you can set IP addresses of all network cards
Default Ethernet setting:
NET_IP 192.168.0.10
NET_MASK 255.255.255.0
NET_GATEWAY 192.168.0.1
ifconfig eth0
Example of file for functionally interface eth1 with static IP address:
allow-hotplug eth0
auto eht0
iface eth0 inet static
address 192.168.123.123
netmask 255.255.255.0
gateway 192.168.123.255
NOTE: the attribute “#“ means commentary