Create a Setup that can ping google but not able to ping Facebook from same system
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 :
- 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.
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.