I'm looking to use a proxy or anonymization service with Opera. Jap and Tor are both quite slow.
What would some good alternatives be? I know I can google "proxy" and find something but typically those are just temporary, right?
Could you explain ? IMO, DNS is a UDP protocol so it cannot be simply tunneled through a SSH (TCP) connection.tunnel your traffic over dns thru ssh.
Could you explain ? IMO, DNS is a UDP protocol so it cannot be simply tunneled through a SSH (TCP) connection.
well this is useful only when a firewall restricts outgoing ports and a "classic" SSH tunnel is not possible. Plus, the OP would need to own a DNS server which allows him the SSH over DNS which is not the case.(I think) he may be talking about creating an SSH tunnel using DNS as the transport system, i.e. tunneling over DNS, using something like this:
http://thomer.com/howtos/nstx.html
In my opinion that's a very complex way to do it, and probably not want, although the technology is cool.
well this is useful only when a firewall restricts outgoing ports and a "classic" SSH tunnel is not possible. Plus, the OP would need to own a DNS server which allows him the SSH over DNS which is not the case.
Tex