Q: What kind of traversing FreeCap does?
A: Via FreeCap you can traverse only TCP or UDP connections. But UDP only via SOCKSv5, only via one proxy, and without NAT in the middle.
Others protocols (such as icmp, igmp etc) unable to traversing by architecture and RFC restrictions.
|
Q: Why UDP traversing doesn't work through NAT? (or: Why UDP chaining is not possible?)
A: Because in UDP traversing I should know what port will be used as 'source-port' of the outgoing datagrams.
If there're NAT in the middle, I unable to know it. it's ideology of NAT -- modify packets with setting new
src-port for matching with IP in the internal tables when packet will arrived from Internet.
This is also a reason why UDP 'chaining' is not possible through set of SOCKSv5 servers.
|
Q: Give me please proxy list(s)
A: www.google.com.
|
Q: I have working HTTP proxy (tested recently), but I unable to connect to any site trought FreeCap with this proxy. InternetExplorer deals with this proxy, but FreeCap doesn't. Why?
A: Here common problem with HTTP proxy at the users. There'is two types of HTTP proxies:
"normal" i.e. cached proxy which doesn't support traversing, and proxy that supports.
Freecap required HTTP proxy that supports e.g. "CONNECT method".
|
Q: My FreeCap doesn't work! I run the NNN program, but connection is refued (or "Page cannot be displayed", etc)
A: There are some possible reasons.
- Is your proxy still alive?
- If you sit in the LAN and trying to establish tunnel from Internet back to LAN.
For example: You run via FreeCap the Internet Explorer with HTTP proxy 192.168.0.1 set in IE settings
- Maybe your ISP have e.g. transparent proxy? (This situation is most possible)
- Maybe your SOCKS/HTTP proxy required authorization and you forget about it?
- If none of above then it's good idea to turn on logging in FreeCap.
|
Q: My FTP doens't work! Connection with server is ok but I don't see any directory/files!
A: You should enable "passive mode" in your FTP client. Check out documentation to your FTP client.
|
Q: FreeCap crashes!
A: You should contact with FreeCap developer. And send the detailed information:
- OS and service pack if available
- What program crashes?
- Screenshot of error message if available
- Packed FreeCap's LOG file
- And detailed information about your steps before crash.
|
|