Results 1 to 5 of 5
I am trying to setup iptable so that any given host can't resolve my IP address. Does anyone know how to implement this in iptables?...
- 10-06-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 3
HOWTO block DNS with iptables
I am trying to setup iptable so that any given host can't resolve my IP address. Does anyone know how to implement this in iptables?
- 10-06-2006 #2Just Joined!
- Join Date
- Oct 2006
- Posts
- 8
You can block dns...
Originally Posted by nexus024
But what you are wanting to do is impossible.
- 10-06-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 3
It is impossible for my address to fail to resolve?
- 10-06-2006 #4Just Joined!
- Join Date
- Oct 2006
- Posts
- 3
Here is what I am trying to do and someone tell me if it is possible.
I run a game server that sends out periodic messages/signals to a master server. These messages tell the master server that it is an active game server and it then adds the servers ip to a list. This list is then displayed when a client refreshes his/her game browser. The problem is that eventually the game servers address will travel so far down this list that it will eventually take forever before it pops up in the browser.
I have found out that if the master server can't resolve the game servers address then it will clear it from its list. The idea is when a message is sent to the master server somehow have iptables setup so it can't resolve my address. Once the address is taken off the list... allow the master server to resolve my address so its re-added.
Please let me know if this is can be implemented somehow on a linux box.
- 10-06-2006 #5
I'm quite sure the master server does a simple ping to your IP address. ICMPs can be blocked with iptables.
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds


Reply With Quote