XV0500 Video MCU User's Guide
Page 28 of 30
Xorcom Ltd.
● P.O. Box 60, Misgav Industrial Park 20174 ● Tel: +972 4 995-1999 ●
www.xorcom.com
Appendix B: How to obtain/configure IP address by using a keyboard and a
display monitor
Connect a keyboard and a display monitor.
Login to system as follows:
User name:
root
Password:
akuo-kfo
Note
: The default system keyboard configuration is U.S. When entering the password the - (dash/hyphen) key
is to the right of the 0 (zero) key, no matter which keyboard layout is being used.
a.
How to get IP address(es)received from DHCP server
To see the IP addresses of the eth0 and eth1 interfaces use the command
:
ifconfig -a
A block of data similar to the following will appear:
# ifconfig -a
eth0 Link encap:EthernetHWaddr 38:60:77:21:11:D9
inet addr:192.168.0.61 Bcast:192.168.15.255 Mask:255.255.240.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3536814 errors:0 dropped:0 overruns:0 frame:0
TX packets:444940 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:329865724 (314.5 MiB) TX bytes:91941848 (87.6 MiB)
Interrupt:50 Memory:fe600000-fe620000
eth1 Link encap:EthernetHWaddr 38:60:77:21:11:DA
inet addr:172.16.200.1 Bcast:172.16.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:60899651 errors:0 dropped:0 overruns:0 frame:0
TX packets:75078407 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:2000
RX bytes:1013562657 (966.6 MiB) TX bytes:3667353670 (3.4 GiB)
Interrupt:177 Memory:fe400000-fe420000
In this example the eth0 interface received IP address 192.168.0.61. The eth1 interface has IP
address 172.16.200.1
b.
How to configure a static IP address(es)
Insert the required variables into
/etc/sysconfig/network-scripts/ifcfg-eth0
:
cat> /etc/sysconfig/network-scripts/ifcfg-eth0 <<EOF
DEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.0.61