Communicating over Statically assignend IP.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Communicating over Statically assignend IP.

551 Views
jai_appari
Contributor I

Hi,

 

I would like to know, how one can communicate using statical ip settings between host PC and iMX25 boad.

 

Following is the requirement:

To pick the ipaddress from a particular file and start comminucating ovet the assigned ipAddress.

 

To meat the above feature, when I restarted the network it had poped the following message:

root@fressScale~$ /etc/rc.d/init.d/network restart

follwoing message is given:

Runing sysctl

setting up network on loopback device:

route: SIOCADDRT file exists.

 

Warning: no IPAddr is set, please set this from ltib config screen, or directly in /etc/rc.d/rc.conf.

 

I have made corresponing changes while configure ltib with dhcp off also making changes in rtc.conf.Upon boot the ipaddress changes successfuly.But, whiel bring-up the network the board it is noticed that HWare ADDREss in 00.00.0.00.00

 

If any one has any information about how to bring the network up using NAND boot imx25 please provide the info.          

 

Folwing is the o/p

root@macd ~$ /etc/rc.d/init.d/network start
Running sysctl
Setting up networking on loopback device:
route: SIOCADDRT: File exists

Warning: no IPADDR is set, please set this from the ltib
config screen, or directly in /etc/rc.d/rc.conf.
IP address setup bypassed

sbin/ifconfig -a
can0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
NOARP MTU:16 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:64
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.1.20 Bcast:192.168.1.255 Mask:255.255.255.0
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Base address:0xe000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

0 Kudos
0 Replies