Use
a command line and do the following:
arp –s <IP address you want to assign> <MAC address of
MIB600>
telnet <IP address> 1
telnet <IP address> 9999
you should then see the following:
*** Lantronix Universal Device Server ***
Serial Number 3265325 MAC address
00204A32FF2D
Software version 05.2 (030423) LTX
Press Enter to go into Setup Mode
Hope this helps,
Gary
From: Roby Wang
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 22, 2006
5:59 PM
To:
[email protected]
Subject: [Tinyos-help] assign IP
address to MIB600
Hi all,
Sorry this might be a little off the topic. I hope somebody has had the same
problem and can share the solution with me.
I want to assign a fixed IP address to the MIB600 board (so that I don't need
to find out what's the address each time).
I'm running a DHCP server on a linux machine sitting on the same subnet as the
IP address I want to assign to the MIB600 board.
In the dhcpd.conf, I have a static binding between the MAC address of the board
and the IP address.
The DHCPOFFER from dhcp server seems fine, but somehow the board couldn't
acquire the address.
In the log there's some error message like this:
"dhcpd: DHCPINFORM from 4.0.0.0 via eth0:
unknown subnet 0.0.0.0"
Is this caused by the pre-configured address 0.0.0.0
of the board?
Is DeviceInstaller the only option to assign a fixed IP address to MIB600?
Thank you very much!