NETWORK TOPOLOGY THAT WE CAN ABLE TO PING A SYSTEM TO B AND C BUT B AND C CAN’T CONNECT

darshil shah
2 min readApr 30, 2021

TASK 14.1 :-

🔰 14.1 Create a network Topology Setup in such
a way so that System A can ping to two Systems
System B and System C but both these systems should
not be pinging each other without using any security rule
e.g firewall etc.

firstly we will setup our three virtual system in host only adapter so the three system will connected to each other with via host only adapter [switch]!

then we will delete all the route table metadata of all the systemes with this command :

Now we will fetch they ip of one of the system lets call that system A !

ip of system A

now we will add the system A’s ip in route table of both of the other system’s routing table so that they can connect to system A !

A system’s ip in b system routing table
a system’s ip in c system routing table

now to able to ping we have to add the ip’s of system b and c to system a’s routing table too ! so , lets retrive the ip’s of both of the system b and c!

IP OF SYSTEM B

Now , we will add both of the system’s ip in the routing table of system A’s ip so that A system can connect to both of the system !

B AND C IP IN A ROUTING TABLE

NOW AS WE CAN CHECK VIA PING COMMAND A CAN CONNECT TO BOTH OF THE IP’S BUT THE SYSTEM B AND C CANT CONNECT TO EACH OTHER BECAUSE OF THEY DONT HAVE RULES CREATED AND THIER ROUTING TABLE TO CONECT EACH-OTHER !

--

--

darshil shah

Integration is key , and thats what i love to do !