Changes between Version 19 and Version 20 of Internal/OpenFlow/DemoAPImage


Ignore:
Timestamp:
Oct 5, 2010, 5:44:52 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/DemoAPImage

    v19 v20  
    306306The next step was to check if the Linux bridge tools did this as well. I installed a baseline system and then installed hostapd and bridge-utils.
    307307
    308 I modified hostapd in a similar fashsion, and used brctl to create a br0 and added the interfaces to it. Initally this did not work but looking at the [http://en.gentoo-wiki.com/wiki/Atheros_Ath5k_Wireless_Access_Point refrence] , it was pointed out that I needed assign an ip to the bridge interface as well. I guess the bridge interface needs an IP to craft packets IP packet responses, even tho this ip had nothing to do with the subnet I was passing traffic for,
     308I modified hostapd in a similar fashsion, and used brctl to create br0 and added the interfaces to it. Initally this did not work but looking at the [http://en.gentoo-wiki.com/wiki/Atheros_Ath5k_Wireless_Access_Point refrence] , it was pointed out that I needed assign an ip to the bridge interface as well. I guess the bridge interface needs an IP to craft packets IP packet responses, even tho this ip had nothing to do with the subnet I was passing traffic for.
     309
     310This was apparently the problem in the case of openVswitch as well. Once the interface was assigned an ip, ping packets make it to the wired host.
     311
     312TODO:
     313
     314 * Fix script to set and IP for br0
     315 * figure out why the virtual switch no longer shows up in snac
     316 * fix the startup scripts to not stat the ap with out the bridge. (remove hostapd from startup)