快速业务通道

Linux常用网络命令

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-28
Linux常用网络命令<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> RedhatAS5.0为例,不同厂商的Linux可能略有区别 Ifconfig 手动启动,观察,修改网络接口相关参数 #ifconfig 观察所有网络接口 #ifconfig eth0 192.168.1.100 netmask 255.255.255.0 eth0接口配置IP地址 #ifconfig eth0 up 启动eth0网络接口 #ifconfig eth0 down 关闭eth0网络接口 #service network restart 重启网络服务 #netconfig 以图形界面方式配置IP地址,子网掩码和DNS Route 查看路由信息与修改路由协议 #route 查看路由信息 #netstat –r 查看路由信息 #route add –net 192.168.100.0 netmask 255.255.255.0 dev eth0添加192.168.100.0/24的路由 #route add –net 192.168.10.0 netmask 255.255.255.0 dev eth1 添加192.168.10.0/24的路由 #route add default gw 192.168.100.1 添加默认网关#route del –net 192.168.10.0 netmask 255.255.255.0 dev eth1 删除192.168.10.0/24的路由 #route del default gw 192.168.100.1 删除默认网关 Ip link 设置网卡的相关参数 #ip –s link show 查阅该设备的相关信息 #ip link set eth0 up 启动eth0网络接口 #ip link set eth1 down 关闭eth1网络接口 #ip link set eth0 mtu 1000 修改eth0的最大传输单元为1000 #ip link set eth0 name inner 更改接口名为inner #ip link set eth0 address aa:aa:aa:aa:aa:aa:aa 修改eth0mac地址 -X 列出16进制及ASCII的数据内容 #tcpdump –I eth0 –nn –X ‘port <?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" />21’ 捕获来自于接口eth0,端口号为21的数据内容

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号