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 ping 👨🏻💻
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 .
LET'S START
Prerequisites
Let's Start
3. Start the 3 vm's.
Ip address of the 3 vm's
System A ip address: 192.168.1.2
System B ip address: 192.168.1.1
System C ip address: 192.168.1.4
4. Below are the pictures showing the ip address and the netmask of System A, B, C respectively.
We configure the system A with "/29" as the CIDR.
Output of the ifconfig command
For System B
We configure it with "/30" as CIDR
Output of the "ifconfig" command
For System C
We configure the system C with /30 as CIDR
Output of the ifconfig command
Now we have to add the rules in the routing table
Recommended by LinkedIn
2. For System B
3. For System C
5. Now we have created the environment let's ping now.
In the above pictures we can see System A is able to ping to System B and System C.
We see that it's not able to ping to System C.
We can see that the "Destination Host Unreachable" is coming up. This shows that the System C is not able to ping to System B.
Thank you.
nice
Well Done bro!!