做互联网网站赚钱吗,wordpress换域名换服务器,网站首页上海网站建设公司,wordpress 添加付款目录
一、traceroute概述
二、语法
1、基本语法
2、命令选项
三、帮助信息
四、示例
1. 使用默认模式#xff08;ICMP Echo#xff09;追踪到目标主机
2. 使用UDP模式#xff08;需要root权限#xff09;追踪到目标主机
3. 不解析IP地址为主机名#xff0c;直接显…目录
一、traceroute概述
二、语法
1、基本语法
2、命令选项
三、帮助信息
四、示例
1. 使用默认模式ICMP Echo追踪到目标主机
2. 使用UDP模式需要root权限追踪到目标主机
3. 不解析IP地址为主机名直接显示IP地址
4. 探测包使用UDP端口设置为6888
5. 设置查询次数为n次
6、跳数设置为m次
五、输出结果解释
六、工作原理
七、Traceroute的安装
八、使用traceroute的注意事项 一、traceroute概述 在Linux系统下traceroute是一个网络诊断工具用于追踪一个数据包从源点到目的地所经过的路由路径。它通过向目的地发送一系列的 UDP 或 ICMP 数据包并记录每个数据包所经过的路由器来显示数据包到达目的地的路径。 二、语法
1、基本语法 traceroute的基本语法如下 traceroute [选项] 目标主机 其中 [选项] 是可选的参数用于定制traceroute的行为 目标主机 可以是目标主机的域名或IP地址。
2、命令选项 Traceroute常用选项如下 -I使用ICMP Echo模式发送数据包。这是traceroute命令的默认模式。 -U使用UDP模式发送数据包。该模式下的traceroute命令需要以root权限运行。 -T使用TCP模式发送数据包。同样该模式下的traceroute命令需要以root权限运行。 -n不要解析IP地址为主机名以IP地址形式显示主机名。 -s 源地址指定源地址可以是主机名或IP地址。 -p 端口号指定源端口以查找防火墙规则或过滤器的规则对目标主机的响应是否过滤。默认端口号通常为33434UDP模式。 -q 查询次数设置查询次数默认值为3。每次查询会增加TTL值直到到达目标主机或达到最大的TTL值。 -m 跳数设置最大的TTL值默认值为30。该值指定了数据包能经过的最大路由器数量。当数据包的TTL值达到该值时数据包会被丢弃。 -w 等待时间指定每个数据包的超时时间。 三、帮助信息 在linux的命令行输入 traceroute --help 结果如下
[rootlocalhost ~]# traceroute --help
Usage:traceroute [ -46dFITnreAUDV ] [ -f first_ttl ] [ -g gate,... ] [ -i device ] [ -m max_ttl ] [ -N squeries ] [ -p port ] [ -t tos ] [ -l flow_label ] [ -w waittime ] [ -q nqueries ] [ -s src_addr ] [ -z sendwait ] [ --fwmarknum ] host [ packetlen ]
Options:-4 Use IPv4-6 Use IPv6-d --debug Enable socket level debugging-F --dont-fragment Do not fragment packets-f first_ttl --firstfirst_ttlStart from the first_ttl hop (instead from 1)-g gate,... --gatewaygate,...Route packets through the specified gateway(maximum 8 for IPv4 and 127 for IPv6)-I --icmp Use ICMP ECHO for tracerouting-T --tcp Use TCP SYN for tracerouting (default port is 80)-i device --interfacedeviceSpecify a network interface to operate with-m max_ttl --max-hopsmax_ttlSet the max number of hops (max TTL to bereached). Default is 30-N squeries --sim-queriessqueriesSet the number of probes to be triedsimultaneously (default is 16)-n Do not resolve IP addresses to their domain names-p port --portport Set the destination port to use. It is eitherinitial udp port value for default method(incremented by each probe, default is 33434), orinitial seq for icmp (incremented as well,default from 1), or some constant destinationport for other methods (with default of 80 fortcp, 53 for udp, etc.)-t tos --tostos Set the TOS (IPv4 type of service) or TC (IPv6traffic class) value for outgoing packets-l flow_label --flowlabelflow_labelUse specified flow_label for IPv6 packets-w waittime --waitwaittimeSet the number of seconds to wait for response toa probe (default is 5.0). Non-integer (floatpoint) values allowed too-q nqueries --queriesnqueriesSet the number of probes per each hop. Default is3-r Bypass the normal routing and send directly to ahost on an attached network-s src_addr --sourcesrc_addrUse source src_addr for outgoing packets-z sendwait --sendwaitsendwaitMinimal time interval between probes (default 0).If the value is more than 10, then it specifies anumber in milliseconds, else it is a number ofseconds (float point values allowed too)-e --extensions Show ICMP extensions (if present), including MPLS-A --as-path-lookups Perform AS path lookups in routing registries andprint results directly after the correspondingaddresses-M name --modulename Use specified module (either builtin or external)for traceroute operations. Most methods havetheir shortcuts (-I means -M icmp etc.)-O OPTS,... --optionsOPTS,...Use module-specific option OPTS for thetraceroute module. Several OPTS allowed,separated by comma. If OPTS is help, print infoabout available options--sportnum Use source port num for outgoing packets. Implies-N 1--fwmarknum Set firewall mark for outgoing packets-U --udp Use UDP to particular port for tracerouting(instead of increasing the port per each probe),default port is 53-UL Use UDPLITE for tracerouting (default dest portis 53)-D --dccp Use DCCP Request for tracerouting (default portis 33434)-P prot --protocolprot Use raw packet of protocol prot for tracerouting--mtu Discover MTU along the path being traced. Implies-F -N 1--back Guess the number of hops in the backward path andprint if it differs-V --version Print version info and exit--help Read this help and exitArguments:host The host to traceroute topacketlen The full packet length (default is the length of an IPheader plus 40). Can be ignored or increased to a minimalallowed value
[rootlocalhost ~]#
[rootlocalhost ~]#四、示例
1. 使用默认模式ICMP Echo追踪到目标主机 traceroute www.vidisit.cn 实际操作如下
[rootlocalhost ~]# traceroute vidisit.cn
traceroute to vidisit.cn (118.123.16.102), 30 hops max, 60 byte packets1 gateway (192.168.1.254) 0.563 ms 0.667 ms 0.824 ms2 221.225.102.1 (221.225.102.1) 5.111 ms 5.075 ms 5.067 ms3 141.124.111.202.dial.sz.js.dynamic.163data.com.cn (202.111.124.141) 8.588 ms 8.627 ms 8.651 ms4 222.92.174.181 (222.92.174.181) 9.041 ms 9.085 ms 9.097 ms5 202.97.15.134 (202.97.15.134) 34.176 ms 35.279 ms 202.97.93.102 (202.97.93.102) 32.934 ms6 * * *7 * * *8 * * *9 * * *
10 118.123.16.102 (118.123.16.102) 34.674 ms !X 35.554 ms !X 34.200 ms !X
[rootlocalhost ~]#
[rootlocalhost ~]#2. 使用UDP模式需要root权限追踪到目标主机 sudo traceroute -U vidisit.cn 实际操作如下
[rootlocalhost ~]# traceroute -U vidisit.cn
traceroute to vidisit.cn (118.123.16.102), 30 hops max, 60 byte packets1 gateway (192.168.1.254) 0.572 ms 0.641 ms 0.789 ms2 221.225.102.1 (221.225.102.1) 5.238 ms 5.261 ms 5.297 ms3 141.124.111.202.dial.sz.js.dynamic.163data.com.cn (202.111.124.141) 9.637 ms 9.673 ms 9.708 ms4 * * *5 202.97.15.134 (202.97.15.134) 34.953 ms * 202.97.15.138 (202.97.15.138) 35.193 ms6 * * *7 * * *8 * * *9 * * *
10 118.123.16.102 (118.123.16.102) 36.319 ms !X 36.426 ms !X 38.104 ms !X
[rootlocalhost ~]#3. 不解析IP地址为主机名直接显示IP地址 命令如下 traceroute -n www.vidisit.cn 4. 探测包使用UDP端口设置为6888 命令如下 traceroute -p 6888 www.vidisit.cn 5. 设置查询次数为n次 也就是把探测包的个数设置为值n命令如下 traceroute -q 5 www.example.com 6、跳数设置为m次 命令如下 traceroute -m 10 www.vidisit.cn 输出如下
[rootlocalhost ~]# traceroute -m 5 vidisit.cn
traceroute to vidisit.cn (118.123.16.102), 5 hops max, 60 byte packets1 gateway (192.168.1.254) 0.518 ms 0.666 ms 0.842 ms2 221.225.102.1 (221.225.102.1) 4.837 ms 4.872 ms 4.913 ms3 141.124.111.202.dial.sz.js.dynamic.163data.com.cn (202.111.124.141) 9.723 ms 9.761 ms 9.801 ms4 * * *5 202.97.93.110 (202.97.93.110) 33.380 ms 202.97.15.110 (202.97.15.110) 35.038 ms 202.97.92.250 (202.97.92.250) 34.232 ms
[rootlocalhost ~]#五、输出结果解释 traceroute的输出结果通常分为多列每列代表一个“跳点”即数据包经过的路由器或主机。每一行代表一个跳点通常包括 1跳点的序号从1开始。 2该跳点的IP地址。 3主机名如果使用了-n选项则不会显示主机名。 4三个时间值ms分别代表三次尝试到达该跳点所需的时间。如果某个时间值为星号则表示该次尝试超时。 六、工作原理 Traceroute的工作原理主要基于ICMPInternet Control Message Protocol和IP头部的TTLTime To Live字段。如下图所示 Traceroute通过发送不同TTL值的IP数据包来追踪数据包从源主机源主机SA到目的主机目标主机DA所经过的路由。 具体来说第一步Traceroute首先发送一个TTL为1的IP数据包这个数据包的TTL每经过一个路由器时减1直到TTL变为0此时路由器会将该数据包丢弃并返回一个ICMP超时消息给源主机。Traceroute接收到这个ICMP消息后就知道该路由器存在于路径上。 接着第2步Traceroute会发送下一个TTL为2的IP数据包以此类推直到数据包到达目的主机目标主机DA。 当数据包到达目的主机目标主机DA时目的主机的操作系统会返回一个ICMP不可达消息因为目的主机的端口号通常不会用于Traceroute发送的UDP数据包。这样Traceroute就能知道目的主机已经到达。 此外Traceroute还可以通过发送UDP数据包来检测目的主机的可达性。这些UDP数据包的端口号通常是一个大于30000的随机值以避免与常规应用程序的端口冲突。当这些UDP数据包到达目的主机时目的主机的操作系统会返回一个ICMP不可达消息表明UDP数据包的目的端口不可达。 Traceroute通过这种方式可以记录下从源主机到目的主机所经过的每个路由器的IP地址以及每个路由器处理数据包的时间。这样用户就可以看到数据包从源到目的地的完整路径。
七、Traceroute的安装 在CentOS系统中traceroute 通常可以通过包管理器安装。对于大多数CentOS版本traceroute 可能已经预装如果没有安装可以使用 yum 包管理器安装。 sudo yum install traceroute 实际操作如下
[rootlocalhost ~]# yum install traceroute
已加载插件fastestmirror
Determining fastest mirrors
epel/x86_64/metalink | 6.2 kB 00:00:00* base: mirrors.ustc.edu.cn* epel: mirrors.tuna.tsinghua.edu.cn* extras: mirrors.nju.edu.cn* updates: mirrors.nju.edu.cn
base | 3.6 kB 00:00:00
epel | 4.3 kB 00:00:00
extras | 2.9 kB 00:00:00
updates | 2.9 kB 00:00:00
(1/4): epel/x86_64/updateinfo | 1.0 MB 00:00:02
(2/4): updates/7/x86_64/primary_db | 27 MB 00:00:03
(3/4): epel/x86_64/group | 399 kB 00:00:03
(4/4): epel/x86_64/primary_db | 8.7 MB 00:00:19
正在解决依赖关系
-- 正在检查事务
--- 软件包 traceroute.x86_64.3.2.0.22-2.el7 将被 安装
-- 解决依赖关系完成依赖关系解决Package 架构 版本 源 大小正在安装:traceroute x86_64 3:2.0.22-2.el7 base 59 k事务概要安装 1 软件包总下载量59 k
安装大小92 k
Is this ok [y/d/N]: y
Downloading packages:
traceroute-2.0.22-2.el7.x86_64.rpm | 59 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction正在安装 : 3:traceroute-2.0.22-2.el7.x86_64 1/1验证中 : 3:traceroute-2.0.22-2.el7.x86_64 1/1已安装:traceroute.x86_64 3:2.0.22-2.el7完毕
[rootlocalhost ~]#
[rootlocalhost ~]#八、使用traceroute的注意事项 在使用UDP或TCP模式时traceroute可能会受到防火墙或安全设备的限制因为这些模式需要发送额外的数据包。 ICMP Echo模式默认模式通常较为通用但也可能在某些情况下受到限制。 在使用traceroute命令时请确保您有权访问目标主机并尊重目标主机的网络安全策略。 文章正下方可以看到我的联系方式鼠标“点击” 下面的 “威迪斯特-就是video system 微信名片”字样就会出现我的二维码欢迎沟通探讨。