Hi, I have narrowed out the error in the noxbox (downloaded from the website) to the running of port1 scripts. I was able to get the box working by running some post-mortem fixes. My apology for not debugging the problem and fixing it.
Regards KK 2008/10/16 kk yap <[EMAIL PROTECTED]>: > Hi, > > I am having a noxbox that I am trying to use a dumb switch, inclusive > of the wireless interface. It appears that the setting puts of0 as > the bridge. Can anyone explain why that is so, as specified in > hostapd.conf? I have always thought that of0 is only for inband > control. > > Also, there is the question of where I have only one port registered > (from dpctl dump-ports) when below is my configuration in noxbox.conf. > I was expecting two interfaces (ath0 and eth0) and so shouldn't it > show two ports? > > Any comments would be appreciated. Thanks in advance. > > Regards > KK > > # The first port can be configured in four different modes: > # pppoe (for use with PPPoE) > # nat (does NAT on whatever is upstream) > # on (it's just another port) > # off (same as NAT and PPPOE, but no uplink) > # dhcp (not added to the switch -- just configured by dhcp) > # none (it is just left alone - primarily for use with panel daemon) > PORT1_MODE=on > > # The second port can be configured in three different modes: > # on (it's added to the openflow switch) > # off (it is disabled) > # debug (it's configured to a static IP address for debugging) > # none (it is just left alone) > PORT2_MODE=debug > ....... > # These interfaces will be added to the OpenFlow switch. Don't add eth0 and > # eth1 here, since those are handled through the PORT1_MODE and PORT2_MODE > # above (i.e. just set those to "on" if you want them on the OpenFlow switch). > OPENFLOW_INTERFACES="ath0" > _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
