Results 1 to 4 of 4

Thread: [Proxy] Trasparent proxy to hide a real proxy?

  1. #1
    Join Date
    Sep 2006
    Location
    Neverland
    Beans
    96

    [Proxy] Trasparent proxy to hide a real proxy?

    My current configuration is

    Computer A -> Proxy Server X -> Internet

    I don't manage the Proxy Server X and I can't change it to become a trasparent proxy.

    When people use a Trasparent proxy, they don't know they are using a proxy.
    What I include in [[..]] is invisible to Computer B
    Computer B -> [[trasparent proxy server Y]] -> Internet

    I want to do a different thing.
    I want to use a Trasparent Proxy Y on a network where the only way to access internet is through Proxy Server X so that computer B will not need to know that there is a proxy.

    Something like this

    Computer B -> [[trasparent proxy server Y -> Proxy Server X]] -> Internet


    Any idea?

  2. #2
    Join Date
    Sep 2006
    Location
    Neverland
    Beans
    96

    Re: [Proxy] Trasparent proxy to hide a real proxy?

    any idea?

  3. #3
    Join Date
    Sep 2006
    Location
    Neverland
    Beans
    96

    Re: [Proxy] Trasparent proxy to hide a real proxy?

    No ideas...

  4. #4
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: [Proxy] Trasparent proxy to hide a real proxy?

    Maybe an iptables rule on machine Y that looks something like this:

    Code:
    iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j DNAT --to-destination ip.of.server.a:3128
    That grabs outbound HTTP traffic and forwards it to the Squid port on server A.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •