Computing.Net > Forums > Networking > Ping from CMD gives Mac address

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Ping from CMD gives Mac address

Reply to Message Icon

Name: CoreCryo
Date: March 16, 2009 at 16:17:07 Pacific
OS: Windows Vista x64
Product: Linksys / Wrt54g
Subcategory: General
Comment:

Hi, I've been having this problem for a month or so. Noone else in my network can ping me, and if I do I get a Mac address (fe80::180d:31a3 ...) instead of my actual IP. Doing a ping with my IP gets a response, everything seems to work fine until I try to host an application and they can't join.

I'm kinda sure the ping issue is related to the fact noone else sees me in the network. I already tried turning the firewall off as well as the antivirus, changed my ip and reset the router to factory defaults. Non of these seemed to work.
Anyone have any idea what's going on?

Thanks in advance guys.



Sponsored Link
Ads by Google

Response Number 1
Name: StuartS
Date: March 16, 2009 at 16:57:54 Pacific
Reply:

That doesn't look like a MAC address, more like an IPv6 IP address.

Stuart


0

Response Number 2
Name: CoreCryo
Date: March 16, 2009 at 17:36:13 Pacific
Reply:

I assumed it was MAC as I have no idea about ipv6. Anyway, thanks for the information, I'll keep looking for a solution (and with that I think it could be easier). :)


0

Response Number 3
Name: jefro
Date: March 16, 2009 at 18:11:39 Pacific
Reply:

Ping is a poor choice to diag network issues.

Taking A/V off is even a worse choice. Taking firewall of is just about as bad.

"Best Practices", Event viewer, host file, perfmon, antivirus, anti-spyware, Live CD's, backups, are in my top 10


0

Response Number 4
Name: wanderer
Date: March 16, 2009 at 18:54:17 Pacific
Reply:

What this means CoreCryo is in your tcp/ip properties you have two check boxes. One for ipv4 and one for ipv6 [ip version 4 or 6]. Sounds like you only have ipv6 checked. You need to check the ipv4 box.


0

Response Number 5
Name: CoreCryo
Date: March 16, 2009 at 22:16:58 Pacific
Reply:

V4 was checked, I currently have ipv6 disabled.

this is what I got when doing a ping:

-----------------------------------
C:\Users\Core>ping core

Pinging Core [::1] from ::1 with 32 bytes of data:
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms

Ping statistics for ::1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
-----------------------------------

Before disabling ipv6 and Teredo Tunneling Pesudo-Interface I got the number I posted before (fe80::180d:31a3...), I thought if I disabled v6 completely it would go back to v4 as it should be (or at least that's how I used to have my pc).


Here's a ipconfig /all result (I saw they asked for it in other boards, maybe it would help):

-----------------------------------
Windows IP Configuration

Host Name . . . . . . . . . . . . : Core
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8168C(P)/8111C(P) Family PCI-E
GBE NIC
Physical Address. . . . . . . . . : 00-22-15-43-CA-54
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.2(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 200.40.30.245
200.40.220.245
NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection* 6:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Local Area Connection* 7:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 02-00-54-55-4E-01
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2001:0:4137:9e50:874:31a3:4178:f360(Prefe
rred)
Link-local IPv6 Address . . . . . : fe80::874:31a3:4178:f360%11(Preferred)
Default Gateway . . . . . . . . . : ::
NetBIOS over Tcpip. . . . . . . . : Disabled

Tunnel adapter Local Area Connection* 17:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 6TO4 Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
-----------------------------------

Thanks for all the help.


0

Related Posts

See More



Response Number 6
Name: wanderer
Date: March 17, 2009 at 08:16:54 Pacific
Reply:

ping by name means name resolution has to take place. Check your dns server entry for this workstation. It should have a static ip as listed in your ipconfig.

What are the results of ping 192.168.1.2 from a different station?
What are the results of ping 127.0.0.1 on this station?


0

Response Number 7
Name: CoreCryo
Date: March 17, 2009 at 13:02:40 Pacific
Reply:

Doing a ping from a diff. station works perfectly, either using the name or the ip.
127.0.0.1 works from my pc.

I finally managed to fix it by adding a value to the registry and disabling IPv6 from Vista (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents).
I'm still unsure what this have to do with my connection problems and why it stopped working a month ago.
Anyway, the only thing left for me is to give you guys a big thank you.

See you around,
CoreCryo


0

Response Number 8
Name: wanderer
Date: March 17, 2009 at 20:05:41 Pacific
Reply:

Glad to hear you got it working. Might want to google winsock fix and apply that the next time this happens.


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Networking Forum Home


Sponsored links

Ads by Google


Results for: Ping from CMD gives Mac address

Finding MAC address from LAN www.computing.net/answers/networking/finding-mac-address-from-lan/28252.html

Does a bridge change MAC address? www.computing.net/answers/networking/does-a-bridge-change-mac-address/12297.html

Why MAC address is unique? www.computing.net/answers/networking/why-mac-address-is-unique/30170.html