Network Topology Setup

System A can ping to System B and System C but both (System B & C) should not be pinging each other.

using Routing Table Concept

All setup is done inside RedHat 8 Linux OS.

System A

Change IP

ifconfig enp0s3 192.168.43.1

Add routing table rule.

route add -net 192.168.43.0 netmask 255.255.255.0 gw 192.168.43.1 enp0s3

System B

Change IP

ifconfig enp0s3 192.168.43.5

Add routing table rule.

route add -net 192.168.43.0 netmask 255.255.255.252 gw 192.168.43.5 enp0s3

System C

Change IP

ifconfig enp0s3 192.168.43.9

Add routing table rule.

route add -net 192.168.43.0 netmask 255.255.255.252 gw 192.168.43.9 enp0s3

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Neeraj Singh Negi
Neeraj Singh Negi

Written by Neeraj Singh Negi

AWS | Openstack | GCP | Ansible | Redhat 8 Linux | Docker | Jenkins | Kubernetes | Hadoop | Python | Machine Learning

No responses yet

Write a response