Skip to content

tomaskovalcik/dovi-dhcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dovi-dhcp

Development setup:

Change to top level directory.

run ryu application:

$ python3 main.py

start mininet topology:

$ sudo mn --topo tree,2 --mac --switch ovsk,protocols=OpenFlow13 --controller=remote,port=3939

How to run dhclient:

mininet> h1 dhclient h1-eth0 -v

How to release an IP address:

mininet> h1 dhclient h1-eth0 -r

To access webpage:

http://0.0.0.0:8080/dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published