Allow Pings (ICMP Echo Request) Through Your Windows Vista Firewall Dovoli Pinga (ICMP Echo Request) Through Your Windows Vista Firewall
Have you ever noticed that with the Windows Vista Firewall enabled, you can't use ping from another computer to see if your Vista computer is alive? Si kdaj opazila, da z Windows Vista je omogočen Požarni zid, ne morete uporabljati ping iz drugega računalnika, da vidim, če vaš razgled računalo je živ? Sure, you could take the drastic step of Seveda, lahko vzamete drastično korak disabling the firewall for testing purposes onemogočite požarni zid za namen preskušanja , but the simple solution is to just allow ICMP requests through the firewall. , Ampak preprosto rešitev je le omogočiti ICMP zahteva skozi požarni zid.
Note: Opening extra ports opens up security risks… allowing ping isn'ta big deal, but it's usually best to block anything you don't need. Opomba: Otvoritev extra pristanišča odpira varnostnih tveganj ... kar ping isn'ta velik posel, ampak to je ponavadi najbolje, da blokira vse, kar vam ni treba.
Allow ICMP Echo Request (ping) From the Command Line Dovoli ICMP Echo Request (ping) Od Command Line
Open up an administrator mode command prompt by right-clicking and choosing Run as Administrator, or type cmd into the start menu search box and then use Ctrl+Shift+Esc. Odprite ukazni način administrator uren z desnim klikom in izberete Zaženi kot skrbnik, ali vnesite cmd v iskalno polje menija Start in nato uporabite Ctrl + Shift + Esc.
netsh firewall set icmpsetting 8 enable netsh firewall, ki omogočajo icmpsetting 8

To disable it again, simply enter this command: Če želite onemogočiti to še, preprosto vnesite ta ukaz:
netsh firewall set icmpsetting 8 disable netsh firewall iz icmpsetting 8 onemogoči
The change should be immediate… no need to restart anything. Sprememb bi bilo treba takoj ... ni potrebno ponovno zagnati ničesar.

Allow ICMP Echo Request (ping) With the GUI Dovoli ICMP Echo Request (ping) z GUI
Type in firewall into the start menu search box, and you want to choose “Windows Firewall with Advanced Security”. Vrsta požarni zid v iskalno polje menija Start in želite izbrati "Požarni zid Windows z Advanced Security".

Then click on Inbound Rules on the left-hand pane: Nato kliknite na vstopne Pravilnik o levem podoknu:

And find the following rule in the list: In našli naslednje pravilo v seznamu:
Networking – Echo Request (ICMPv4-In) Networking - Echo Request (ICMPv4-In)
Right-click on the rule, and choose “Enable Rule” from the menu, which should immediately enable ping. Z desnim klikom na pravilo, in izberite "Omogoči Pravilo" iz menija, ki mora nemudoma omogočiti ping.

If you want more control over the rule, you can choose Properties from the menu, and choose which interfaces or profiles this rule applies to. Če želite več nadzora nad pravilo, lahko izberete Lastnosti iz menija, ki se povezujejo in izberite profil ali to pravilo velja.

You could specify that the rule only applies to your wired network interface, and not to the wireless, for example. Lahko določite, da pravilo velja le za vaše žično omrežje vmesnika, in ne na brezžično, na primer.

Note that I'm not advocating allowing this rule, I'm just illustrating how you can do it if you need it. Upoštevajte, da nisem zagovarjajo dovoljuje to pravilo, sem samo kažejo, kako lahko to storite, če jo potrebujete. If you don't need it, then don't enable it. Če ne potrebujete, potem ne bi bilo.

Daily Email Updates Dnevni Email Updates
You can get our how-to articles in your inbox each day for free. Lahko dobite našo kako do člankov v vašo mapo »Prejeto vsak dan brezplačno. Just enter your name and email below: Preprosto vpišite vaše ime in e-pošto spodaj:



Cntrl+Shift+Escape=Windows Task manager, on my VISTA Home Ultimate. Cntrl + Shift + Escape = okno penzum šef, na mojem Vista Home Ultimate. Can't get any further. Ne morem dobiti nobenih nadaljnjih. Suggestions?? Suggestions?
The Geek meant the following key combination: Ctrl + Shift + Enter Geek pomenilo naslednje kombinacijo tipk: Ctrl + Shift + Enter
For Windows 7 Microsoft made changing this a tad more obscure (at least in the release candidate). Za Microsoft Windows 7, ki spreminja to tad bolj nejasna (vsaj v javnost kandidat). Use the same approach to changing the settings through the GUI as described above but you'll find that the “Networking – Echo Request (ICMPv4-In)” setting is no longer present. Uporabite enak pristop k spreminjanju nastavitev preko GUI, kot je opisano zgoraj, vendar boste ugotovili, da "Networking - Echo Request (ICMPv4-In)" nastavitev ni več prisotna. Use the appropriate “File and Printer Sharing – Discovery” settings instead. Uporabite ustrezne "rabo datotek in tiskalnikov - Discovery" namesto nastavitev. There are a total of six with three each for IPv4 and IPv6 with each one providing a different scope as to who can ping. Obstajajo skupaj šest s tremi vsak za IPv4 in IPv6 z vsakim, ki zagotavlja različne možnosti, da bi kdo lahko ping.
Also note that the CLI approach as described for Vista doesn't work for W7 either. Upoštevajte tudi, da je pristop, CLI, kakor je opisano za Vista ne dela niti za W7. I tried fumbling around with the changed syntax for a little while before going back to the GUI and trying the File and Printer Sharing rules. Poskušal sem štorast okrog s spremenjeno sintakso za nekaj časa, preden bo vrnil v GUI in težaven rabo datotek in tiskalnikov pravila. That worked which was sufficient for me. To je delal kar je bilo dovolj zame. Someone else gets to decipher the new CLI syntax. Nekdo drug gets dešifrira novo sintakso CLI.
Cheers, Na zdravje,
Dave Dave
Thank you Dave. Hvala Dave. I was scratching my head trying to figure out why ICMP Echo was not in the Core Networking rules. Bil sem praske glavo poskuša ugotoviti, zakaj je ICMP Echo ni v pravilih Core Networking.