Advertisement
Guest User

Untitled

a guest
Apr 5th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # guest
  2. user: mininet
  3. password: mininet
  4.  
  5. # setup guest network adapters
  6. # ----- Solution1: Bridged Adapter (connects through internet)
  7. # Select "Bridged Adapter" in Network tab of Mininet-VM machine
  8. # ----- Solution2: Host-Only Adapter
  9. # Create an "Host-only Network Adapter" from Network tab of VirtualBox (VirtualBox, not VM)
  10. # then Select "Host-only Network" in Network tab of Mininet-VM machine
  11.  
  12. # ssh connection
  13.  
  14. # get ip of guest
  15. ifconfig # run on guest
  16.  
  17. # ssh mininet@<ip>
  18.  
  19. # run mininet
  20. sudo mn
  21. mininet> nodes
  22. mininet> net
  23. mininet> help
  24. mininet> exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement