Thread: No Connection.
View Single Post
  #5  
Old 06-27-2009, 09:45 PM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

Quote:
Originally Posted by Yeormom View Post
Actually, you would still be able to connect to a server at port 5998 even if your router is forwarding incoming connections somewhere because you will be opening a socket at different port locally and transversing through NAT.
That's not entirely true. Some routers will behave the way you describe, but that is generally newer, more advanced, routers. Older ones typically will not do a dynamic port forward if there is a predefined static definition.

Quote:
Originally Posted by Yeormom View Post
The only firewall problems that affect the end user is blocking outgoing connections, which tends to occur on your desktop itself.
This also is inaccurate. If the incoming ports are blocked, it will also prevent successful connections. And in most cases, the firewall will take precedence over port forwarding.
Reply With Quote