OpenNetworkingFoundation / DELTA

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

Connection refused (web interface) #20

Closed berii closed 7 years ago

berii commented 7 years ago

Hi, Thanks for sharing.

After installing DELTA and run an attack example (e.g., 1.1.010) I am not able to connect to the web interface getting Connection refused Description: Connection refused . When I check the log file (delta.log), there is no information regarding this error [2017.03.28 17:01:24 CEST] [main] INFO WebUI - WebUI started @ http://0.0.0.0:7070 [2017.03.28 17:01:24 CEST] [Thread-0] INFO AgentManager - Start Server socket [2017.03.28 17:01:42 CEST] [Thread-4] INFO TestSwitchCase - Run test mininet topology [2017.03.28 17:01:45 CEST] [Thread-4] INFO TestSwitchCase - 1.1.010 - Port Range Violation - Test switch protection against disallowed ports [2017.03.28 17:01:45 CEST] [Thread-4] INFO DummyController - Listening switches on 6663

is there anywhere I can get the output of the attack. Thanks

jwkim90 commented 7 years ago

Hi, I think there might be a port collision problem or Java version, but I'm not sure. Then, did you run the attack case via CLI, without GUI?

And it will be helpful, if you provide your environment information. Thanks,

berii commented 7 years ago

Hi, Thanks for this quick answer. The problem happens only with Chrome. It looks like a strange behavior due to how chrome handle web proxy. I am closing the issue.

Thanks again