欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Linux traceroute命令使用詳解

 更新時(shí)間:2019年12月13日 14:25:37   作者:小a玖拾柒  
這篇文章主要介紹了Linux traceroute命令使用詳解,文中通過示例代碼介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)學(xué)習(xí)吧

traceroute我們可以知道信息從你的計(jì)算機(jī)到互聯(lián)網(wǎng)另一端的主機(jī)是走的什么路徑。當(dāng)然每次數(shù)據(jù)包由某一同樣的出發(fā)點(diǎn)(source)到達(dá)某一同樣的目的地(destination)走的路徑可能會(huì)不一樣,但基本上來說大部分時(shí)候所走的路由是相同的。

常見命令參數(shù)

Options:
 -4             Use IPv4
 -6             Use IPv6
 -d --debug         Enable socket level debugging
 -F --dont-fragment     Do not fragment packets
 -f first_ttl --first=first_ttl
               Start from the first_ttl hop (instead from 1)
 -g gate,... --gateway=gate,...
               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
 -i device --interface=device
               Specify a network interface to operate with
 -m max_ttl --max-hops=max_ttl
               Set the max number of hops (max TTL to be
               reached). Default is 30
 -N squeries --sim-queries=squeries
               Set the number of probes to be tried
               simultaneously (default is 16)
 -n             Do not resolve IP addresses to their domain names
 -p port --port=port    Set the destination port to use. It is either
               initial udp port value for "default" method
               (incremented by each probe, default is 33434), or
               initial seq for "icmp" (incremented as well,
               default from 1), or some constant destination
               port for other methods (with default of 80 for
               "tcp", 53 for "udp", etc.)
 -t tos --tos=tos      Set the TOS (IPv4 type of service) or TC (IPv6
               traffic class) value for outgoing packets
 -l flow_label --flowlabel=flow_label
               Use specified flow_label for IPv6 packets
 -w waittime --wait=waittime
               Set the number of seconds to wait for response to
               a probe (default is 5.0). Non-integer (float
               point) values allowed too
 -q nqueries --queries=nqueries
               Set the number of probes per each hop. Default is
               3
 -r             Bypass the normal routing and send directly to a
               host on an attached network
 -s src_addr --source=src_addr
               Use source src_addr for outgoing packets
 -z sendwait --sendwait=sendwait
               Minimal time interval between probes (default 0).
               If the value is more than 10, then it specifies a
               number in milliseconds, else it is a number of
               seconds (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 and
               print results directly after the corresponding
               addresses
 -M name --module=name   Use specified module (either builtin or external)
               for traceroute operations. Most methods have
               their shortcuts (`-I' means `-M icmp' etc.)
 -O OPTS,... --options=OPTS,...
               Use module-specific option OPTS for the
               traceroute module. Several OPTS allowed,
               separated by comma. If OPTS is "help", print info
               about available options
 --sport=num         Use source port num for outgoing packets. Implies
               `-N 1'
 -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 port
               is 53)
 -P prot --protocol=prot  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 and
               print if it differs
 -V --version        Print version info and exit
 --help           Read this help and exit

常見命令展示

多命令使用

traceroute -n -m 5 -q 4 -w 3 www.baidu.com

說明: -n 顯示IP地址,不查主機(jī)名, -m 設(shè)置跳數(shù)

-q 4每個(gè)網(wǎng)關(guān)發(fā)送4個(gè)數(shù)據(jù)包 -w 把對(duì)外發(fā)探測(cè)包的等待響應(yīng)時(shí)間設(shè)置為3秒

探測(cè)包使用的基本UDP端口設(shè)置6888

traceroute -p 6888 www.baidu.com

繞過正常的路由表,直接發(fā)送到網(wǎng)絡(luò)相連的主機(jī)

traceroute -r www.baidu.com

以上就是本文的全部內(nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

  • Ubuntu下如何創(chuàng)建XFS文件系統(tǒng)的LVM詳解

    Ubuntu下如何創(chuàng)建XFS文件系統(tǒng)的LVM詳解

    這篇文章主要給大家介紹了關(guān)于在Ubuntu下如何創(chuàng)建XFS文件系統(tǒng)的LVM的相關(guān)資料,文中通過示例代碼介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)學(xué)習(xí)吧
    2018-10-10
  • Apache shiro的簡單介紹與使用教程(與spring整合使用)

    Apache shiro的簡單介紹與使用教程(與spring整合使用)

    Apache Shiro是一個(gè)強(qiáng)大而靈活的開源安全框架,它能夠干凈利落地處理身份認(rèn)證,授權(quán),企業(yè)會(huì)話管理和加密這篇文章給大家介紹了Apache shiro的簡單介紹與使用教程(與spring整合使用),感興趣的朋友一起看看吧
    2017-10-10
  • linux文件管理命令實(shí)例分析【顯示、查看、統(tǒng)計(jì)等】

    linux文件管理命令實(shí)例分析【顯示、查看、統(tǒng)計(jì)等】

    這篇文章主要介紹了linux文件管理命令,結(jié)合實(shí)例形式分析Linux文件管理的顯示、查看、統(tǒng)計(jì)等相關(guān)操作命令使用技巧,需要的朋友可以參考下
    2020-03-03
  • 一步步教你配置并使用Xshell7免費(fèi)版

    一步步教你配置并使用Xshell7免費(fèi)版

    想要輕松掌握一款強(qiáng)大的終端仿真器嗎?恭喜你找到了答案!本指南將一步步教你如何配置并使用?Xshell7?免費(fèi)版,無論是新手還是資深用戶,都能在這里找到實(shí)用技巧和驚喜,立即跟隨我們的腳步,探索?Xshell7?的魅力吧!讓我們一起開啟高效運(yùn)維之旅!
    2024-01-01
  • Centos7中添加、刪除Swap交換分區(qū)的方法

    Centos7中添加、刪除Swap交換分區(qū)的方法

    Swap空間的作用是當(dāng)系統(tǒng)的物理內(nèi)存不夠用的時(shí)候,就需要將物理內(nèi)存中的一部分空間釋放出來,以供當(dāng)前運(yùn)行的程序使用。這篇文章主要給大家介紹了關(guān)于Centos7中添加、刪除Swap交換分區(qū)的相關(guān)資料,以及Centos7下增加swap分區(qū)大小的方法,需要的朋友可以參考下。
    2018-04-04
  • 寶塔多個(gè)版本PHP切換默認(rèn)PHP版本

    寶塔多個(gè)版本PHP切換默認(rèn)PHP版本

    這篇文章主要介紹了寶塔多個(gè)版本PHP切換默認(rèn)PHP版本的方法,需要的朋友可以參考下
    2023-08-08
  • Linux安裝NFS全過程

    Linux安裝NFS全過程

    這篇文章主要介紹了Linux安裝NFS全過程,具有很好的參考價(jià)值,希望對(duì)大家有所幫助,如有錯(cuò)誤或未考慮完全的地方,望不吝賜教
    2023-11-11
  • CentOS 6.3安裝配置Weblogic-10方法

    CentOS 6.3安裝配置Weblogic-10方法

    這篇文章主要介紹了CentOS 6.3安裝配置Weblogic-10方法,需要的朋友可以參考下
    2014-11-11
  • 基于Linux系統(tǒng)中查看硬件等信息的方法詳解

    基于Linux系統(tǒng)中查看硬件等信息的方法詳解

    本篇文章是對(duì)Linux系統(tǒng)中查看硬件等信息的方法進(jìn)行了詳細(xì)的分析介紹,需要的朋友參考下
    2013-06-06
  • 詳解Mac自帶apache配置

    詳解Mac自帶apache配置

    Mac自身帶了apache,可以直接用來搭建本地web容器,配置過程基本同于windows,但有幾個(gè)點(diǎn)需要注意一下(避免踩坑)
    2017-06-06

最新評(píng)論