{"id":491,"date":"2009-09-24T13:03:04","date_gmt":"2009-09-24T10:03:04","guid":{"rendered":"http:\/\/avz.org.ua\/wp\/?p=491"},"modified":"2010-08-24T11:51:43","modified_gmt":"2010-08-24T08:51:43","slug":"windowsnetwork-troubleshooting","status":"publish","type":"post","link":"https:\/\/avz.org.ua\/wp\/2009\/09\/24\/windowsnetwork-troubleshooting\/","title":{"rendered":"\u0414\u0438\u0430\u0433\u043d\u043e\u0441\u0442\u0438\u043a\u0430 \u0441\u0435\u0442\u0435\u0432\u044b\u0445 \u043f\u0440\u043e\u0431\u043b\u0435\u043c"},"content":{"rendered":"<p>\u041b\u044e\u0431\u043e\u0439 \u0441\u0438\u0441\u0430\u0434\u043c\u0438\u043d \u0440\u0430\u043d\u043e \u0438\u043b\u0438 \u043f\u043e\u0437\u0434\u043d\u043e \u0441\u0442\u0430\u043b\u043a\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0441 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0435\u0439, \u043a\u043e\u0433\u0434\u0430 \u044e\u0437\u0435\u0440, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043e\u0431\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f \u0441 \u0436\u0430\u043b\u043e\u0431\u0430\u043c\u0438 \u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b, \u0432\u0435\u0441\u044c\u043c\u0430 \u0434\u0430\u043b\u0435\u043a \u043e\u0442 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043d\u044e\u0430\u043d\u0441\u043e\u0432 (\u043a\u043b\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f &ndash; \u043a\u0430\u043a\u0430\u044f-\u0442\u043e \u0431\u043b\u043e\u043d\u0434\u0438\u043d\u043a\u0430, \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0443 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0441\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u043a \"\u0438\u043d\u0435\u0442 \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442\"). \u0412\u043e\u0442 \u0434\u043b\u044f \u0442\u0430\u043a\u0438\u0445 \u0441\u043b\u0443\u0447\u0430\u0435\u0432 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0433\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0438\u0436\u0435\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u043d\u044b\u0439 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0439, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0440\u0430\u0431\u043e\u0442\u044b \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u044e\u0437\u0435\u0440 \u043a\u0430\u043a\u0438\u043c-\u0442\u043e \u043e\u0431\u0440\u0430\u0437\u043e\u043c \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u0430\u0434\u043c\u0438\u043d\u0443.<\/p>\n<pre lang=\"dos\">\r\nset cur_time=%time:~0,8%\r\nset cur_date=%date%\r\nset f=result.txt\r\nset TMP=defgate.rsl\r\nset STEPS=8\r\n\r\necho Please wait a few minutes. Diagnostics in progess...\r\necho %cur_time% %cur_date% >> %f%\r\nipconfig \/all >> %f%\r\necho Step 1 of %STEPS% completed.\r\ntracert -d 195.214.195.105 >> %f%\r\necho Step 2 of %STEPS% completed.\r\ntracert -d -h 7 avz.org.ua >> %f%\r\necho Step 3 of %STEPS% completed.\r\ntracert -d -h 7 mail.ru >> %f%\r\necho Step 4 of %STEPS% completed.\r\nroute print >> %f%\r\necho Step 5 of %STEPS% completed.\r\nnetstat -b >> %f%\r\necho Step 6 of %STEPS% completed.\r\nnetsh diag show ieproxy >> %f%\r\necho Step 7 of %STEPS% completed.\r\nnetsh diag show gateway > %TMP%\r\nFOR \/F \"skip=3 tokens=3\" %%I IN (%TMP%) DO (\r\n        ping -n 50 %%I >> %f%\r\n        route print %%I >> %f%\r\n        goto END\r\n)\r\n:END\r\nerase %TMP%\r\necho Diagnostics complete. Please, send the file %f% to support team.\r\n<\/pre>\n<p>\u041e\u0441\u043e\u0431\u0435\u043d\u043d\u043e \u0437\u0430\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u044f \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f<\/p>\n<pre lang=\"dos\">\r\nFOR \/F \"skip=3 tokens=3\" %%I IN (%TMP%)\r\n<\/pre>\n<p>\u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u0441\u043e\u0431\u043e\u0439 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0430\u043d\u0430\u043b\u043e\u0433 \u0441\u0432\u044f\u0437\u043a\u0438 \u043a\u043e\u043c\u0430\u043d\u0434 tail \u0438 awk (\u0438\u043b\u0438 cut) \u0432 Unix-\u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0445. \u041a\u043b\u044e\u0447 skip=3 \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u0432 \u0444\u0430\u0439\u043b\u0435 %TMP% \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u043e \u043f\u0435\u0440\u0432\u044b\u0435 3 \u0441\u0442\u0440\u043e\u043a\u0438, \u0430 tokens=3, \u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043e \u0432 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u0446\u0438\u043a\u043b\u0430 %%I \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430 3-\u044f\u044f \u043f\u043e \u0441\u0447\u0435\u0442\u0443 \u043f\u043e\u0434\u0441\u0442\u0440\u043e\u043a\u0430 \u0432 4-\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0435 \u0444\u0430\u0439\u043b\u0430 (\u043f\u043e\u0434\u0441\u0442\u0440\u043e\u043a\u0438 \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u044e\u0442\u0441\u044f \u043f\u0440\u043e\u0431\u0435\u043b\u0430\u043c\u0438). \u0422\u0430\u043a \u0447\u0442\u043e \u0434\u0430\u0436\u0435 \u043d\u0435 \u0438\u043c\u0435\u044f \u043f\u043e\u0434 \u0440\u0443\u043a\u043e\u0439 \u043b\u044e\u0431\u0438\u043c\u043e\u0433\u043e bash-\u0430, \u0432 Windows \u043c\u043e\u0436\u043d\u043e \u043a\u0430\u043a-\u0442\u043e \u0432\u044b\u043a\u0440\u0443\u0442\u0438\u0442\u044c\u0441\u044f, \u0432\u0441\u0435\u0433\u043e-\u0442\u043e \u043f\u043e\u0447\u0438\u0442\u0430\u0432 \u0445\u0435\u043b\u043f \"for \/?\" :)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u041b\u044e\u0431\u043e\u0439 \u0441\u0438\u0441\u0430\u0434\u043c\u0438\u043d \u0440\u0430\u043d\u043e \u0438\u043b\u0438 \u043f\u043e\u0437\u0434\u043d\u043e \u0441\u0442\u0430\u043b\u043a\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0441 \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0435\u0439, \u043a\u043e\u0433\u0434\u0430 \u044e\u0437\u0435\u0440, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043e\u0431\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f \u0441 \u0436\u0430\u043b\u043e\u0431\u0430\u043c\u0438 \u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b, \u0432\u0435\u0441\u044c\u043c\u0430 \u0434\u0430\u043b\u0435\u043a \u043e\u0442 \u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043d\u044e\u0430\u043d\u0441\u043e\u0432 (\u043a\u043b\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f &ndash; \u043a\u0430\u043a\u0430\u044f-\u0442\u043e \u0431\u043b\u043e\u043d\u0434\u0438\u043d\u043a\u0430, \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0435 \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u0443 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0441\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u043a \"\u0438\u043d\u0435\u0442 \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442\"). \u0412\u043e\u0442 \u0434\u043b\u044f \u0442\u0430\u043a\u0438\u0445 \u0441\u043b\u0443\u0447\u0430\u0435\u0432 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0433\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0438\u0436\u0435\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u043d\u044b\u0439 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0439, \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0440\u0430\u0431\u043e\u0442\u044b \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u044e\u0437\u0435\u0440 \u043a\u0430\u043a\u0438\u043c-\u0442\u043e \u043e\u0431\u0440\u0430\u0437\u043e\u043c \u0434\u043e\u043b\u0436\u0435\u043d \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u0430\u0434\u043c\u0438\u043d\u0443. set [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-491","post","type-post","status-publish","format-standard","hentry","category-win-howto"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/avz.org.ua\/wp\/wp-json\/wp\/v2\/posts\/491","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/avz.org.ua\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/avz.org.ua\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/avz.org.ua\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/avz.org.ua\/wp\/wp-json\/wp\/v2\/comments?post=491"}],"version-history":[{"count":0,"href":"https:\/\/avz.org.ua\/wp\/wp-json\/wp\/v2\/posts\/491\/revisions"}],"wp:attachment":[{"href":"https:\/\/avz.org.ua\/wp\/wp-json\/wp\/v2\/media?parent=491"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/avz.org.ua\/wp\/wp-json\/wp\/v2\/categories?post=491"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/avz.org.ua\/wp\/wp-json\/wp\/v2\/tags?post=491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}