Hi,
At home I'm running a small gameserver for some friends.
But from my ISP, I get a dynamic IP address (a static one would cost me over 30 euros/month).
I'm already using the no-ip.org service. But the game doesn't stores domain names, he stores IP addresses. So we have to add the server every day again to our ingame favorites list.
Now, because I have a static address on my Linode, I was thinking of using that one and redirecting that traffic to my home address.
I found I could do that be using this config line (I'm using Firehol):
Quote:
nat to-destination myname.no-ip.org proto udp dport 28960
But then I get:
Quote:
iptables v1.3.6: Bad IP address `myname.no'
How can I solve this?