From: Kurt Wagner <kwagner@cosy.sbg.ac.at>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] ping can do DS?????
Date: Fri, 18 May 2001 11:41:15 +0000 [thread overview]
Message-ID: <marc-lartc-99018571731938@msgid-missing> (raw)
In-Reply-To: <marc-lartc-99017166526218@msgid-missing>
Hi,
> I don't have the -Q option for the ping command, what does it doe on your
> system?
as far as I can guess he talkes about Alexy's ping clone from the iputils
package. It is a enhanced ping with more options, like "-Q".
host_10.0.0.1: ping -help
Usage: ping [-LRUbdfnqrvV] [-c count] [-i interval] [-w wait]
[-p pattern] [-s packetsize] [-t ttl] [-I interface address]
[ -T timestamp option ] [ -Q tos ] host
> Know that ping uses a special type of IP packets, ICMP. I wouldn't be
> surprised if the system changes the DS field automaticly.
Jep, the app sets the DS field (the former TOS field) in the IP
header of the ICMP echo request packets to the choosen value (via
setsockopt). Quit useful for (diffserv) testing...
host_10.0.0.1: ping -Q 0x1a 10.0.0.2
PING 10.0.0.2 (10.0.0.2) from 10.0.0.1 : 56(84) bytes of data.
64 bytes from 10.0.0.2 (10.0.0.2): icmp_seq=0 ttl$4 timeB.965 msec
host_10.0.0.2>: tcpdump icmp
10.0.0.1 > 10.0.0.2: icmp: echo request (DF) [tos 0x1a,ECT]
10.0.0.2 > 10.0.0.1: icmp: echo reply (DF) [tos 0x1a,ECT]
And, look - it really works. Heureka! :)
Kurt
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
next prev parent reply other threads:[~2001-05-18 11:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-18 7:38 [LARTC] ping can do DS????? Juergen
2001-05-18 10:23 ` Wingtung.Leung
2001-05-18 11:41 ` Kurt Wagner [this message]
2001-05-18 12:00 ` Juergen Chiu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-99018571731938@msgid-missing \
--to=kwagner@cosy.sbg.ac.at \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.