Skip to content

ssast-tech/build_your_own_router_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Build Your Own Router Test Script

Set Up

Get test.py

Please copy test.py into your project root dir

Start pox

/opt/pox/pox.py −−verbose ucla_cs118

Start router

make
./router

Start test script

# generate big file uesd to test wget 
dd if=/dev/urandom of=http_server1/tmp bs=1M count=100 iflag=fullblock

# -s or --strict will enable strict mode, including check icmp seq and ...
sudo ./test.py [-s]

FAQ

  • Exception: Error creating interface pair (server1-eth0,sw0-eth1): RTNETLINK answers: File exists
    sudo mn -c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages