mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 04:56:07 +03:00
Add mtu info to manpage
This commit is contained in:
parent
9cd33b53c7
commit
641ae4076f
@ -179,6 +179,12 @@ The normal case is to route all traffic through the DNS tunnel. To do this, firs
|
|||||||
add a route to the nameserver you use with the default gateway as gateway. Then
|
add a route to the nameserver you use with the default gateway as gateway. Then
|
||||||
replace the default gateway with the servers IP address within the DNS tunnel,
|
replace the default gateway with the servers IP address within the DNS tunnel,
|
||||||
and configure the server to do NAT.
|
and configure the server to do NAT.
|
||||||
|
.TP
|
||||||
|
.B MTU issues:
|
||||||
|
Some relaying DNS servers enforce a 512 byte packet limit. All larger packets are
|
||||||
|
simply dropped. If you can ping through the tunnel but not login via SSH, this is
|
||||||
|
most likely the case. Set the MTU on the server to 220 to ensure that all packets
|
||||||
|
are less than 512 bytes. This will however greatly affect performance.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
File bugs at http://dev.kryo.se/iodine/
|
File bugs at http://dev.kryo.se/iodine/
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
|
Loading…
Reference in New Issue
Block a user