infinet / xt_wgobfs

Iptables WireGuard obfuscation extension
GNU General Public License v2.0
223 stars 24 forks source link

It seems tunnel MTU is affected #3

Closed PatrickstarWritesCode closed 1 year ago

PatrickstarWritesCode commented 1 year ago

I had my tunnel MTU at 1440 before using this obfuscation method and it was working without any issue. After obfuscation the tunnel would come up, handshakes were OK and could ping the other side however the tunnel acted weird and could not get my services running properly on it, another weird symptom was having nearly equal transfer amount on both receive and send in output of wg command. Lowering MTU to 1420 resolved the issue. Just putting it here for anyone who might have this issue.