Skip to content

Latest commit

 

History

History

hw18

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

VLAN and BOND

Introduction

  1. Homework

Solution

Before

  1. Please make sure that ports 2222, 8001-8010 are opened on your localhost
    ss -ltn

Getting Started

  1. Run environment
    ./setup.sh

Check Results

  1. Connect to any vm

    ssh -i ~/.vagrant.d/insecure_private_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null vagrant@127.0.0.1 -p port
    • ports mapping:
      • centralRouter: 8001
      • centralServer: 8002
      • office1Router: 8003
      • office1Server: 8004
      • office2Router: 8005
      • office2Server: 8006
      • testServer1: 8007
      • testClient1: 8008
      • testServer2: 8009
      • testClient2: 8010
  2. Check network settings and connectivity

    ip route
    tracepath -n some-ip
    ping some-internal-ip
    ping some-external-ip

After

vagrant destroy -f