Git Product home page Git Product logo

docker-cisco-packet-tracer's Introduction

Docker :: Cisco Packet Tracer

Author: Loan Lassalle

Cisco Packet Tracer

Packet Tracer is a cross-platform visual simulation tool designed by Cisco Systems that allows users to create network topologies and imitate modern computer networks. The software allows users to simulate the configuration of Cisco routers and switches using a simulated command line interface. Packet Tracer makes use of a drag and drop user interface, allowing users to add and remove simulated network devices as they see fit. The software is mainly focused towards Certified Cisco Network Associate Academy students as an educational tool for helping them learn fundamental CCNA concepts.

Prerequisites

  • macOS High Sierra 10.13.3 or later
  • XQuartz 2.7.11 or later
  • Docker for Mac 17.12.0 or later

How to use

XQuartz

Fisrt of all, you need to run XQuartz application.

open -a XQuartz

In the XQuartz preferences, go to the Security tab and make sure you’ve got Allow connections from network clients ticked.

XQuartz - Allow connections from network clients

After that, you need to run xhost and allow connections from your local machine.

xhost + $(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')

Docker

You can now run Cisco Packet Tracer container.

docker run \
    --env DISPLAY=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}'):0 \
    --detach \
    --name cisco-packet-tracer \
    --privileged \
    --rm \
    --volume /tmp/.X11-unix/:/tmp/.X11-unix/ \
    --volume $HOME/.packettracer:/root/pt \
    avend0black/cisco-packet-tracer

docker-cisco-packet-tracer's People

Contributors

lassalleloan avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

caiobep

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.