Sysop:Iodine

Aus immerda
Zur Navigation springen Zur Suche springen

Server

apt-get install iodine
vi /etc/default/iodine
  IODINED_ARGS="-c 10.1.1.1 tunnel.example.com"
  IODINED_PASSWORD="MY_PASSWORD"
/etc/init.d/iodine start

If you want to route traffic over you iodine server you need now to setup masquerading etc. on the server.

DNS Entry

tunnel		IN	NS	server.example.com.		; note the dot!
server		IN	A	1.2.3.4

Client

apt-get install iodine ipcalc
cat /etc/default/iodine-client
 subdomain=tunnel.example.com
 passwd=MY_PASSWORD
iodine-client-start