Hi: I have a problema, i want to enter a site that blocks by default all ips, except some ones, my server ip is not allowed, but i have another server ip allowed, so i have done a local ssh port forwarding localhost:81 to this site, works fine, if i enter on my non allowed server and i do: lynx localhost:81 I see perfect site.
My problem is, i have to see the same if i enter on shell: lynx abc.com
(keep in mind that abc.com is the site that dont allow traffic from every ip) Si what i want is that abc.com redirect it to localhost:81 Instead of abc.com i can route all traffic of the ip hosting that site, dont have to be FQD routing, anyone know how to do this with iptables, the routing process?
Thanks