查看“模板:WIFI”的源代码
←
模板:WIFI
跳转至:
导航
,
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
<div style="display:none;"> * '''硬件''' ::* 默认无线网卡硬件为<pre style="color: red">RTL8188ETV & RTL8723BU</pre> ::* RTL8723BU为带蓝牙模块 </div> * '''查看设备''' ::* 查看所有设备列表 :::<syntaxhighlight lang="bash" line> ip link show </syntaxhighlight> :::[[File:无线网卡设备.JPG|frameless|650px|无线网卡设备]] * '''使用''' ::* 动态IP :::<syntaxhighlight lang="bash" line> cat << EOF >> /etc/network/interfaces # Wireless interface auto wlan0 allow-hotplug wlan0 iface wlan0 inet dhcp wireless_mode managed wireless_essid any wpa-driver nl80211 wpa-conf /etc/wpa_supplicant.conf EOF </syntaxhighlight> ::* wpa_supplicant.conf为wpa_passphrase生成的文件,例如:(ssid:test passwd:123456) :::<syntaxhighlight lang="bash" line> wpa_passphrase test 123456 > /etc/wpa_supplicant.conf </syntaxhighlight> ::* 注意:WiFi名称可能不是wlan0,请将wlan0换为实际的无线网卡名称 :::[[File:无线动态IP.png|frameless|650px|无线动态IP]] ::* 静态IP :::<syntaxhighlight lang="bash" line> cat <<EOF >> /etc/network/interfaces auto wlxec3dfd322b06 allow-hotplug wlxec3dfd322b06 iface wlxec3dfd322b06 inet static //静态IP模式 wpa-conf /etc/wpa_supplicant.conf address 192.168.100.148 //静态IP地址 netmask 255.255.255.0 //子网掩码 gateway 192.168.100.1 //网关 dns-nameservers 223.5.5.5 //DNS域名服务器 EOF </syntaxhighlight> ::* 注意:WiFi名称可能不是wlan0,请将wlan0换为实际的无线网卡名称 :::[[File:无线静态IP.JPG|frameless|650px|无线静态IP]] ::* DNS设置 :::<syntaxhighlight lang="bash" line> cat <<EOF > /etc/resolv.conf //临时修改DNS,此文件内容可能被覆盖 nameserver 8.8.8.8 //主DNS nameserver 114.114.114.114 //副DNS EOF </syntaxhighlight> ::*推荐方式,参考配置静态ip部分,将DNS写入到/etc/network/interfaces配置文档中
返回至
模板:WIFI
。
导航菜单
个人工具
登录
命名空间
模板
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息