当前位置:网站首页>Create AP hotspots for imx6 development board QT system based on rtl8723 cross compile iptables
Create AP hotspots for imx6 development board QT system based on rtl8723 cross compile iptables
2022-07-28 23:56:00 【mucheni】
First prepare a router , A wire line , As shown in the figure below , These two ports can be connected to the external network , Pass the network port
The network cable is connected to the Gigabit port of the router .
Android 12 System is DHCP Of , Connecting the development board to the router can automatically obtain IP Address , And then you can open
Web pages can be accessed , As shown in the figure below :
Click “ Set up ”, Enter the setting interface , As shown in the figure below :
And then click “ The Internet and the Internet ”, Enter the network setting interface as shown in the following figure :
And then click “Ethernet”, As shown in the figure below :
Get into “Ethernet” Automatic acquisition can be selected in the setting interface IPDHCP Or static IP. Recommended DHCP, Such as
If you want to set static Ip, Make sure your network parameters are available , As shown in the figure below :
You can also check on the serial port terminal IP Address , You can select the connected network port according to your needs and use the command to view the network
Oral IP, As shown in the figure below :
ifconfig eth1 // Check the network port 1 Of IP
ifconfig eth0 // Check the network port 0 Of IP
Enter the following command to test the connectivity of the network interface , Both ports support connecting to the external network .
ping -I eth1 -c 10 www.baidu.com //ping Test network interface 1
ping -I eth0 -c 10 www.baidu.com //ping Test network interface 0
After the test, more content can be solved as 3568 Development board
边栏推荐
- Js判断数据类型的4种⽅式
- EN 12101-8:2011烟雾和热量控制系统防烟挡板—CE认证
- Pagoda phpMyAdmin unauthorized access vulnerability
- 基因组 DNA 分离丨Worthington核糖核酸酶A
- Ape anthropology topic 20
- Worthington RNA determination detailed introduction
- Leetcode63. 不同路径 II
- 经典双栈实现队列,注意遍历栈的判定条件修改。
- EN 12101-8:2011 smoke dampers for smoke and heat control systems - CE certification
- 【CNN】为什么CNN的卷积核大小一般都是奇数
猜你喜欢
E-commerce data model design
Plato Farm有望通过Elephant Swap,进一步向外拓展生态
AUTOCAD——Excel表格导入CAD、CAD合并两兄弟
Deep analysis of integrated learning AdaBoost
剑指 Offer 55 - I. 二叉树的深度
What is a driver signature and how does the driver get a digital signature?
Wildcard ssl/tls certificate
With the help of rpa+lcap, the enterprise treasurer management can be upgraded digitally
连接池-归还连接详解(下)
Kingbasees client programming interface guide ODBC (4. Create data source)
随机推荐
你知道有哪些正规的兼职平台吗?
Leetcode61. 旋转链表
请简述list,set,map类型的集合的各自特点(简述三种不同的继承方式下)
Pycharm new project
Use pytoch to quickly train the network model
PMP考试倒计时,速看3A通关锦囊!
脲酶丨Worthington杰克豆脲酶的特性及测定方案
Powercl batch creates and manages virtual switches
YOLOV5学习笔记(一)——原理概述
简述分组密码的加密分组链接模式的工作原理及其特点(密码学移位密码加密解密)
PowerCLi 批量添加esxi到vCenter
商家对积分体系运营的两个误解
考过HCIP入职心仪公司,分享华为认证学习经历及心得
多传感器融合定位(一)——3D激光里程计
RHCE first day
Pagoda phpMyAdmin unauthorized access vulnerability
Explanation of history and chemical properties of Worthington ribonuclease B
Connection pool - return connection details (Part 2)
【MySQL 8】Generated Invisible Primary Keys(GIPK)
双重for循环优化