lalithsuresh / odin

Odin: an SDN framework for programmable Enterprise WLANs.
43 stars 46 forks source link

the agent can't connect to master #4

Open buptmuye opened 10 years ago

buptmuye commented 10 years ago

Lalith Suresh, glad to see the odin project. However, I followed the steps on github to try to build the agent. After build the ovs and click on openwrt, when I type "click-align agent.click | click &", it gave me this: ''' root@OpenWrt:~# agent.click:45: While initializing 'from_dev :: FromDevice':warning: mon0: no IPv4 address assigned FF:FF:FF:FF:FF:FF

''' Then nothing happened anymore, I don't know whether the agent connects to master or not. No such signals named "(ssid)odin" can be found either. Can you give me any guide? Thanks in advance. What should I do next? Or is there anything wrong with the agent?

hanyunongsky commented 9 years ago

Hi I'm trying to set up Odin as well. I got agent connected to master and client connected to VAP, however, the client do not have Internet access. anyone got any ideal about this issue ? Thanks in advance.

buptmuye commented 9 years ago

Hi, hanyunongsky, I'm trying to set up Odin as well. However, when I got agent connected to master, the client could not search the VAP or odin signal. Can you give me any guide?

2015-01-06 20:55 GMT+08:00 hanyunongsky notifications@github.com:

Hi I'm trying to set up Odin as well. I got agent connected to master and client connected to VAP, however, the client do not have Internet access. anyone got any ideal about this issue ? Thanks in advance.

— Reply to this email directly or view it on GitHub https://github.com/lalithsuresh/odin/issues/4#issuecomment-68861683.

lalithsuresh commented 9 years ago

Can you please verify whether the monitor interface is on the same channel as specified inside the Click file?

hanyunongsky commented 9 years ago

Dear Lalith, thanks for your reply. I can confirm agent.click specified the same channel as being used by the monitor interface (in my case I use channel 5). I think the issue may be caused by openvswitch as in your guide, you use ovs-dpctl to add tap device ap to the datapath of ovs, however I read the ovs-dpctl manual, it said if ovs-vswitchd is in use, use ovs-vsctl instead of ovs-dpctl. I use ovs-vsctl to create a ovs bridge and add tap device ap as a port into this bridge. I'm bit confuesd about the ovs configuration in Odin framework. can you please give any guide? Thanks in advance

hanyunongsky commented 9 years ago

Hi buptmuye, For your issue, can you please check if the poolfile is configured correctly ?

benboy-han commented 9 years ago

Dear hanyunongsky, when i set up Odin,i also meet the problem that the client do not have Internet access.do you have solved this Problem?Can you give me some good guide?Thanks in advance

benboy-han commented 9 years ago

Dear Lalith,i am a student,and now i am studying your odin .but,i have met some problem.i follow the setup,but the module-OdinMaster can not run,it only was found,not setting,starting,adding and initializing.I do not know why,can you give me some suggestion?Thanks in advance

Zack-Tsang commented 1 year ago

Hi, hanyunongsky, I'm trying to set up Odin as well. However, when I got agent connected to master, the client could not search the VAP or odin signal. Can you give me any guide?

2015-01-06 20:55 GMT+08:00 hanyunongsky notifications@github.com:

Hi I'm trying to set up Odin as well. I got agent connected to master and client connected to VAP, however, the client do not have Internet access. anyone got any ideal about this issue ? Thanks in advance. — Reply to this email directly or view it on GitHub #4 (comment).

Hello, I met the same problem when I rebuilt the Odin, my STA could not find the LVAP SSID. Could you please tell me where is my bug? Thank you very much!

lalithsuresh commented 1 year ago

Hi, sorry I missed these messages. I don't maintain this code any longer and don't have a testbed at hand to debug any issues. Perhaps try this more recent fork of Odin: https://github.com/Wi5?