The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 04-13-2007
sumitpandya sumitpandya is offline
Registered User
  
 

Join Date: Mar 2006
Location: Ahmedabad
Posts: 125
A great common solution

All,
Being a N/W developer, usually I face this problem. There is very simple solution for this.
1> Connect that device with a "Cross-over" N/W cable to another computer.
2> Start a N/W packet capture utility (tcpdump/ethereal/snoop) on that computer
3> Restart device
4> When device start it sends ARP broadcast containing its own IP-Address. This is done to ensure that no other device is assigned same IP.

5> After getting that packet with IP-Address (Example 192.168.2.13) you can assign your computer a smallest possible subnet mask (255.255.255.252) with another IP in that "smallest" Network (Example 192.168.2.14/255.255.255.252)
6> Now access that device with any of login/configuration service

All the Best!!!