Iodine: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
iodine is the client application, iodined is the server. | 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 10: | 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== | |||
Revision as of 09:31, 7 April 2017
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