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

Redhat和Debian设置固定ip

时间:2016-09-28 16:54:39      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:static ip


Redhat设置固定ip:


# vi /etc/sysconfig/network-scripts/ifcfg-eth0


BOOTPROTO=static

IPADDR=172.16.0.5

NETMASK=255.255.255.0

GATEWAY=172.16.0.1


:wq


Debian设置固定ip:


# vi /etc/network/interface


iface eth0 inet static

address 172.16.0.6

netmask 255.255.255.0

gateway 172.16.0.1


:wq

本文出自 “linux” 博客,请务必保留此出处http://yangzhiming.blog.51cto.com/4849999/1857200

Redhat和Debian设置固定ip

标签:static ip

原文地址:http://yangzhiming.blog.51cto.com/4849999/1857200

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