How can I ping my default gateway

0 votes
I am trying to troubleshoot my network but I can't find my default gateway. Can someone help me with the command to find the Default gateway and ping it?
Mar 22, 2019 in Cyber Security & Ethical Hacking by Sandeep
17,607 views

1 answer to this question.

0 votes

Using the following command you can find the default gateway and the use the address with ping command to ping your default gateway.

C:\Users\priyj_kumar>ipconfig /all | find "Default Gateway"
   Default Gateway . . . . . . . . . : 192.168.1.1

C:\Users\priyj_kumar>ping 192.168.1.1

Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=4ms TTL=64
Reply from 192.168.1.1: bytes=32 time=3ms TTL=64
Reply from 192.168.1.1: bytes=32 time=2ms TTL=64
Reply from 192.168.1.1: bytes=32 time=2ms TTL=64

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

This way you can find and ping your default gateway.

answered Mar 22, 2019 by Priyaj
• 58,090 points

Related Questions In Cyber Security & Ethical Hacking

+1 vote
0 answers

How can I encryption/decryption in Rijndael using python

I found this https://github.com/moeenz/rijndael ,but does not ...READ MORE

Sep 28, 2019 in Cyber Security & Ethical Hacking by Ahmed
• 310 points
4,362 views
0 votes
1 answer

How can I force the login to a specific ip address?

Try to access the router's default page. It's ...READ MORE

answered Feb 15, 2022 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
1,154 views
0 votes
1 answer

How can I change IP in Android emulator

Here's the six step you need to ...READ MORE

answered Feb 24, 2022 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
8,100 views
0 votes
1 answer

Not connected to Internet

The two major problems that generally occurs ...READ MORE

answered Mar 22, 2019 in Cyber Security & Ethical Hacking by Priyaj
• 58,090 points
869 views
0 votes
1 answer
0 votes
2 answers

How to manage network using a router?

Security and data logging.. Simple READ MORE

answered Dec 20, 2020 in Cyber Security & Ethical Hacking by Pavan Billore
2,605 views
0 votes
1 answer
0 votes
1 answer

How to quickly troubleshoot my network?

The best way to troubleshoot your network ...READ MORE

answered Mar 22, 2019 in Cyber Security & Ethical Hacking by Priyaj
• 58,090 points
711 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP