Iodine: Difference between revisions
From charlesreid1
(Created page with "Tunneling IPv4 traffic over DNS. Using this as a desperate measure, since SSL traffic can't seem to punch through this unusually restrictive firewall. ==Pi Client== <pre> a...") |
(→Flags) |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 2: | Line 2: | ||
Using this as a desperate measure, since SSL traffic can't seem to punch through this unusually restrictive firewall. | Using this as a desperate measure, since SSL traffic can't seem to punch through this unusually restrictive firewall. | ||
iodine is the client application, iodined is the server. | |||
==Server== | |||
<pre> | |||
apt-get install iodine | |||
</pre> | |||
<pre> | |||
sudo iodined -c -f 10.0.0.1 -P prettygoodpassword tunnel.reidmachine.party | |||
</pre> | |||
This creates a new network interface with ip 10.0.0.1 (virtual). | |||
==Pi Client== | ==Pi Client== | ||
| Line 8: | Line 23: | ||
apt-get install iodine | apt-get install iodine | ||
</pre> | </pre> | ||
<pre> | |||
sudo iodine -I 50 -f -P secretpassword tunnel.reidmachine.party | |||
</pre> | |||
==Check DNS== | |||
==References== | |||
http://calebmadrigal.com/dns-tunneling-with-iodine/ | |||
==Flags== | |||
[[Category:DNS]] | |||
[[Category:Networking]] | |||
Latest revision as of 15:28, 11 July 2020
Tunneling IPv4 traffic over DNS.
Using this as a desperate measure, since SSL traffic can't seem to punch through this unusually restrictive firewall.
iodine is the client application, iodined is the server.
Server
apt-get install iodine
sudo iodined -c -f 10.0.0.1 -P prettygoodpassword tunnel.reidmachine.party
This creates a new network interface with ip 10.0.0.1 (virtual).
Pi Client
apt-get install iodine
sudo iodine -I 50 -f -P secretpassword tunnel.reidmachine.party
Check DNS
References
http://calebmadrigal.com/dns-tunneling-with-iodine/