欢迎来到天天文库
浏览记录
ID:47283538
大小:55.29 KB
页数:9页
时间:2019-08-23
《linux检测网络配置命令》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、linux检测网络配置命令看更多/proc/net/dev看端口流量和出错信息#brctlroot@localhost~用法:brctl(命令)命令:addbr〈桥〉添加桥delbr〈桥〉删除桥添加到桥的〉添加接口从桥上删除的>删除接口set老化〈bridge>设置老化时间setbridgeprio设置桥优先级setfcl设置最大消息年龄setpathcost〈端口〉〈成本〉设置路径成
2、本在〉中设置b>,设置端口优先级显不出一个桥的列表显示macaddrs的列表showstp显示桥stp信息在I上的stp〈桥的〉{}turnstpon/offroot@localhost、#网络是遥不可及的配置linux网络时候,可以ping通局域网,平外网时提示:连接:网络是遥不可及的这条命令就可以搞定:路由添加默认的gw192.168.1.1后面那是你的网关。现在路线一下内核IP路由表目标网关Genmask标志着Iface192.168.1.0*255.255.255.255.255.255.255.255.255.255.0默认的我。路由器0.0.0.0UG
3、000ethO之前如果没有添加的话,只有上面的第一条第。二条是新加进去的。如果还访问不了,哪你的情况可能有点特殊哦。这样重启以后就不能用了。修改编辑/etc/network/interfaces添加网关192.168.1.1[你自己的网关地址)ubuntu网络是遥不可及的解决记作者:博客岀处:博客2009-02-18帕克由于自己的本本经常要在好儿个地方用,所以每到一个地方就得重新配置一下网络。当配置完ip和DNS后,内网的机器都可以ping通,网关也能ping通,但平是外网的就是不行。由于自己的本本经常要在好儿个地方用,所以每到一个地方就得重新配置一下网络。当配置完ip和DNS后
4、,内网的机器都可以ping通,网关也能ping通,但平是外网的就是不行。一直提示网络是遥不可及的此问题的解决方法就是:增加一个缺省的网关。总结一下,步骤如下:lo配置ip,配置/etc/network/interfaces文件2o然后是DNS,配置/etc/resolv.conf例如:ConfigurethestaticIPaddressSudovim/etc/network/interfacesHere,show:AutoloIfaceloinetloopbackIfaceethOinetstaticAddress172.16.15.97Netmask255.255.248.0
5、Gateway172.16.15.253AutoethOConfigureDNSVim/etc/resolvAddthefollowing:Nameserver211.95.193.97Nameserver211.92.8.161IncreasethedefaultgatewayRouteadddefaultgw172.16.15.253RestartthenetworkconfigurationA:sudo/etc/init・d/networkingrestartTheoriginalarticlewasreproducedwithoutattributionandauthor
6、ship・AtthebeginningofalltheoriginalarticlesIwillwritetheauthorandthesource・Ihopemyfriendswillnotetheauthorandthesourceofthisblogpost・Author:liukun321(gug)Source:http://blog・csdn.net/liukun321Findanetfriendaskedaboutthepingcommandintheconnect:theproblemofthenetworkisunreachable・Thisisusuallybe
7、causetheIPaddressisnotsetcorrect1y.Thesolution:Afterensuringthatthenetworkcarddriversareimproved,andensuringthatthenetworkcarddriversarecompiledintothekernel,checkTheIs/etc/sysconfig/network-script/ifcfg-ethOToseeifthereisanifcfg-ethOfileunde
此文档下载收益归作者所有