Только что протестировал:
pc -> dfl200 -> pptpserver <-> pc1
Между pptpserver и pc1 зациклен маршрут 5.5.5.5
С машины пингую 5.5.5.5. Сооствественно трафик идёт в тунель, там кольцуется, а т.к. пинговал с параметром -m 2(ttl=2) то ответ получил быстро:
MBS# ping -m2 5.5.5.5
PING 5.5.5.5 (5.5.5.5): 56 data bytes
36 bytes from 192.168.150.1: Time to live exceeded
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
4 5 00 5400 cb41 0 0000 01 01 229f 192.168.1.23 5.5.5.5
вот дамп, если интересно:
MBS# tcpdump -n
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on rl0, link-type EN10MB (Ethernet), capture size 96 bytes
18:16:05.530723 IP 192.168.1.23 > 5.5.5.5: ICMP echo request, id 27860, seq 0, length 64
18:16:05.532764 IP 192.168.150.1 > 192.168.1.23: ICMP time exceeded in-transit, length 36
18:16:06.531273 IP 192.168.1.23 > 5.5.5.5: ICMP echo request, id 27860, seq 1, length 64
18:16:06.533135 IP 192.168.150.1 > 192.168.1.23: ICMP time exceeded in-transit, length 36
Вот трасерт
MBS# traceroute -P ICMP 5.5.5.5
traceroute to 5.5.5.5 (5.5.5.5), 64 hops max, 60 byte packets
1 * * *
2 192.168.150.1 (192.168.150.1) 1.866 ms 1.666 ms 1.612 ms
3 192.168.100.227 (192.168.100.227) 1.910 ms 2.156 ms 1.966 ms
4 * * *
5 192.168.100.227 (192.168.100.227) 2.441 ms 2.243 ms 2.207 ms
6 * * *
7 192.168.100.227 (192.168.100.227) 2.806 ms 2.549 ms 2.502 ms
8 * * *
9 192.168.100.227 (192.168.100.227) 2.985 ms 2.824 ms 2.784 ms
Насчёт звездочек я Вам уже говорил.
|