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.

Jyoti Pawar
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.

😇😌😌

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

Jyoti Pawar
Jyoti Pawar

Written by Jyoti Pawar

Devops || AWS || ML || Deep learning || Python || Flask || Ansible RH294 || OpenShift DO180

No responses yet

Write a response