Encapsulation Header

General discussion related to Cable Modems, DSL, Wireless, Fiber, Mobile Networks, Wireless ISPs, Satellite, or any other type of high-speed Internet connection, general issues and questions here. Review and discuss ISPs as well (AT&T / SBC, BellSouth, Bright House, CableOne, Charter, Comcast, Covad, Cox, Cablevision / Optimum Online, TMobile, Verizon FIOS, Shaw, Telus, Starlink, etc.)
Post Reply
MagikMark
Regular Member
Posts: 100
Joined: Thu Nov 21, 2013 8:57 pm

Encapsulation Header

Post by MagikMark »

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
User avatar
Philip
SG VIP
Posts: 11702
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

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.
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.
๑۩۞۩๑
MagikMark
Regular Member
Posts: 100
Joined: Thu Nov 21, 2013 8:57 pm

Post by MagikMark »

Do you happen to have any experience on the impact of:

"netsh interface ipv4 set subinterface"

on the Tap Adapter? This would effectively change the MTU of the adapter

Care to share?

Thanks again
User avatar
Philip
SG VIP
Posts: 11702
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

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.
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.
๑۩۞۩๑
Post Reply