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

No alt text provided for this image

Second Virtual Machine is named as System B has Ip: -192.168.43.57

No alt text provided for this image

Third Virtual Machine is named as System C has Ip: -192.168.43.197

No alt text provided for this image

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

No alt text provided for this image

On using command :- route add -net 192.168.43.0/25 in System B

No alt text provided for this image

On using command :- route add -net 192.168.43.0/24 in System C

No alt text provided for this image

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.

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

Thank You !


要查看或添加评论,请登录

Niraj Kumar的更多文章

  • Deployment Of Machine Learning model inside Docker Container

    Deployment Of Machine Learning model inside Docker Container

    Hello connections!! In this article, i am going to deploy a machine learning model inside docker container. To run…

  • Ansible playbook for K8S multinode cluster on AWS

    Ansible playbook for K8S multinode cluster on AWS

    Hello connections!! In this blog i am going setup multi node kubernetes cluster setup on AWS by using Ansible. I wrote…

  • Case Study On AWS SQS Service

    Case Study On AWS SQS Service

    Hello connections, In this blog i am gonna discuss about SQS service of Amazon. What is Amazon SQS ? Amazon SQS is a…

  • Case Study On OpenShift

    Case Study On OpenShift

    Hello Connections, in this blog i am gonna discuss about openshift as a technology and its use cases. what is OpenShift…

  • Apache Webserver and Haproxy server configuration on AWS with Ansible

    Apache Webserver and Haproxy server configuration on AWS with Ansible

    Hello connections, in this blog i am going to configure Apache webserver and Haproxy server on AWS EC2 instance using…

  • Industry Usecases Of Jenkins

    Industry Usecases Of Jenkins

    Hello connections!! In this blog i am going to talk about Jenkins which is a automation tool/ software, mostly used in…

  • GUI Application with docker

    GUI Application with docker

    hello folks!! In this blog i am going to explain how we can run a GUI application on Docker Container. First of all we…

  • Amdocs with AWS cloud services

    Amdocs with AWS cloud services

    Amazon Web Services (AWS) is an evolving cloud computing platform that provides on-demand service to individuals…

  • Azure Kubernetes Service

    Azure Kubernetes Service

    Kubernetes is by far the most popular container orchestration tool, yet the complexities of managing the tool have led…

  • Neural Network

    Neural Network

    What are Neural Networks? Neural networks are a set of algorithms, they are designed to mimic the human brain, that is…

    1 条评论

社区洞察

其他会员也浏览了