Dave Wilson wrote:
>
> Okay, I'm not sure what you mean by "Stealthing" but I tried
> putting 113 into my filter list with no luck. Then I tried
> doing Port forwarding to send it to my E-Smith box but that
> made no difference either. What do I look for or what do I
> change to make this work?
When a packet is received, there are three ways of handling it. You can say "yes", you can say "no", or you can just ignore it. A "yes" or "no" response will be returned immediately and allow the connection to carry on, but a scanner would know there's a computer there, even if you are denying any requests to that port. You can also ignore the request, which stealths the port. Instead of replying that you don't accept any connections, it just drops the packet. The other computer has to wait a while before finally deciding there's nothing there. Random scanners will see it as an invalid address, but good connections will be slowed down by the timeout...
By forwarding 113 to a real computer, that should guarantee that some sort of response is being sent back, so the connection can carry on without having to wait for the timeout. You can scan port 113 from the internet side to see what sort of response it's actually getting...