Task 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 to each other.
2 min readJan 2, 2021

- Attach all the VMs to host only adapter

- Changing the IP of system A to 192.168.43.1 and netmask /24 (255.255.255.0) and adding the rule in the routing table 192.168.43.0/30 , This allows system A to connect to only 4 systems i.e 192.168.43.(0–3).

- Changing the IP of system B to 192.168.43.2 and netmask /24 (255.255.255.0) and adding the rule in the routing table 192.168.43.0/31 , This allows system B to connect to only 2 systems i.e 192.168.43.(0–1).

- Changing the IP of system C to 192.168.43.3 and netmask /24 (255.255.255.0) and adding the rule in the routing table 192.168.43.0/31 , This allows system B to connect to only 2 systems i.e 192.168.43.(0–1).

- Now let’s try to ping them all
System A can ping to system B and system C

- Both B and C can also ping to system A. But system B can’t ping to system C.

Task completed!!!
Thanks to all of you for reading my blog.
😇😌😌