Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1166241
  • 博文数量: 173
  • 博客积分: 4048
  • 博客等级:
  • 技术积分: 2679
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-12 18:53
文章分类

全部博文(173)

文章存档

2018年(1)

2016年(1)

2013年(1)

2012年(118)

2011年(52)

分类: 系统运维

2011-01-31 21:40:12

使用ifconfig设置临时网络参数:
#设置mac地址
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
#设置网关及ip
ifconfig eth1 192.168.1.10 netmask 255.255.255.0

使用命令设置网关:
route add -net 220.10.10.0 netmask 255.255.255.0 gw 220.10.10.254 dev eth0

route -n 显示路由信息

若要保存相关设置则要修改相关网络配置文件
redhat 网络配置文件
/etc/sysconfig/network-scripts/ifcfg-eth0
ubuntu 网络配置文件
/etc/NetworkManager/system-connections/有线连接 1

使用命令重启网络使配置生效
/etc/rc.d/init.d/network restart
 或 service network restart

查看网卡命令
ethtool
mii-tool
阅读(837) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:linux下定时任务工具crontab

给主人留下些什么吧!~~