347 | | 1. |
| 347 | 1. bootstrap, configure, make |
| 348 | 1. Startup ofdatapath, later I'll need to specify a dpid |
| 349 | {{{ |
| 350 | root@node1-7:/opt/openflow# ./udatapath/ofdatapath --detach punix:/var/run/dp0 -i wlan0,exp0 |
| 351 | RTNETLINK answers: No such file or directory |
| 352 | }}} |
| 353 | 1. Startup seechan, had to add it to nox since I never specifed a DPID |
| 354 | {{{ |
| 355 | ./secchan/ofprotocol -D --inactivity-probe 5 --fail=closed unix:/var/run/dp0 tcp:nox.orbit-lab.org:6633 |
| 356 | }}} |
| 357 | 1. Editing Hostapd.conf, listing modifined lines |
| 358 | {{{ |
| 359 | bridge=tap0 |
| 360 | driver=nl80211 |
| 361 | ssid=JAMES |
| 362 | hw_mode=b |
| 363 | channel=1 |
| 364 | }}} |
| 365 | |