Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > Linksys WET11

Reply
Thread Tools Display Modes

Linksys WET11

 
 
craigconfire
Guest
Posts: n/a

 
      03-13-2006, 02:08 PM
Hey,

I have two Linksys WET11 Wireless Ethernet Bridges. I have not find
the IP Address for one of them. Got one at ".225". Anyone know who I
can find the other's IP Address? Is there a way to find it via the MAC
address?

Help

 
Reply With Quote
 
 
 
 
Jeff Liebermann
Guest
Posts: n/a

 
      03-13-2006, 04:25 PM
"craigconfire" <(E-Mail Removed)> hath wroth:

>I have two Linksys WET11 Wireless Ethernet Bridges. I have not find
>the IP Address for one of them. Got one at ".225". Anyone know who I
>can find the other's IP Address? Is there a way to find it via the MAC
>address?


Yes. Work with one at a time. If you plug both in at the same time,
you'll probably end up with both on the same IP address and find
nothing.

Figure out the MAC address of the device. It's on the serial number
label.

Run:
arp -s 192.168.1.111 aa-bb-cc-cc-ee-ff

To see the result, run:
arp -a

To test if it works, run:
ping 192.168.1.111

To delete the entry, run:
arp -d 192.168.1.111 or arp -d *

This ARP trick does NOT work on every device, so no guarantees.

Another way is to scan for probable IP addresses with NMAP.
http://www.insecure.org/nmap/
C:\NMAP> nmap -T5 -sP 192.168.1.0/24
Starting nmap 3.55 ( http://www.insecure.org/nmap ) at
2006-03-23 09:17 Pacific Standard Time
Host 192.168.1.1 appears to be up.
Host 192.168.1.50 appears to be up.
Host MICRON (192.168.1.100) appears to be up.
Host DELLBERT (192.168.1.101) appears to be up.
Host NET44GATE (192.168.1.200) appears to be up.
Host GOLEM (192.168.1.201) appears to be up.
Host 192.168.1.255 seems to be a subnet broadcast address
(returned 1 extra pings).
Nmap run completed -- 256 IP addresses (5 hosts up) scanned
in 19.71 seconds

Immediately after running, run:
ARP -a
to verify the MAC address and IP address pair.

--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linksys WET11 bridge L_B_F Wireless Internet 3 12-25-2005 06:12 AM
Switch and Linksys WET11 nospam Wireless Internet 4 12-10-2004 10:27 AM
Linksys WET11 vs Dlink SWL-810+ Ash Wireless Internet 3 11-19-2004 03:17 PM
Linksys WET11 v1 vs. v2?? Chris Jarshant Wireless Internet 0 01-05-2004 03:57 PM
Linksys WGA11B vs WET11 Dave Breiland Wireless Internet 3 08-16-2003 12:47 AM



1 2 3 4 5 6 7 8 9 10 11