码迷,mamicode.com
首页 > 其他好文 > 详细

配置网卡

时间:2019-09-14 22:36:26      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:nbsp   white   配置网卡   pac   toc   dev   weight   none   isp   

#config netcard
nmcli connection modify eth0
ipv4.method manual ipv4.addresses 192.168.4.114/24
ipv4.dns 8.8.8.8 ipv4.gateway 192.168.4.1 connection.autoconnect yes
 
#start config
nmcli connection up eth0
 
#set hostname
echo mavendev > /etc/hostname
 
#set host
echo 192.168.4.114 mavendev >> /etc/hosts

配置网卡

标签:nbsp   white   配置网卡   pac   toc   dev   weight   none   isp   

原文地址:https://www.cnblogs.com/justart/p/11520382.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!