Changeset 72aedb
- Timestamp:
- 07/16/09 11:12:20 (3 years ago)
- Branches:
- master
- Children:
- f86182
- Parents:
- 23dc3f
- git-author:
- Erik Ekman <yarrick@…> (07/16/09 11:12:20)
- git-committer:
- Erik Ekman <erik@…> (02/04/12 20:34:02)
- Files:
-
- 2 edited
-
README (modified) (1 diff)
-
man/iodine.8 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
README
rff86ef r72aedb 65 65 MISC. INFO: 66 66 67 Try experimenting with the MTU size (-m option) to get maximum bandwidth. It is 68 set to 1024 by default, which seems to work with most DNS servers. If you have 69 problems, try setting it to 220 as this ensures all packets to be < 512 bytes. 70 Some DNS servers enforce a 512 byte packet limit, and this is probably the case 71 if you can ping through the tunnel but not login via SSH. 67 Routing: 68 The normal case is to route all traffic through the DNS tunnel. To do this, first 69 add a route to the nameserver you use with the default gateway as gateway. Then 70 replace the default gateway with the servers IP address within the DNS tunnel, 71 and configure the server to do NAT. 72 73 MTU issues: 74 These issues should be solved now, with automatic fragmentation of downstream 75 packets. There should be no need to set the MTU explicitly on the server. 72 76 73 77 If you have problems, try inspecting the traffic with network monitoring tools 74 78 and make sure that the relaying DNS server has not cached the response. A 75 79 cached error message could mean that you started the client before the server. 80 The -D option on the server can also show received and sent queries. 81 82 The iodined server replies to NS requests sent for subdomains of the tunnel 83 domain. If your domain is tunnel.com, send a NS request for foo.tunnel.com 84 to see if the delegation works. dig is a good tool for this: 85 dig -t NS foo123.tunnel.com 76 86 77 87 The upstream data is sent gzipped encoded with Base32, or Base64 if the relay -
man/iodine.8
rd5acb5 r72aedb 230 230 and configure the server to do NAT. 231 231 .TP 232 .B Troubleshooting: 233 Use the \-D option on the server to show received and sent queries, or a 234 tool like Wireshark/tcpdump. The iodined server replies to NS requests sent for 235 subdomains of the tunnel domain. If your domain is tunnel.com, send a NS 236 request for foo.tunnel.com to see if the delegation works. dig is a good tool 237 for this: dig \-t NS foo123.tunnel.com 238 .TP 232 239 .B MTU issues: 233 240 These issues should be solved now, with automatic fragmentation of downstream
Note: See TracChangeset
for help on using the changeset viewer.
