Changes

Jump to: navigation, search

Iodine

210 bytes added, 15:30, 11 January 2019
VTLUUG's DNS tunnel
'''iodine''' is a DNS tunnel that encapsulates IPv4 network traffic inside the DNS protocol.<ref> https://github.com/yarrick/iodine</ref> This is useful in coffee shops and other public wifi places that use a captive portal but do not block DNS requests.
== VTLUUG's DNS tunnel ==
Using the tunnel requires a TUN/TAP interface and the iodine package.
sudo iodine -f acidburn.vtluug.org iod.vtluug.org
Then enter the password on the prompt. This sets up a 10.15298.7810.0/27 24 tunneled network over DNS. From there ssh into 10.15298.7810.10, which is acidburn's address and set up a SOCKS proxy.:
ssh bobandrob@10.15298.7810.1 -D 8080 Most web browsers allow you to manually set a SOCKS proxy host & port within the browser settings to proxy all your web traffic through.
As long as the iodine connection was made this will allow you to tunnel your network traffic encrypted around the captive portal.
==References==
 
[[Category:VTLUUG:Projects]]
[[Category:Infrastructure]]
[[Category:Services]]
[[Category:Needs restorationHowtos]][[Category:Software]]

Navigation menu