Create a Setup that can ping google but not able to ping Facebook from same system

Vanshita Mittal
2 min readDec 16, 2020

--

🔰 Task Description📄

Create a Setup so that you can ping google but not able to ping Facebook from same system

Routing table :

  • A table is maintained by the internal router called as Routing table.
  • It helps the internal router to decide on which interface the data packet should be forwarded.

🔰 STEPS :

  1. Firstly , Check google and facebook is pinging or not .

Google IP(142.250.67.174) is pinging.

Facebook IP(157.240.16.35) is pinging.

Bydefault Route table in our system.

R

2. We need to remove the universal IP rule in the routing table.

3. Now , both google and facebook is not pinging.

4. Now , create a rule for the IP that is in the range of google ip and add this rule in routing table.

Now , google is pinging.

But, facebook is not pinging.

✔✔ Task is Successfully Completed !!

✨Thank You ✨

--

--

No responses yet