Wi5 / odin-wi5-controller

Odin Controller - Network app running on top of the Floodlight OpenFlow controller
Apache License 2.0
5 stars 10 forks source link

How to know, if Odin is sending any response to the Agent #12

Open uhlik1889 opened 5 years ago

uhlik1889 commented 5 years ago

I have successfully connected agent with controller in Mininet-Wifi environment, but I have one problem. Controller has shown me that new agent is on 127.0.0.1 as expected. When I create probe request, the agent shows that it has a right essid and that it is sending the request to the controller. I can see this message in the wireshark as well, in the form of UDP packet. But from this point, I don't know, what controller did with this message. On his terminal it is showing no new messages, just that one with the new agent connected.

Any ideas?

josemariasaldana commented 5 years ago

One idea could be to follow the Sanity Check: https://github.com/Wi5/odin-wi5/wiki/Sanity-check

uhlik1889 commented 5 years ago

Ok I am checking those, but everything seems to be fine. One thing there is troubling me, and that is in the initializing agent.

agent.cli:88: While initializing ‘from_dev1 :: FromDevice’: warning: mon1: no IPv4 address assigned

I know it has no IP address, I wasn't assigning any. Should I? and

|WARN|system@ovs-system: failed to add mon0 as port: Invalid argument |INFO|mon0 device has unknown hardware address family 803

After I turned that into monitoring mode, it has problem with address family.

josemariasaldana commented 5 years ago

Hi,

I have checked and my wlan1 does NOT have an IP address.