description.txt 715 B

12345678910
  1. This scenario enables IPComp compression between roadwarrior <b>carol</b> and
  2. gateway <b>moon</b>. Two IPv6 ICMP requests from <b>carol</b> to <b>alice</b>
  3. check the established tunnel with compression. The packet sizes are different
  4. because the kernel does not compress small packets.<br/>
  5. <b>Note:</b> The kernel applies IPComp after fragmenting the original packet
  6. according to the MTU. Also, because <b>alice</b> does not know about the IPsec
  7. tunnel between <b>moon</b> and <b>carol</b> the response to the first ICMP
  8. request is fragmented in too large fragments and <b>moon</b> sends back ICMPs
  9. with type 2 to notify <b>alice</b> about this (Path MTU Discovery).
  10. The second ping is then answered successfully.