Is there a way to find out if your IP address has been blocked from a site or server? Or is it impossible to tell that you've been blocked without actually seeing the site in questions admin?
IP Address question...
Collapse
X
-
Tags: None
-
Most webservers have an option to drop packets from a specified IP. No way to know that happened from the client side.
-
-
Lemme restate that... if you use ipchains or iptables to filter packets at the tcp/ip level, there is absolutely NO way to know that is happening from client side.
Comment
-
I'm going to ask a really stupid question:
Is there a way to run say 5 instances of a program on the same PC , but to use another/program/something/whatever that will make the sites (or server) that hese 5 instances are trying to connect to see them as coming from five different computers (read 5 different IPs)?
Do I even make sense?Comment
-
Yes, of courseOriginally posted by AntonioI'm going to ask a really stupid question:
Is there a way to run say 5 instances of a program on the same PC , but to use another/program/something/whatever that will make the sites (or server) that hese 5 instances are trying to connect to see them as coming from five different computers (read 5 different IPs)?
Do I even make sense?Comment
-
www.findnot.comOriginally posted by AntonioI'm going to ask a really stupid question:
Is there a way to run say 5 instances of a program on the same PC , but to use another/program/something/whatever that will make the sites (or server) that hese 5 instances are trying to connect to see them as coming from five different computers (read 5 different IPs)?
Do I even make sense?
Use the SSH tunnels to connect to 5 different servers at the same time (the site says you can't, but you can connect to all if you want to) all on different local ports.. then configure 5 Firefox instances to use each of the different SOCKS ports you got opened.
You can also do it with regular proxiesComment
-
Or, run TOR (http://tor.eff.org/) on 5 different local ports and configure your programs (browser?) to use each port. You will appear as coming from 5 different servers all at onceComment
-
that might do the trick, do you know how many different servers I can connect to at the same time max? the 5 I posted was just an example? Probably it's written somwhere ther but I,m still reading their page.....Originally posted by azguywww.findnot.com
Use the SSH tunnels to connect to 5 different servers at the same time (the site says you can't, but you can connect to all if you want to) all on different local ports.. then configure 5 Firefox instances to use each of the different SOCKS ports you got opened.
You can also do it with regular proxies
Thanks, it looks goodComment
-
thanks , do they slow down your connection significantly?Originally posted by azguyOr, run TOR (http://tor.eff.org/) on 5 different local ports and configure your programs (browser?) to use each port. You will appear as coming from 5 different servers all at onceComment
-
In theory - unlimitedOriginally posted by Antoniothat might do the trick, do you know how many different servers I can connect to at the same time max? the 5 I posted was just an example? Probably it's written somwhere ther but I,m still reading their page.....
Thanks, it looks goodComment
-
It does slow you down, and it depends on the specific hosts your requests go through, but overall it's good.Originally posted by Antoniothanks , do they slow down your connection significantly?
Tor also encrypts your entire session, so that's also slowing you down a bitComment
-
No way d000d, its limited by the file handles and socket limit of the OS... pwned!!! oh snap!! *runs circles around chair*Originally posted by azguyIn theory - unlimited
ok.. its pretty much unlimited.
Comment
-
thanks again ;)Originally posted by azguyIt does slow you down, and it depends on the specific hosts your requests go through, but overall it's good.
Tor also encrypts your entire session, so that's also slowing you down a bitComment
-
Also take a look at http://www.sockschain.com/socks/Originally posted by Antoniothanks again ;)
Same deal, set different ports, etc.Comment
-
just installed TOR, I'll have to a lot of reading to figure that one out ;)Originally posted by azguyComment
-
Make sure you use for privoxy with it. Tor documentation explains why and how.Originally posted by Antoniojust installed TOR, I'll have to a lot of reading to figure that one out ;)
http://www.privoxy.org/Comment


Comment