查看: 797|回复: 0

[经验] 嵌入式学习-ElfBoard ELF 1-设置静态IP可上外网

[复制链接]

该用户从未签到

发表于 2023-11-1 09:12:36 | 显示全部楼层 |阅读模式
分享到:
本帖最后由 eefocus_3944881 于 2023-11-1 09:13 编辑

1.配置文件路径/etc/network/interfaces
root@ELF1:~# vi /etc/network/interfaces
例如修改eth0静态IP为192.168.2.232:
# Wired or wireless interfaces
auto eth0
#iface eth0 inet dhcp
#iface eth1 inet dhcp
iface eth0 inet static
        address 192.168.2.232
        netmask 255.255.255.0
        gateway 192.168.2.1
       hwaddress ether aa:cc:dd:ee:ff:dd
图片1.png

2.设置DNS
root@ELF1:~# vi /etc/rc.local
添加如下命令:
echo "nameserver 8.8.8.8" >/etc/resolv.conf
图片2.png

3.重启network服务
root@ELF1:~# /etc/init.d/networking restart

4.上网测试
root@ELF1:~# ping www.elfboard.com
图片3.png
数据返回正常可上外网。

回复

使用道具 举报

您需要登录后才可以回帖 注册/登录

本版积分规则

关闭

站长推荐上一条 /4 下一条



手机版|小黑屋|与非网

GMT+8, 2024-11-18 02:34 , Processed in 0.124357 second(s), 16 queries , MemCache On.

ICP经营许可证 苏B2-20140176  苏ICP备14012660号-2   苏州灵动帧格网络科技有限公司 版权所有.

苏公网安备 32059002001037号

Powered by Discuz! X3.4

Copyright © 2001-2024, Tencent Cloud.