בעיה | אני לא מצליח להתקשר לכתובת אינטרנט דרך ה CMD
-
אני מנסה לעשות פקודת ping לגוגל ובמקום לקבל פרטים, זה מה שאני מקבל:
C:\Users\User>ping www.google.com Pinging www.google.com [2a00:1450:4028:801::2004] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 2a00:1450:4028:801::2004: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
מישהו יודע איפה טעיתי??
או אולי זה בעיה בחסימה ??? -
@a-y-f
השגיאה שמופיעה ב CMD מציינת שהבקשה נכשלה כיוון שלא התקבל מענה מהשרת. זו יכולה להיות בעיה עם החיבור לאינטרנט או בעיה עם השרת של גוגל. אני ממליץ לנסות לבדוק את החיבור לאינטרנט ולנסות לחבר מחדש את המחשב. אתה יכול לנסות לעשות ping לאתר אחר כדי לוודא שהבעיה איננה במחשב שלך
אם זה לא מצליח להתחבר גם לאתר אחר ככל הנראה זה בעקבות החסימה
מה שבטוח שלא טעית בפקודה -
@Yanky
פקודת ipconfig /allC:\Users\User>ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : DELL-Vostro Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : Home Wireless LAN adapter Wi-Fi: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Home Description . . . . . . . . . . . : Dell Wireless 1707 802.11b/g/n (2.4GHZ) Physical Address. . . . . . . . . : 5C-EA-1D-13-EB-3F DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Wireless LAN adapter Local Area Connection* 1: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter Physical Address. . . . . . . . . : 1E-EA-1D-13-EB-3F DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Wireless LAN adapter Local Area Connection* 12: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2 Physical Address. . . . . . . . . : 2E-EA-1D-13-EB-3F DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes Ethernet adapter Ethernet: Connection-specific DNS Suffix . : Home Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller Physical Address. . . . . . . . . : 8C-EC-4B-69-62-8F DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IPv6 Address. . . . . . . . . . . : ff:80:56:917:d368:5887:a196:834e(Preferred) Temporary IPv6 Address. . . . . . : ff:80:56:917:b000:7f1f:721a:2493(Preferred) Temporary IPv6 Address. . . . . . : ff:80:56:917:f893:31ee:8666:50c2(Deprecated) Link-local IPv6 Address . . . . . : fe80::b8ea:be49:702f:3644%7(Preferred) IPv4 Address. . . . . . . . . . . : 10.0.0.3(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : יום שלישי 28 מרץ 2023 23:17:49 Lease Expires . . . . . . . . . . : יום חמישי 30 מרץ 2023 20:17:57 Default Gateway . . . . . . . . . : fe80::429b:cdff:feca:d7f6%7 10.0.0.138 DHCP Server . . . . . . . . . . . : 10.0.0.138 DHCPv6 IAID . . . . . . . . . . . : 59567179 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-22-43-30-D7-8C-EC-4B-69-62-8F DNS Servers . . . . . . . . . . . : 10.0.0.138 NetBIOS over Tcpip. . . . . . . . : Enabled
שליחת request ל 8.8.8.8
C:\Users\User>ping 8.8.8.8 Pinging 8.8.8.8 with 32 bytes of data: Reply from 8.8.8.8: bytes=32 time=18ms TTL=112 Reply from 8.8.8.8: bytes=32 time=17ms TTL=112 Reply from 8.8.8.8: bytes=32 time=17ms TTL=112 Reply from 8.8.8.8: bytes=32 time=17ms TTL=112 Ping statistics for 8.8.8.8: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 17ms, Maximum = 18ms, Average = 17ms
מה שכן עבד:
C:\Users\User>ping www.entrepreneur.com Pinging n.sni.global.fastly.net [151.101.1.91] with 32 bytes of data: Reply from 151.101.1.91: bytes=32 time=76ms TTL=50 Reply from 151.101.1.91: bytes=32 time=74ms TTL=50 Reply from 151.101.1.91: bytes=32 time=75ms TTL=50 Reply from 151.101.1.91: bytes=32 time=74ms TTL=50 Ping statistics for 151.101.1.91: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 74ms, Maximum = 76ms, Average = 74ms
-
@yoram11 כתב בבעיה | אני לא מצליח להתקשר לכתובת אינטרנט דרך ה CMD:
@a-y-f
השגיאה שמופיעה ב CMD מציינת שהבקשה נכשלה כיוון שלא התקבל מענה מהשרת. זו יכולה להיות בעיה עם החיבור לאינטרנט או בעיה עם השרת של גוגל. אני ממליץ לנסות לבדוק את החיבור לאינטרנט ולנסות לחבר מחדש את המחשב. אתה יכול לנסות לעשות ping לאתר אחר כדי לוודא שהבעיה איננה במחשב שלך
אם זה לא מצליח להתחבר גם לאתר אחר ככל הנראה זה בעקבות החסימה
מה שבטוח שלא טעית בפקודהאגב ראיתי שמדברים על זה ברשת ( לא היה לי ראש לקרוא ) ככה שזה לא בעיה אצלי