
时间:2015-06-28 00:00 来源:IT猫扑网|http://www.itmop.com/ 作者:网管联盟 我要评论(0)
因为是在内网同一网段,所以只需要更改IPADDR=XXXX就可以了,详情如下:
[root@webserver network-scripts]# pwd
/etc/sysconfig/network-scripts
[root@webserver network-scripts]# cat ifcfg-eth0
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
BOOTPROTO=static
BROADCAST=172.23.108.255
HWADDR=00:0c:29:76:20:d1
IPADDR=172.23.108.203
NETMASK=255.255.255.128
NETWORK=172.23.108.128
ONBOOT=yes
TYPE=Ethernet
[root@webserver network-scripts]# cp ifcfg-eth0 ifcfg-eth0:1
[root@webserver network-scripts]# vi ifcfg-eth0:1
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0:1
BOOTPROTO=static
BROADCAST=172.23.108.255
HWADDR=00:0c:29:76:20:d1
IPADDR=172.23.108.220
NETMASK=255.255.255.128
NETWORK=172.23.108.128
ONBOOT=yes
TYPE=Ethernet
[root@webserver network-scripts]# service network restart
[root@webserver network-scripts]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:0C:29:76:20:D1
inet addr:172.23.108.203 Bcast:172.23.108.255 Mask:255.255.255.128
inet6 addr: fe80::20c:29ff:fe76:20d1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:15438968 errors:3 dropped:0 overruns:0 frame:0
TX packets:26674391 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1264636401 (1.1 GiB) TX bytes:136198354 (129.8 MiB)
Interrupt:75 Base address:0×2000
[root@webserver network-scripts]# ifconfig eth0:1
eth0:1 Link encap:Ethernet HWaddr 00:0C:29:76:20:D1
inet addr:172.23.108.220 Bcast:172.23.108.255 Mask:255.255.255.128
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:75 Base address:0×2000
[root@webserver network-scripts]#
关键词标签:CentOS,单网卡,IP
相关阅读 安装红帽子RedHat Linux9.0操作系统教程 Tomcat9.0如何安装_Tomcat9.0环境变量配置方法 多种操作系统NTP客户端配置 Linux操作系统修改IP Linux实现SCSI硬盘热插拔及在线识别 Linux下用CDMA modem拨号上网
热门文章
安装红帽子RedHat Linux9.0操作系统教程
Linux服务器:设计高性能网站架构-LLMP
使用Clonezilla迁移到虚拟Linux环境
Linux上的MRTG流量监控中心
Linux 双网卡绑定一个IP原理及实现
linux和windows等系统远程控制ubuntu桌面
人气排行 Linux下获取CPUID、硬盘序列号与MAC地址 dmidecode命令查看内存型号 linux tc实现ip流量限制 安装红帽子RedHat Linux9.0操作系统教程 linux下解压rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 关机、重启、注销 命令 查看linux服务器硬盘IO读写负载 linux命令行浏览器的使用方法 Linux NFS服务固定端口及防火墙配置 U盘安装Ubuntu 10.04 Linux清除用户登录记录和命令历史方法
查看所有0条评论>>