iptables rule for dyndns host
Goal Add a iptables rule for a dynamic changing IP with an associated dyndns host. How to make your computer register your changing IP #apt-get install inadyn Create a /etc/inadyn.conf #cat /etc/inadyn.conf --username ******** --password ******** --update_period 60000 --alias *****.dyndns.org --background Start the process: /usr/sbin/inadyn Make it start at reboot: #crontab -l @reboot /usr/sbin/inadyn First idea Use the hostname directly in iptables. There are 2 problems: the iptables manual says (quote): -s, --source [!...