Mathias Morbitzer
2015-04-01 13:47:57 UTC
Hi IPv6 hackers,
I would like to asses the fragmentation ID assignment policy (incremental, random, per-host/local counter, ...) of a remote host. For this, I need the host to send me multiple packets with the extension header for fragmentation. Now, my question is how to make the remote host respond with the extension header?
1) The first possibility would the a ICMPv6 Echo Request with a lot of data. However, the Windows firewall blocks those by default, and also other firewalls tend to filter Echo Requests.
2) Another thing I thought about were atomic fragments. However, since those are basically deprecated and also cause issues with some hosts, I think this is also not a good solution.
3) The last thing I could come up with where services like DNS, which also tend to reply with a lot of data that needs to be fragmented. However, this would require the remote host to run such a services, and is therefore very limiting.
So I was wondering if somebody has another idea for a probe that I could use to get the extension header for fragmentation in the response?
Thanks for your help,
Mathias
I would like to asses the fragmentation ID assignment policy (incremental, random, per-host/local counter, ...) of a remote host. For this, I need the host to send me multiple packets with the extension header for fragmentation. Now, my question is how to make the remote host respond with the extension header?
1) The first possibility would the a ICMPv6 Echo Request with a lot of data. However, the Windows firewall blocks those by default, and also other firewalls tend to filter Echo Requests.
2) Another thing I thought about were atomic fragments. However, since those are basically deprecated and also cause issues with some hosts, I think this is also not a good solution.
3) The last thing I could come up with where services like DNS, which also tend to reply with a lot of data that needs to be fragmented. However, this would require the remote host to run such a services, and is therefore very limiting.
So I was wondering if somebody has another idea for a probe that I could use to get the extension header for fragmentation in the response?
Thanks for your help,
Mathias