mikuQ / miku

miku
GNU General Public License v3.0
2 stars 1 forks source link

wicked #68

Open mikuQ opened 1 month ago

mikuQ commented 1 month ago

wicked

网卡操作

配置IP地址

配置网关/路由/DNS

SUSE:~ # vim /etc/sysconfig/network/ifroute-eth0
default 192.168.10.1
192.168.20.0 192.168.10.1 255.255.255.0    eth0

SUSE:~ # vim /etc/resolv.conf
nameserver 192.168.10.1

systemctl restart wicked
wicked ifstatus eth0