đź”° Create a Setup so that you can ping google but not able to ping Facebook from the same system
Hii Guys…
Today, we are setting up a system that can ping GOOGLE but not ping FACEBOOK.
First, we can check our system will ping google and Facebook or not…
Then we have to check our routing table command “route -n”
Then we have to delete the gateway by command “route del -net 0.0.0.0”
Let’s check if we can ping to google or Facebook.
we will add a range of google by command “route add -net 172.217.160.0 /24 gw 192.168.29.1 enp0s3"
Now let’s try to ping google.
but Facebook is not pinging….
Thank You!!!!