Network Topology Setup
🔰 Task Description
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.
🔰 STEPS :
- Firstly, change the Ip address of the system A as 192.168.43.1 with netmask 255.255.255.0.
Add a rule in routing table , so that only 4 computer is in this range.
2. same way change the Ip address of the system B as 192.168.43.2 with netmask 255.255.255.0.
and add rule , so that only two ip will be in this range.
3. same way change the Ip address of the system C as 192.168.43.3 with netmask 255.255.255.0 and add rule in routing table.
4. Here, we can see that System A can ping both system B and C.
System B can ping System A but can’t ping System C.
System C can ping System A but can’t ping System B .