统计
  • 文章总数:34 篇
  • 评论总数:0 条
  • 分类总数:4 个
  • 最后更新:2023年04月25日

Armbian静态ip设置

本文阅读 1 分钟
首页 运维知识 正文
cp /etc/network/interfaces /etc/network/interfaces.backup #备份原有网络配置
sudo nano /etc/network/interfaces
# Ethernet adapter 0
auto eth0
allow-hotplug eth0
#no-auto-down eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1
#dns-nameservers 1.1.1.1 1.0.0.1
reboot
本文来自投稿,不代表本站立场,如若转载,请注明出处:
国外知名公共 DNS 服务器 IP
« 上一篇 12-12
Ubuntu下创建非root用户但赋予sudo权限
下一篇 » 12-13