Thomas Molkenbur schrieb:
> We are not able to reach the homepage http://www.citibank.de.
> The TCP SYN is answered from www.citibank.de with a TCP SYN ACK.
> This TCP SYN ACK is malformed.
> tcpdump says: "IP truncated-ip - 4 bytes missing!" with a window size of
> 0 and missing mss.
> ethereal says: "[Malformed Packet: TCP] with incorrect checksum.
>
Here are the two frames:
Bei mir sieht das Antwortpaket (SYN ACK) noch etwas anders aus.
Hier die Ethereal-Ausgabe des SYN und des SYN ACKs:
Frame 15 (76 bytes on wire, 76 bytes captured)
Linux cooked capture
Internet Protocol, Src Addr: 80.133.151.114 (80.133.151.114), Dst Addr:
192.193.117.25 (192.193.117.25)
Transmission Control Protocol, Src Port: 23302 (23302), Dst Port: http
(80), Seq: 0, Ack: 0, Len: 0
Source port: 23302 (23302)
Destination port: http (80)
Sequence number: 0
Header length: 40 bytes
Flags: 0x0002 (SYN)
Window size: 5808
Checksum: 0xbad2 (correct)
Options: (20 bytes)
Frame 16 (56 bytes on wire, 56 bytes captured)
Linux cooked capture
Internet Protocol, Src Addr: 192.193.117.25 (192.193.117.25), Dst Addr:
80.133.151.114 (80.133.151.114)
Transmission Control Protocol, Src Port: http (80), Dst Port: 23302
(23302), Seq: 144111825, Ack: 1294171179
Source port: http (80)
Destination port: 23302 (23302)
Short segment. Segment/fragment does not contain a full TCP header
(might be NMAP or someone else deliberately sending unusual packets)
Sequence number: 144111825
Acknowledgement number: 1294171179
Header length: 24 bytes
Flags: 0x0012 (SYN, ACK)
Window size: 0
Checksum: 0x5a12 (incorrect, should be 0x5bf3)
Options: (4 bytes)
[Malformed Packet: TCP]
Hope anybody has an idea how to get the router to forward this (Frame 16).
Regards,
Thomas