Hi all,

I compile openwrt with openflow enabled for TL-WR741nd V4.

I tried to adapt the configurations of WR1043 from Pantou but the switch
continue send trafic normally even consulting the controller.
I see messages arriving in the controller, but if I stop the controller I
yet be able to send packages  through the switch (router).

Can anyone help-me?
There is my configurations

openflow
config 'ofswitch'
        option 'dp' 'dp0'
        option 'dpid' '000000000001'
        option 'ofports' 'eth0 eth1 wlan0'
        option 'ofctl' 'tcp:10.13.37.1:6633'
        option 'mode'  'outofband'

network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config interface 'lan'
option ifname 'eth0'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option ipaddr '10.13.37.2'

config interface 'wan'
option ifname 'eth1'
option proto 'dhcp'

config switch
option name 'eth0'
option reset '1'
option enable_vlan '1'

config switch_vlan
option device 'eth0'
option vlan '1'
option ports '0t 1'
option vid '1'

config switch_vlan
option device 'eth0'
option vlan '2'
option vid '2'
option ports '0t 2'

config switch_vlan
option device 'eth0'
option vlan '3'
option vid '3'
option ports '0t 3'

config switch_vlan
option device 'eth0'
option vlan '4'
option vid '4'
option ports '0t 4'


wireless
config wifi-device 'radio0'
option type 'mac80211'
option channel '11'
option hwmode '11ng'
option macaddr '64:66:b3:e5:83:9c'
option htmode 'HT20'
list ht_capab 'SHORT-GI-20'
list ht_capab 'SHORT-GI-40'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option txpower '30'
option country 'US'

config wifi-iface
option device 'radio0'
option network 'lan'
option mode 'ap'
option encryption 'none'
option ssid 'ifce-wrt'


prof. Inácio Alves
IFCE/Campus Maracanaú
Bacharel em Matemática (UFC)/ Técnico em Conectividade(IFCE)
Lattes: *http://lattes.cnpq.br/1022303386341552*
<https://wwws.cnpq.br/cvlattesweb/PKG_MENU.menu?f_cod=23F9E85E2ED5F4708F29B1755BA4F455#>
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to