OpenNetworkingFoundation / DELTA

PROJECT DELTA: SDN SECURITY EVALUATION FRAMEWORK
221 stars 76 forks source link

Host agent can't connect to Agent manager #40

Closed ZhiYiFang closed 6 years ago

ZhiYiFang commented 6 years ago

Hi, I am very interested with this project and I am trying to use this tool in my own machine. My testing environment is all-in-one. But when I try to run test-advanced-topo.py. I find that the virtual host in topology created by mininet can't connect with my real machine. I tried to modify the code of test-advanced-topo.py but failed.

SeungwonWoo commented 6 years ago

Hello, I think that is a routing problem. Can you check the routing table in your AgentManager? It must have a following routing rule: "sudo route add -net 10.0.1.0/24 gw 10.0.3.13 dev lxcbr0"

ZhiYiFang commented 6 years ago

Yeah, I have already add this rule to my AgentManager. What is strange is that my AgentManager can communicate with the root node defined in test-advanced-topo.py, but h1 cant't communicate with the root node. Oh, by the way, I use virtualbox to establish my experiment environment and I also use ssh just like the guide in the first page. Should I change to lxc?

SeungwonWoo commented 6 years ago

Now, we don't support the virtualbox-based environment. So, you have to change your environment from virtualbox to lxc. I'm sorry about that. Thank you.

ZhiYiFang commented 6 years ago

Got it. Thank you!