[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Uthercard Mac address



On Mar 15, 1:53 pm, "AMart79...@gmail.com" <AMart79...@gmail.com>
wrote:
> ATTN Glenn Jones or anyone with knowledge on this matter:
> I have mac address filtering on my router and have to turn it off when
> I want to connect my 2gs to the network.  Anyone know how to retrieve
> the mac addy on a uthercard?

Presuming you have a Windows machine on the same network, you can open
a command prompt and ping the IP of the GS (for example 'ping
192.168.1.100'), then do 'arp -a', which should return a table of IPs
mapped to MAC addresses, for example:

C:\>arp -a

Interface: 10.0.1.2 --- 0x10004
  Internet Address      Physical Address      Type
  10.0.0.1              00-03-ba-86-9d-7a     dynamic
  10.0.1.1              00-0a-5e-5c-cc-48     dynamic

Similar commands should work on Mac OS, Linux, or what have you.

Tom