How to know, if Odin is sending any response to the Agent
Opened this issue · 3 comments
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?
One idea could be to follow the Sanity Check: https://github.com/Wi5/odin-wi5/wiki/Sanity-check
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.
Hi,
I have checked and my wlan1 does NOT have an IP address.