Hi Philip!
D you happen to know the header size for:
Http Proxy
Stealth Proxy
Anonymous Proxy
Doing some experiment using AnyConnect Coupled with Proxy
Thanks
Encapsulation Header
Not sure, but as far as packet sizes and payloads, they shouldn't be any different than standard VPN packets.
Proxies/HTTP operate at the application layer of the TCP/IP networking model, while TCP/IP packet headers are in the transport/networking layers. Same TCP/IP packets with their 40-byte headers (plus VPN tunneling overhead, if applicable) should carry proxy traffic the same as any other HTTP traffic.
Proxies/HTTP operate at the application layer of the TCP/IP networking model, while TCP/IP packet headers are in the transport/networking layers. Same TCP/IP packets with their 40-byte headers (plus VPN tunneling overhead, if applicable) should carry proxy traffic the same as any other HTTP traffic.
Disclaimer: Please use caution when opening messages, my grasp on reality may have shaken loose during transmission (going on rusty memory circuits), even though my tin foil hat is regularly audited for potential supply chain tampering. I also eat whatever crayons are put in front of me.
๑۩۞۩๑
๑۩۞۩๑
You can always try and test, not sure exactly for your situation. After it is changed, you can do a ping -f test to see if packets get fragmented or not.
If it does change the MTU, it will have significant performance impact. It must be small enough to allow for any tunnel headers in addition to the standard 40-byte TCP/IP headers, typical VPN packets being around 1400 bytes. If you make them too small then the header overhead becomes too significant, if they are too big to fit the payload they have to be split, which adds processing delays, etc.
If it does change the MTU, it will have significant performance impact. It must be small enough to allow for any tunnel headers in addition to the standard 40-byte TCP/IP headers, typical VPN packets being around 1400 bytes. If you make them too small then the header overhead becomes too significant, if they are too big to fit the payload they have to be split, which adds processing delays, etc.
Disclaimer: Please use caution when opening messages, my grasp on reality may have shaken loose during transmission (going on rusty memory circuits), even though my tin foil hat is regularly audited for potential supply chain tampering. I also eat whatever crayons are put in front of me.
๑۩۞۩๑
๑۩۞۩๑