From: John Navas on
On Thu, 5 Aug 2010 07:11:19 +0000 (UTC), in
<d7f197505bd04698ab4f28837be6f0ad(a)tioat.net>, Brent
<beemdoubleu(a)Use-Author-Supplied-Address.invalid> wrote:

>I did query my router to find the gateway IP address, 192.168.3.1 and ran

How exactly? The usual method is "IPCONFIG /ALL" on your client.

>Tracert reported:
>C:\Documents and Settings\brent>tracert 192.168.3.1
>Tracing route to hotspot-wifi.hughes.com [192.168.3.1]
>over a maximum of 30 hops:
> 1 <1 ms <1 ms <1 ms 192.168.1.1

That's probably your "antenna" (WISP router).

> 2 5 ms 3 ms 3 ms hotspot-wifi.hughes.com [192.168.3.1]

That's probably your WISP hotspot.

>C:\Documents and Settings\brent>arp -a
>
>Interface: 10.20.30.202 --- 0x2
> Internet Address Physical Address Type
> 192.168.1.1 00-16-B6-32-43-26 dynamic

That's probably the LAN interface of your "antenna" (WISP router).

>I'm not sure WHAT MAC address that ARP is reporting as my router tells me
>it's MAC address is one higher (i.e., 00-16-B6-32-43-27).

How exactly?

>Any ideas on what this is telling me?

00-16-B6-32-43-27 looks like the WAN interface with
00-16-B6-32-43-26 the LAN interface of your "antenna" (WISP router).
The two interfaces are often just one number apart.

--
John FAQ for Wireless Internet: <http://wireless.navas.us>
FAQ for Wi-Fi: <http://wireless.navas.us/wiki/Wi-Fi>
Wi-Fi How To: <http://wireless.navas.us/wiki/Wi-Fi_HowTo>
Fixes to Wi-Fi Problems: <http://wireless.navas.us/wiki/Wi-Fi_Fixes>
From: Jeff Liebermann on
On Thu, 05 Aug 2010 00:27:15 -0700, John Navas
<spamfilter1(a)navasgroup.com> wrote:

>00-16-B6-32-43-27 looks like the WAN interface with
>00-16-B6-32-43-26 the LAN interface of your "antenna" (WISP router).
>The two interfaces are often just one number apart.

Agreed.
<http://www.coffer.com/mac_find/?string=00-16-B6>
Cisco-Linksys

--
Jeff Liebermann jeffl(a)cruzio.com
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
From: Brent on
On Thu, 5 Aug 2010 07:11:19 +0000 (UTC), Brent wrote:
> The Arp reports a MAC address but it's the MAC address of the router:

CORRECTION.

The MAC address of the router is actually +1 from the MAC address that arp
is reporting.

What MAC address is arp reporting anyway?


> C:\Documents and Settings\brent>arp -a
>
> Interface: 192.168.1.1 --- 0x2
> Internet Address Physical Address Type
> 192.168.1.1 00-16-B6-32-43-26 dynamic
> ----------
>
> I'm not sure WHAT MAC address that ARP is reporting as my router tells me
> it's MAC address is one higher (i.e., 00-16-B6-32-43-27).
>
> Any ideas on what this is telling me?
From: John Navas on
On Thu, 05 Aug 2010 00:27:15 -0700, in
<2ipk56p9upqs83j8isumd9l38p8m249mt5(a)4ax.com>, John Navas
<spamfilter1(a)navasgroup.com> wrote:

>On Thu, 5 Aug 2010 07:11:19 +0000 (UTC), in
><d7f197505bd04698ab4f28837be6f0ad(a)tioat.net>, Brent
><beemdoubleu(a)Use-Author-Supplied-Address.invalid> wrote:

>>Any ideas on what this is telling me?
>
>00-16-B6-32-43-27 looks like the WAN interface with
>00-16-B6-32-43-26 the LAN interface of your "antenna" (WISP router).
>The two interfaces are often just one number apart.

Here's what I'm currently getting with IPCONFIG:

| >ipconfig /all
|
| ...
| Wireless LAN adapter Wireless Network Connection:
|
| Connection-specific DNS Suffix . : sbx10219.sanfrca.wayport.net
| Description . . . . . . . . . . . : Intel(R) Wireless WiFi Link 4965AGN
| Physical Address. . . . . . . . . : 00-1F-3B-AE-27-85
| DHCP Enabled. . . . . . . . . . . : Yes
| Autoconfiguration Enabled . . . . : Yes
| Link-local IPv6 Address . . . . . : fe80::d68:8de7:f73e:a364%12(Preferred)
| IPv4 Address. . . . . . . . . . . : 192.168.5.64(Preferred)
| Subnet Mask . . . . . . . . . . . : 255.255.255.0
| Lease Obtained. . . . . . . . . . : Thursday, August 05, 2010 07:47:38
| Lease Expires . . . . . . . . . . : Thursday, August 05, 2010 08:47:38
| Default Gateway . . . . . . . . . : 192.168.5.1
| DHCP Server . . . . . . . . . . . : 98.97.49.102
| DHCPv6 IAID . . . . . . . . . . . : 218111803
| DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-13-9A-35-DA-00-21-86-54-02-85
| DNS Servers . . . . . . . . . . . : 192.168.5.1
| Primary WINS Server . . . . . . . : 192.168.5.1
| NetBIOS over Tcpip. . . . . . . . : Enabled
| ...

My adapter MAC: 00-1F-3B-AE-27-85
My adapter IP: 192.168.5.64
Gateway (LAN side of the router I'm connected to): 192.168.5.1

Here's what I'm currently getting with ARP:

| >arp -a
|
| Interface: 192.168.5.64 --- 0xc
| Internet Address Physical Address Type
| 192.168.5.1 00-90-fb-1a-40-36 dynamic
| 192.168.5.255 ff-ff-ff-ff-ff-ff static
| ...

My client interface: 192.168.5.64
LAN side of router: 192.168.5.1

--
John FAQ for Wireless Internet: <http://wireless.navas.us>
FAQ for Wi-Fi: <http://wireless.navas.us/wiki/Wi-Fi>
Wi-Fi How To: <http://wireless.navas.us/wiki/Wi-Fi_HowTo>
Fixes to Wi-Fi Problems: <http://wireless.navas.us/wiki/Wi-Fi_Fixes>
From: John Navas on
On Thu, 5 Aug 2010 08:14:38 +0000 (UTC), in
<62d1a4f1e2cd286644010d4f6c4d9375(a)tioat.net>, Brent
<beemdoubleu(a)Use-Author-Supplied-Address.invalid> wrote:

>On Thu, 5 Aug 2010 07:11:19 +0000 (UTC), Brent wrote:
>> The Arp reports a MAC address but it's the MAC address of the router:
>
>CORRECTION.
>
>The MAC address of the router is actually +1 from the MAC address that arp
>is reporting.
>
>What MAC address is arp reporting anyway?

ARP reports the hardware (MAC) addresses of the network segment you are
connected to. In the case of a local connection to a router, ARP
reports the address of the LAN side of the router. The WAN side will
often be one number away.

>> C:\Documents and Settings\brent>arp -a
>>
>> Interface: 192.168.1.1 --- 0x2
>> Internet Address Physical Address Type
>> 192.168.1.1 00-16-B6-32-43-26 dynamic
>> ----------
>>
>> I'm not sure WHAT MAC address that ARP is reporting as my router tells me
>> it's MAC address is one higher (i.e., 00-16-B6-32-43-27).
>>
>> Any ideas on what this is telling me?

--
John FAQ for Wireless Internet: <http://wireless.navas.us>
FAQ for Wi-Fi: <http://wireless.navas.us/wiki/Wi-Fi>
Wi-Fi How To: <http://wireless.navas.us/wiki/Wi-Fi_HowTo>
Fixes to Wi-Fi Problems: <http://wireless.navas.us/wiki/Wi-Fi_Fixes>