cd /etc/network sudo nano interfaces
把iface eth0 inet dhcp中的dhcp换成static也就是以下文本
iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 gateway 192.168.1.1
最后重启一下就行了。
via
cd /etc/network sudo nano interfaces
把iface eth0 inet dhcp中的dhcp换成static也就是以下文本
iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 gateway 192.168.1.1
最后重启一下就行了。
via
Copyright © 2024 | 树莓派实验室. Raspberry Pi is a trademark of the Raspberry Pi Foundation. 沪ICP备19016635号-2
这种方式在树莓派3b上不好用,如果这么写了,就会导致wlan网卡不能用
还有一种方法:在TP-LINK管理界面设置固定内网IP,我就这么用,LAMP搭建了几个网站(内网访问)