昨天说到因为手欠升级了路由器的固件,然后导致我不知道新接入的设备IP,没错的啦,新接入的设备就是我重做系统的Banana Pi M3。
(图源 :pexels.com)
最终我终于用串口线通过TX\RX\GND连接到设备上,看着熟悉的字符界面,我激动的想哭啊,但是哭之前,我还是先把IP地址设置好吧。因为总不能总用串口线连上去,并且115200的波特率还是很感人的。
那么如何给Banana Pi M3设置静态IP地址呢?其实很简单的啦:
sudo vi /etc/network/interfaces
进去之后把里边乱七八糟的内容通通删除,填入如下内容即可:
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.181
netmask 255.255.255.0
gateway 192.168.1.1
network 192.168.1.0
当然了,如果你在不同的网段网关啥的,需要做对应的调整。保存后,重启设备即可,这样我就有了固定的IP地址啦,在也不怕忘掉啦。
另外,顺便把我的NUC7I5BNHL的无线和有线地址都修改了一下,我装的是Ubuntu Server 18.04,它使用netplan管理网络,打开对应的配置文件,按格式换一下里边的地址即可,就不多说啦:
sudo vi /etc/netplan/50-cloud-init.yaml
再去改改别的设备,哎,家里的设备太多,我需要打印一个大大的地址对应表贴墙上。😭
Give me a vote
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
乐在其中,脑袋聪明手就痒。😄
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
你永远不知道那些手欠的人 能做出怎样的蠢事
敢跟撒钱的比不?😄
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
我前几天也是把路由器恢复出厂设置之后,发现gen8等设备一直访问不了,才想起没有绑定mac。
Posted using Partiko Android
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
高手👍!!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit