2019-3-12 13:48| 发布者: zzinlinx| 查看: 1918| 评论: 0
cd /etc/systemd/network/
默认有3个文件
cat 10-eth0.network
eth0 默认为dhcp模式。
[Match] Name=eth0 KernelCommandLine=!root=/dev/nfs [Network] DHCP=yes
cp 10-eth.network 11-eth1.network
修改配置如下:
[Match] Name=eth1 [Network] DHCP=none Address=192.168.1.123/24 Gateway=192.168.1.1 DNS=8.8.8.8
保存退出, 重启。
重启后,eth0为动态获取, eth1为静态IP地址。
评论
|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )
GMT+8, 2024-12-22 18:52
Powered by Discuz! X3.4
© 2001-2013 Comsenz Inc.