Skip to content

This set of demos and lab goes along with the coursera course: Network Principles in Practice: Linux. You are welcome to run this code and I try to make it as self explanatory as possible, but some of the explanation will be in the videos for the course.

License

Notifications You must be signed in to change notification settings

ksmooi/mscs_net_npp_linux_intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This set of demos and lab goes along with the coursera course: Network Principles in Practice: Linux. You are welcome to run this code and I try to make it as self explanatory as possible, but some of the explanation will be in the videos for the course.

NOTE: Mac M1/M2 users should refer to the guidance here

Vagrantfile

A Vagrantfile is provided that will create a Ubuntu 22.04 VM, and install the needed software on the VM.

This was tested using vagrant VirtualBox running on Windows 11.

vagrant up

Configure your ssh client with the following. I use MobaXterm. Hostname/IP address: 127.0.0.1 Port number: 2222 Username: vagrant Private Key: <path/to/private_key> Note: you’ll want x11 forwarding on

To get the location of the private key:

vagrant ssh-config

When you want to stop the VM, you can either run vagrant suspend to save the state so you can resume it later with vagrant up, or vagrant halt to shut the VM down.

Module 1 demos (demo1, demo2, demo3)

Module 1 provides an introduction to Linux networking - so, the material provided will introduce the lab environment, some of the tools we'll use (tshark, scapy), and do some preliminary configuration where we'll set up a bridge in Linux.

Lab (lab1)

This is the material provided for the coursera course. A description of the lab and a script to run your solution and package up a submission are provided.

License

For all files in this repo, we follow the MIT license. See LICENSE file.

About

This set of demos and lab goes along with the coursera course: Network Principles in Practice: Linux. You are welcome to run this code and I try to make it as self explanatory as possible, but some of the explanation will be in the videos for the course.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.8%
  • Python 22.2%