Red Hat Linux Pinging with Google but not Facebook.
Arth Task-13

Ashutosh Kaushik
2 min readMar 16, 2021

Steps followed by me:-

Step 1:-

first we pinging with Google and Facebook both of them and we found RHEL8 pinging with both of them.

Step 2:-

Then we check the Routing table by using the command “route -n" and they will show this type of routing table. In the table you can see the one routing table that is 0.0.0.0 this is the free pinging routing table means any website can ping with them, so we delete this routing table.

Step 3:-

After deleting the routing table 0.0.0.0, we wants to again with ping both of them but we found they failed and show the message “Network is unreachable”

Step 4:-

So we check the the ip address of Google by using “nslookup" command and we found the address.

Step 5:-

So we add the routing table that is address of Google you can see the address is like that 142.250.194.36 but we can add the open address that is 142.250.194.0 in network ens160

Step 6:-

Again we wants to pinging with Google they pinging.

Step 7:-

Now we wants to again ping with Facebook but they are not pinging.

So this is the process of linux pinging with Google but not pinging with Facebook.

Task completed 🤗

Thanks for Reading 🤩

--

--