From: Michael F. <Mic...@tb...> - 2002-10-09 08:18:49
|
Sorry for sending this to both lists - which list are you doing localproxy support in Wayne ?? > > Date: Tue, 17 Sep 2002 09:05:46 +0100 > > From: Michael Foord <Mic...@tb...> > > To: wa...@ny... > > Subject: Hello Wayne > > > > They finally did it and cut off all but rudimentary access to the > > internet at work!!! (Not exactly the end of the world I`ll admit!!) > > You need to run master.pl to know what's been done. > make sure they have blocked all the CONNECT possibilities before > you go spending time on the stuff you discuss below. > My boss was away for a while so the IT man switched us over to `ipchains` - which gave me unfettered access AND meant I couldn`t check what they`d done. Sadly my boss has returned so I`m back to a censored connection. Thanks for replying Wayne. Here`s the results of master.pl C:\>cd "program files" C:\Program Files>cd localproxy C:\Program Files\localproxy>perl master.pl I'm assuming this IP address is 192.168.4.67 Most (maybe all) ports are blocked, but we will continue (and assume you are 'connected' to the Internet) ... I'm assuming this IP address is 192.168.4.67 Timeout selected for connect tests: 5.5 Mapping the firewall rules, please wait ... Testing for blocking on port 21 ... blocked Testing for blocking on port 22 ... blocked Testing for blocking on port 23 ... blocked Testing for blocking on port 25 ... open Testing for blocking on port 80 ... blocked Testing for blocking on port 81 ... blocked Testing for blocking on port 82 ... blocked Testing for blocking on port 110 ... open Testing for blocking on port 119 ... blocked Testing for blocking on port 443 ... blocked Testing for blocking on port 1080 ... blocked Testing for blocking on port 3128 ... blocked Testing for blocking on port 6588 ... blocked Testing for blocking on port 7021 ... blocked Testing for blocking on port 7033 ... blocked Testing for blocking on port 7070 ... blocked Testing for blocking on port 7137 ... blocked Testing for blocking on port 7475 ... blocked Testing for blocking on port 8000 ... blocked Testing for blocking on port 8001 ... blocked Testing for blocking on port 8080 ... blocked Testing for blocking on port 8081 ... blocked Testing for blocking on port 8141 ... blocked Testing for blocking on port 8180 ... blocked Testing for blocking on port 8616 ... blocked Testing for blocking on port 8888 ... blocked Testing for blocking on port 8965 ... blocked Testing for blocking on port 9001 ... blocked Testing for blocking on port 9081 ... blocked Testing for blocking on port 9274 ... blocked Testing for blocking on port 9589 ... blocked Testing for blocking on port 10080 ... blocked Testing for blocking on port 14000 ... blocked Saving the results in master.xml Test your ISP proxies now (y or n)? y Proxies found in environment: 192.168.4.1:8080 Checking proxies: 192.168.4.1:8080, dav-serv:8080 Please enter any further proxies to be tested (in addr:port format; for example 123.22.13.24:8080, or proxy.bbb.com:3128). Type one per line and end with a blank line. Checking proxy capabilities ... send() on closed socket PROXY at statProxy.pl line 1016. Your vendor has not defined POSIX macro EWOULDBLOCK, used at statProxy.pl line 1 017 Hangs.......... Interesting result though - I thing my IT must have made an error configuring Superscout this time, I`ve never had an open port before...... Had to exit with ctrl-c.... C:\Program Files\localproxy>perl statproxy.pl 192.168.4.1:8080 Warning: If you are testing any proxy through a redirector, the proxy anonymity test will reveal your true IP address. Normally you would be connecting directly to the proxy for these tests anyway, so it doesn't matter. The test won't work if you block incoming connections with a firewall, or a NAT. I will disable the anonymity test if you wish. Disable anonymity test (y or [n])? y ...anonymity test is disabled statProxy v4.95 report from 192.168.4.67: 192.168.4.1 :8080 AFFFFFFFFFFFF FFFFsend() on closed socket PROXY at statpr oxy.pl line 1016, <STDIN> line 1. Your vendor has not defined POSIX macro EWOULDBLOCK, used at statproxy.pl line 1 017 C:\Program Files\localproxy> Bombs out.... > > > > > My ambition !! is still to get access to a fileshare network, preferably > > imesh or Kazaa !! Unfortunately I never got a chance to try out the > > eDonkey profile you set up for me. > > My advice is to use one that only needs TCP. Hmmm... have yet to find such a beast - but that would be ideal. > > > > Localproxy is probably not an option for me as things stand and it looks > > Can you get to google.com? You can argue that you *need* that. > Make sure you can get to translate.google.com (you *need* to be able to > translate web pages into English for work occasionally, right?). > Then commStrat 2.g in the new release will work for you. > If you like this, I can probably generalize the service used by 2.g, > so it can be placed in the user config file. Then you could use your > own CGI proxy there - 2.g works the same way. There's no real > advantage to this though. CommStrat 2 is only good for web pages, > not services like socks, edonkey, news etc., so it's no different than > your CGI, just faster. > Have asked for this and am pretty certain I`ll get it. Yep - done. Would prefer to use localproxy than my CGI proxy.... [snip... for now...] Am sure you are right about it being beyond me to program a tcp to udp conversion and relay program.... but would still like to learn about the protocols involved so will look at the sources you point me too. Mike |