Is there any software to check what is blocking connection ?

Started by
9 comments, last by hplus0603 10 years ago

I have no router

at least the ones that you play in broswers

I've noticed that my computers have same IP address


It seems that you need to read up on:
- how IP, UDP, and TCP addressing works
- how sockets networking versus browser networking works
- how Internet routing works
- what NAT is
- and what "internal" versus "external" IP addresses are in the context of NAT

Once you've read up on those things, you should be easily able to figure out your original problem.
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement