Why My computer can't be ping

  • Thread starter Thread starter Hawk
  • Start date Start date
H

Hawk

My XPe can access Internet properly.
and it can ping other PC and itself well.

However, I can't ping it from any other PC.
and my connection is no problem, I ensure.
Because it can be ping when run XP Pro.

I don't include windows Firewall\internet connection sharing component.

I can't guess what component is required in my image.
 
Hawk,

You are saying that your device got an IP but you cannot ping it from other computers on the network?
Please double check the firewall settings on the image.
It is sometimes not easy to "not include" Windows Firewall in SP2 image.

Run a command like the following:
netsh firewall show adapter Local Area Network
(assuming you've got Network Shell component included and renamed the network connection to "Local Area Network" with
HrRenameConnection if no Explorer shell used)
And watch for the status on ICMP packets.

Or just check it out in registry for standard profile:
[HKLM\System\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\IcmpSettings] (e.g.
"AllowInboundTimeStampRequest").


KM
 
KM,

Is it possible to include the Windows Firewall and still be able to
ping the machine? Or is it possible to access the machine with
\\MACHINE_NAME (again with the Firewall)?
 
KM,

Just as you said, I did find the following key in my XPe registry, though I
have disabled Windows Firewall/ICS component:
[HKLM\System\CurrentControlSet\Services\SharedAccess]
I changed the value of "Start" to DWORD:0x3, then reboot my computer, now I
can ping it from other PC .

Thanks for your help!


Regards,
Hawk
KM said:
Hawk,

You are saying that your device got an IP but you cannot ping it from
other computers on the network?
Please double check the firewall settings on the image.
It is sometimes not easy to "not include" Windows Firewall in SP2 image.

Run a command like the following:
netsh firewall show adapter Local Area Network
(assuming you've got Network Shell component included and renamed the
network connection to "Local Area Network" with HrRenameConnection if no
Explorer shell used)
And watch for the status on ICMP packets.

Or just check it out in registry for standard profile:
[HKLM\System\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\IcmpSettings]
(e.g. "AllowInboundTimeStampRequest").


KM
My XPe can access Internet properly.
and it can ping other PC and itself well.

However, I can't ping it from any other PC.
and my connection is no problem, I ensure.
Because it can be ping when run XP Pro.

I don't include windows Firewall\internet connection sharing component.

I can't guess what component is required in my image.
 
Back
Top