We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Mr. wuqiong
i apply your post.
so i can ifconfig and i can see ra0~8 and wlan0.
thank you for your post
but i want to use iwconfig, aircrack-ng, tcpdump for the monitor mode
but i cant connect internet
what can i do connect internet ??
the following is my configuration
please, help me
thank you
config wifi-device radio0 option type mac80211 option channel 11 option hwmode 11g option path 'platform/10180000.wmac' option htmode HT20 # REMOVE THIS LINE TO ENABLE WIFI:
config wifi-iface option device radio0 option network lan option mode ap option ssid OpenWrt option encryption none option ApCliEnable '1' option ApCliAuthMode 'WPA2PSK' option ApCliEncrypType 'AES' option ApCliPassWord 'wapeul1234' option ApCliSsid 'wapeul' config wifi-device ra0 option type rt2860v2 option mode 9 option channel auto option txpower 100 option ht 20+40 option country US option macaddr ''
option disabled 0
config wifi-iface option device ra0 option network lan option mode ap option ssid OpenWrt_762058 option encryption none config wifi-device ra1 option type rt2860v2 option mode 9 option channel auto option txpower 100 option ht 20+40 option country US option macaddr ''
onfig interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0'
config globals 'globals' option ula_prefix 'fd1d:20ce:b10f::/48'
config interface 'lan' option ifname 'eth0.1' option force_link '1' option type 'bridge' option proto 'static' option ipaddr '192.168.8.1' option netmask '255.255.255.0' option macaddr '64:51:7e:80:1a:7c'
config interface 'wan' option ifname 'apcli0' option proto 'dhcp' option macaddr '64:51:7e:80:1a:7d'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Mr. wuqiong
i apply your post.
so i can ifconfig and i can see ra0~8 and wlan0.
thank you for your post
but i want to use iwconfig, aircrack-ng, tcpdump for the monitor mode
but i cant connect internet
what can i do connect internet ??
the following is my configuration
please, help me
thank you
my wireless config
config wifi-device radio0
option type mac80211
option channel 11
option hwmode 11g
option path 'platform/10180000.wmac'
option htmode HT20
# REMOVE THIS LINE TO ENABLE WIFI:
option disabled 1
config wifi-iface
option device radio0
option network lan
option mode ap
option ssid OpenWrt
option encryption none
option ApCliEnable '1'
option ApCliAuthMode 'WPA2PSK'
option ApCliEncrypType 'AES'
option ApCliPassWord 'wapeul1234'
option ApCliSsid 'wapeul'
config wifi-device ra0
option type rt2860v2
option mode 9
option channel auto
option txpower 100
option ht 20+40
option country US
option macaddr ''
REMOVE THIS LINE TO ENABLE WIFI:
config wifi-iface
option device ra0
option network lan
option mode ap
option ssid OpenWrt_762058
option encryption none
config wifi-device ra1
option type rt2860v2
option mode 9
option channel auto
option txpower 100
option ht 20+40
option country US
option macaddr ''
REMOVE THIS LINE TO ENABLE WIFI:
my network configuration
onfig interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd1d:20ce:b10f::/48'
config interface 'lan'
option ifname 'eth0.1'
option force_link '1'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.8.1'
option netmask '255.255.255.0'
option macaddr '64:51:7e:80:1a:7c'
config interface 'wan'
option ifname 'apcli0'
option proto 'dhcp'
option macaddr '64:51:7e:80:1a:7d'
The text was updated successfully, but these errors were encountered: