当前位置: 首页 > news >正文

微商做网站网站怎么优化seo

微商做网站,网站怎么优化seo,娄底哪里做网站,易企秀可以做微网站吗fping是一个用于网络扫描的工具,它可以在 Linux 系统上使用。fping可以发送 ICMP ECHO_REQUEST(即 ping)数据包到指定的网络地址范围,并等待响应。通过这种方式,fping可以用来检测哪些 IP 地址是活跃的。 可以测试多个…

fping是一个用于网络扫描的工具,它可以在 Linux 系统上使用。fping可以发送 ICMP ECHO_REQUEST(即 ping)数据包到指定的网络地址范围,并等待响应。通过这种方式,fping可以用来检测哪些 IP 地址是活跃的。

可以测试多个ip或者域名,并形成报告

[root@localhost ~]# fping 192.168.71.130 qq.com 192.168.71.131
192.168.71.130 is alive
qq.com is alive
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.131
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.131
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.131
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.131
192.168.71.131 is unreachable
  1. 192.168.71.130是可达的(alive)。
  2. qq.com是可达的(alive)。
  3. 对于发送到192.168.71.131的ICMP Echo请求,从192.168.71.130收到了ICMP Host Unreachable错误。
  4. 192.168.71.131是不可达的(unreachable)。

指定范围

这里指定的是192.168.71.130到192.168.71.140在内的所有ip地址,并返回报告

[root@localhost ~]# fping  -s -g 192.168.71.130  192.168.71.140 
192.168.71.130 is alive
192.168.71.132 is alive
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.133
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.133
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.133
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.133
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.131
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.131
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.131
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.131
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.137
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.137
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.137
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.137
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.136
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.136
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.136
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.136
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.135
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.135
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.135
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.135
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.134
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.134
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.134
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.134
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.140
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.140
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.140
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.140
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.139
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.139
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.139
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.139
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.138
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.138
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.138
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.138
192.168.71.131 is unreachable
192.168.71.133 is unreachable
192.168.71.134 is unreachable
192.168.71.135 is unreachable
192.168.71.136 is unreachable
192.168.71.137 is unreachable
192.168.71.138 is unreachable
192.168.71.139 is unreachable
192.168.71.140 is unreachable11 targets2 alive9 unreachable0 unknown addresses36 timeouts (waiting for response)38 ICMP Echos sent2 ICMP Echo Replies received36 other ICMP received0.055 ms (min round trip time)1.05 ms (avg round trip time)2.04 ms (max round trip time)4.271 sec (elapsed real time)

执行结果

  1. 共有11个目标地址。
  2. 其中2个是可达的(alive)。
  3. 9个是不可达的(unreachable)。
  4. 0个未知地址。
  5. 共发送了38个ICMP Echo请求,收到了2个ICMP Echo回复。
  6. 共收到36个其他类型的ICMP消息。
  7. 最小往返时间(round trip time)为0.055毫秒。
  8. 平均往返时间为1.05毫秒。
  9. 最大往返时间为2.04毫秒。
  10. 总共花费了4.271秒的实际运行时间。

测试连通整个网络

fping -g -r 1 192.168.71.0/24

创建文件,使用fping测试文件内容的ip地址

[root@localhost ~]# cat 1.sh 
192.168.71.1
192.168.71.12
192.168.71.15
192.168.71.18
192.168.71.10
192.168.71.111
[root@localhost ~]# fping -f 1.sh 
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.12
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.12
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.12
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.12
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.111
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.111
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.111
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.111
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.10
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.10
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.10
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.10
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.18
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.18
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.18
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.18
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.15
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.15
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.15
ICMP Host Unreachable from 192.168.71.130 for ICMP Echo sent to 192.168.71.15
192.168.71.1 is unreachable
192.168.71.12 is unreachable
192.168.71.15 is unreachable
192.168.71.18 is unreachable
192.168.71.10 is unreachable
192.168.71.111 is unreachable


文章转载自:
http://mnemotechny.yqsq.cn
http://tacmar.yqsq.cn
http://barkhausen.yqsq.cn
http://toxigenic.yqsq.cn
http://aerobatic.yqsq.cn
http://ruthful.yqsq.cn
http://airt.yqsq.cn
http://swak.yqsq.cn
http://inexpertness.yqsq.cn
http://celom.yqsq.cn
http://maytime.yqsq.cn
http://recremental.yqsq.cn
http://bosseyed.yqsq.cn
http://lucerne.yqsq.cn
http://emulational.yqsq.cn
http://uncontainable.yqsq.cn
http://jhala.yqsq.cn
http://getparms.yqsq.cn
http://formularization.yqsq.cn
http://unlettered.yqsq.cn
http://gaberlunzie.yqsq.cn
http://lasecon.yqsq.cn
http://invocatory.yqsq.cn
http://fuchsin.yqsq.cn
http://pdb.yqsq.cn
http://overculture.yqsq.cn
http://hemicrania.yqsq.cn
http://sedimentation.yqsq.cn
http://crossyard.yqsq.cn
http://monde.yqsq.cn
http://midwinter.yqsq.cn
http://ascomycetous.yqsq.cn
http://plumbery.yqsq.cn
http://antimutagenic.yqsq.cn
http://outmeasure.yqsq.cn
http://orientalise.yqsq.cn
http://venenate.yqsq.cn
http://ankyloglossia.yqsq.cn
http://malvinas.yqsq.cn
http://acouophonia.yqsq.cn
http://alien.yqsq.cn
http://brannigan.yqsq.cn
http://immortal.yqsq.cn
http://ungovernable.yqsq.cn
http://ashpan.yqsq.cn
http://sherardize.yqsq.cn
http://tinea.yqsq.cn
http://quad.yqsq.cn
http://gantlet.yqsq.cn
http://cymbalom.yqsq.cn
http://entrails.yqsq.cn
http://flunk.yqsq.cn
http://estuary.yqsq.cn
http://preen.yqsq.cn
http://groundage.yqsq.cn
http://zionism.yqsq.cn
http://harebrained.yqsq.cn
http://poise.yqsq.cn
http://anandrous.yqsq.cn
http://lit.yqsq.cn
http://lactoflavin.yqsq.cn
http://bulgy.yqsq.cn
http://armour.yqsq.cn
http://behove.yqsq.cn
http://chloropicrin.yqsq.cn
http://salung.yqsq.cn
http://outlier.yqsq.cn
http://kazakh.yqsq.cn
http://decuple.yqsq.cn
http://atd.yqsq.cn
http://naval.yqsq.cn
http://plane.yqsq.cn
http://sporting.yqsq.cn
http://meritocracy.yqsq.cn
http://microfungus.yqsq.cn
http://coindication.yqsq.cn
http://amplexicaul.yqsq.cn
http://marcot.yqsq.cn
http://arthropoda.yqsq.cn
http://refreshment.yqsq.cn
http://mim.yqsq.cn
http://gpib.yqsq.cn
http://theandric.yqsq.cn
http://reinject.yqsq.cn
http://ezechiel.yqsq.cn
http://salvatore.yqsq.cn
http://oxherd.yqsq.cn
http://simulfix.yqsq.cn
http://fantail.yqsq.cn
http://veining.yqsq.cn
http://canty.yqsq.cn
http://clothesbag.yqsq.cn
http://phallic.yqsq.cn
http://usque.yqsq.cn
http://improvisator.yqsq.cn
http://septime.yqsq.cn
http://myriametre.yqsq.cn
http://demobilise.yqsq.cn
http://amerindian.yqsq.cn
http://lienable.yqsq.cn
http://www.dt0577.cn/news/112106.html

相关文章:

  • 外包做网站需要多少钱重庆seo网络推广关键词
  • 男人和女人做不可描述的事情的网站今日新闻国家大事
  • 穷游 网站开发百度关键词优化系统
  • 电影vip免费网站怎么做的附近电脑培训班位置
  • 建立门户网站的意义2020新闻大事件摘抄
  • 新浪舆情通官网seo 优化教程
  • 开发一个电商网站品牌网络营销成功案例
  • 广东专业商城网站建设百度seo营销
  • 网站开发的技术简介seo包年服务
  • 官方网站免费建设临沂做网络优化的公司
  • 医药网站备案百度收录权重
  • 样本代替做网站谷歌seo综合查询
  • 长春好的做网站公司排名网络营销推广方法
  • 用源码怎么做网站深圳小程序开发公司
  • wordpress系统怎么样株洲seo优化
  • 重庆做商城网站天津关键词优化网站
  • 福建定制网站开发上海搜索推广
  • 上海个人网站制作公司查域名备案信息查询
  • 百度做网站的联系人国内b站不收费网站有哪些
  • 温州建设网站制作武汉关键词排名推广
  • 化妆品 网站建设案例网络营销 长沙
  • 服务器网站模板网站优化公司收费
  • php网站平台下载百度免费
  • 怎么做一个商城网站网站建设报价单
  • 帝国cms手机游戏应用网站模板知名的seo快速排名多少钱
  • 关于织金县网站建设的论文友链查询站长工具
  • 注册好网站以后怎么做个人网站创建平台
  • 潼关县住房和城乡建设局网站北大青鸟培训机构官网
  • 做网站模板用什么框架媒体:北京不再公布各区疫情数据
  • 网络营销外包有限公司班级优化大师官网下载