View previous topic :: View next topic |
Author |
Message |
paziu Tux's lil' helper
Joined: 24 Nov 2006 Posts: 78
|
Posted: Wed Feb 16, 2011 4:12 pm Post subject: tracepath - packet length (bug?) |
|
|
hello,
this is an example output of tracepath with a specified pktlen:
Quote: |
# tracepath -l 28 10.100.100.4
Error: length must be >= 28
# tracepath -l 29 10.100.100.4
1: 10.0.0.1 0.464ms
2: 10.100.100.1 9.557ms
3: somehost.com 15.503ms reached
Resume: pmtu 29 hops 3 back 62
|
I did not know that 28 is not >= 28
paziu
ping utility, iputils-sss20100418
2.6.36-gentoo-r1
x86_64 |
|
Back to top |
|
|
gerdesj l33t
Joined: 29 Sep 2005 Posts: 622 Location: Yeovil, Somerset, UK
|
Posted: Fri Feb 18, 2011 12:35 am Post subject: Re: tracepath - packet length (bug?) |
|
|
paziu wrote: | hello,
this is an example output of tracepath with a specified pktlen:
Quote: |
# tracepath -l 28 10.100.100.4
Error: length must be >= 28
# tracepath -l 29 10.100.100.4
1: 10.0.0.1 0.464ms
2: 10.100.100.1 9.557ms
3: somehost.com 15.503ms reached
Resume: pmtu 29 hops 3 back 62
|
I did not know that 28 is not >= 28
paziu
ping utility, iputils-sss20100418
2.6.36-gentoo-r1
x86_64 |
Sorry mate, but 28 *is* greater than OR EQUAL to 28
Cheers
Jon |
|
Back to top |
|
|
Etal Veteran
Joined: 15 Jul 2005 Posts: 1932
|
Posted: Fri Feb 18, 2011 12:44 am Post subject: Re: tracepath - packet length (bug?) |
|
|
gerdesj wrote: |
Sorry mate, but 28 *is* greater than OR EQUAL to 28
Cheers
Jon |
But tracepath disagrees _________________ “And even in authoritarian countries, information networks are helping people discover new facts and making governments more accountable.”– Hillary Clinton, Jan. 21, 2010 |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23082
|
|
Back to top |
|
|
|