I have a bunch of IP packets (UDP, ICMP, TCP, SNMP) that I am planning on tunneling from one endpoint to another using a GRE tunnel. Challenge is the tunnel is going to go though a router that only allows TCP traffic, and does check the TCP Established bit on the return.
So, I need to confirm if a GRE tunnel runs over TCP, and would be nice to also know if that checking of the established bit is going to cause me headaches.
Surfed quite a bit on CCO and did not see the data I'm looking for on GRE. If anybody has any thoughts, or knows of any links with the data, I would greatly appreciate it!
Thanks.