As a workaround, you may try to add it on the file /var/efw/br2 , that is the BLUE bridge. Reboot and after that you should work with BLUE normally.
Regards from the crappy EFW community
Thanks for that, it was useful for me to understant (a little) how endian works. But to make wlan0 work as red interface how should i do it? It is an usb wifi adapter that should connect to an AP/router. Wifi is not encripted by now so i can use
iwconfig to connect it, but i need that endian-soft use it as red interface. Also, if i do
ifconfig wlan0 up, another thing gets up too (wmaster0), here is the output of ifconfig once i've done
ifconfig wlan0 up. Can anyone explain me what is wmaster0?
br0 Link encap:Ethernet HWaddr 00:11:85:E0:79:8A
inet addr:10.197.78.203 Bcast:10.197.79.255 Mask:255.255.240.0
inet6 addr: fe80::211:85ff:fee0:798a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2506 errors:0 dropped:0 overruns:0 frame:0
TX packets:216 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:185681 (181.3 KiB) TX bytes:186818 (182.4 KiB)
eth0 Link encap:Ethernet HWaddr 00:11:85:E0:79:8A
inet6 addr: fe80::211:85ff:fee0:798a/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:2814 errors:0 dropped:0 overruns:0 frame:0
TX packets:248 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:252194 (246.2 KiB) TX bytes:178440 (174.2 KiB)
Interrupt:17
eth1 Link encap:Ethernet HWaddr 00:50:FC:20:15:17
inet addr:192.168.1.203 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::250:fcff:fe20:1517/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:82 errors:0 dropped:0 overruns:0 frame:0
TX packets:59 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7703 (7.5 KiB) TX bytes:4929 (4.8 KiB)
Interrupt:18 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1234 errors:0 dropped:0 overruns:0 frame:0
TX packets:1234 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:356415 (348.0 KiB) TX bytes:356415 (348.0 KiB)
wlan0 Link encap:Ethernet HWaddr 00:1E:2A:EB:F5:C1
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wmaster0 Link encap:UNSPEC HWaddr 00-1E-2A-EB-F5-C1-B0-96-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
thanks in advance.