Network Topology setup
Hello Folks!! In this blog i am gonna discuss how we can create a network topology setup. There are three systems, System A, System B and System C in my setup. such that System A can ping System B, System A can also ping System C, but System B and System C both are not able to ping each other.
To implement this setup i use three virtual machine.
First Virtual Machine is named as System A, has Ip: -192.168.43.22
Second Virtual Machine is named as System B has Ip: -192.168.43.57
Third Virtual Machine is named as System C has Ip: -192.168.43.197
After configuring routing table of these System or adding routing rule by using command route add -net 192.168.43.0/24 in System A
On using command :- route add -net 192.168.43.0/25 in System B
On using command :- route add -net 192.168.43.0/24 in System C
After doing configuration on these system finally i create the setup where System A can ping System B, System C but both System B and System C are not pingable.
Thank You !