ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Proxies as VPN?

    IT Discussion
    vpn proxy
    6
    9
    864
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Emad RE
      Emad R
      last edited by

      Hi

      What do you think about
      Proxies as VPN

      Especially squid proxy? is it a good practice instead of VPN server/client

      1 Emad RE 2 Replies Last reply Reply Quote 0
      • 1
        1337 @Emad R
        last edited by 1337

        @emad-r Two completely different solutions for different uses. Or are you thinking about it for privacy issues?

        JaredBuschJ 1 Reply Last reply Reply Quote 2
        • JaredBuschJ
          JaredBusch @1337
          last edited by

          @pete-s said in Proxies as VPN?:

          @emad-r Two completely different solutions for different uses.

          This.

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            I don't really understand the question. A proxy and a VPN serve different purposes. Proxies are not for transmission security nor LAN expose. VPN is assumed to be about LAN extension with a secure wrapper. I can't think of a case where the two could overlap.

            What use case are you envisioning?

            1 Reply Last reply Reply Quote 0
            • DonahueD
              Donahue
              last edited by

              maybe personal VPN, like those VPN services?

              1 Reply Last reply Reply Quote 0
              • 1
                1337
                last edited by 1337

                @scottalanmiller said :

                What use case are you envisioning?

                @donahue said :

                maybe personal VPN, like those VPN services?

                That's why I said:

                Or are you thinking about it for privacy issues?

                To be able to hide your IP and circumvent geoblocking you could for instance use a VPN service or a http proxy service or something else like a ssh tunnel or whatnot.
                That could be the use case.

                1 Reply Last reply Reply Quote 0
                • Emad RE
                  Emad R @Emad R
                  last edited by Emad R

                  @emad-r

                  They are using reverse proxy squid on a PFsense router as VPN. or to access company resources.

                  For example, I think they made LAN 7.7.7.* and put company resource like http://web/company
                  and only 7.7.7.* can access it in the config on PFsense.

                  It does not work 100% of course. As you can bypass it if you do http://web/company?32141 and access it from WAN

                  dbeatoD scottalanmillerS 2 Replies Last reply Reply Quote 0
                  • dbeatoD
                    dbeato @Emad R
                    last edited by

                    @emad-r said in Proxies as VPN?:

                    @emad-r

                    They are using reverse proxy squid on a PFsense router as VPN. or to access company resources.

                    For example, I think they made LAN 7.7.7.* and put company resource like http://web/company
                    and only 7.7.7.* can access it in the config on PFsense.

                    It does not work 100% of course. As you can bypass it if you do http://web/company?32141 and access it from WAN

                    So you will need a Firewall Access Rule then, just allow that network to access that site from their WAN Connection, no need of Proxy or VPN. Just limit the site access.

                    1 Reply Last reply Reply Quote 1
                    • scottalanmillerS
                      scottalanmiller @Emad R
                      last edited by

                      @emad-r said in Proxies as VPN?:

                      @emad-r

                      They are using reverse proxy squid on a PFsense router as VPN. or to access company resources.

                      For example, I think they made LAN 7.7.7.* and put company resource like http://web/company
                      and only 7.7.7.* can access it in the config on PFsense.

                      It does not work 100% of course. As you can bypass it if you do http://web/company?32141 and access it from WAN

                      That works only if the resources are web only. In which case, a VPN was never appropriate in the first place. So in this case, a VPN would actually allow you to access unpublished web resources. But the reverse proxy will publish them.

                      Now the presumed difference to most people is that the VPN will add a layer or protection in the form of authentication, and the proxy will not. This is not correct, however, because you can add that to the proxy, too.

                      So, in reality, you are correct, in this specific case, the reverse proxy is actually making a VPN for just those specific web resources. It's a special case VPN, assuming you are using it as an SSL point.

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post