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

    Updated - Connecting to 1 Site With Separate Logins/Several IPs

    IT Discussion
    rdp rdp sessions
    12
    73
    4.4k
    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.
    • JaredBuschJ
      JaredBusch @wrx7m
      last edited by

      @wrx7m .........

      wrx7mW 1 Reply Last reply Reply Quote 0
      • wrx7mW
        wrx7m @JaredBusch
        last edited by

        @JaredBusch said in Connecting to 1 Site With Separate Logins/Several IPs:

        @wrx7m .........

        lol ok

        1 Reply Last reply Reply Quote 0
        • wrx7mW
          wrx7m @Dashrender
          last edited by

          @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

          @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

          @Dashrender I wish. This is a production scenario.

          Other than the above stated requirements - can you tell us the goal?

          The goal is to not have the website know that the users that are logging in are the exact same across each of the brands.

          dbeatoD 1 Reply Last reply Reply Quote 0
          • dbeatoD
            dbeato @wrx7m
            last edited by

            @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

            @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

            @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

            @Dashrender I wish. This is a production scenario.

            Other than the above stated requirements - can you tell us the goal?

            The goal is to not have the website know that the users that are logging in are the exact same across each of the brands.

            so 4 users will be connecting to the site using a shared login and they should not know from where they are logging in?

            wrx7mW 1 Reply Last reply Reply Quote 0
            • wrx7mW
              wrx7m @dbeato
              last edited by

              @dbeato - No, each has their own logins. So [email protected], [email protected], etc. and all login to the same site.

              1 Reply Last reply Reply Quote 0
              • wrx7mW
                wrx7m @JaredBusch
                last edited by

                @JaredBusch

                @JaredBusch said in Connecting to 1 Site With Separate Logins/Several IPs:

                about 10 seconds on google gave me this.....

                1. Setup 4 proxy servers to route traffic via the needed IP addresses.
                2. Launch chrome in porn mode specifying the proxy and user folder.
                # Proxy 1
                %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy01.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy01\User Data
                # Proxy 2
                %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy02.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy02\User Data
                # Proxy 3
                %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy03.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy03\User Data
                # Proxy 4
                %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy04.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy04\User Data
                
                

                This might work, but I would have to set up the proxies, externally, for contractors.

                DashrenderD 1 Reply Last reply Reply Quote 0
                • DashrenderD
                  Dashrender @wrx7m
                  last edited by

                  @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                  @JaredBusch

                  @JaredBusch said in Connecting to 1 Site With Separate Logins/Several IPs:

                  about 10 seconds on google gave me this.....

                  1. Setup 4 proxy servers to route traffic via the needed IP addresses.
                  2. Launch chrome in porn mode specifying the proxy and user folder.
                  # Proxy 1
                  %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy01.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy01\User Data
                  # Proxy 2
                  %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy02.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy02\User Data
                  # Proxy 3
                  %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy03.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy03\User Data
                  # Proxy 4
                  %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy04.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy04\User Data
                  
                  

                  This might work, but I would have to set up the proxies, externally, for contractors.

                  use open proxies on the internet, unless you want to/need to manage them yourself.

                  wrx7mW 1 Reply Last reply Reply Quote 0
                  • wrx7mW
                    wrx7m @Dashrender
                    last edited by

                    @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

                    @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                    @JaredBusch

                    @JaredBusch said in Connecting to 1 Site With Separate Logins/Several IPs:

                    about 10 seconds on google gave me this.....

                    1. Setup 4 proxy servers to route traffic via the needed IP addresses.
                    2. Launch chrome in porn mode specifying the proxy and user folder.
                    # Proxy 1
                    %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy01.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy01\User Data
                    # Proxy 2
                    %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy02.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy02\User Data
                    # Proxy 3
                    %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy03.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy03\User Data
                    # Proxy 4
                    %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy04.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy04\User Data
                    
                    

                    This might work, but I would have to set up the proxies, externally, for contractors.

                    use open proxies on the internet, unless you want to/need to manage them yourself.

                    Something like this? https://www.proxynova.com/proxy-server-list/

                    DashrenderD 1 Reply Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender @wrx7m
                      last edited by

                      @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                      @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

                      @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                      @JaredBusch

                      @JaredBusch said in Connecting to 1 Site With Separate Logins/Several IPs:

                      about 10 seconds on google gave me this.....

                      1. Setup 4 proxy servers to route traffic via the needed IP addresses.
                      2. Launch chrome in porn mode specifying the proxy and user folder.
                      # Proxy 1
                      %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy01.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy01\User Data
                      # Proxy 2
                      %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy02.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy02\User Data
                      # Proxy 3
                      %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy03.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy03\User Data
                      # Proxy 4
                      %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy04.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy04\User Data
                      
                      

                      This might work, but I would have to set up the proxies, externally, for contractors.

                      use open proxies on the internet, unless you want to/need to manage them yourself.

                      Something like this? https://www.proxynova.com/proxy-server-list/

                      Bingo.

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

                        @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

                        @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                        @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

                        @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                        @JaredBusch

                        @JaredBusch said in Connecting to 1 Site With Separate Logins/Several IPs:

                        about 10 seconds on google gave me this.....

                        1. Setup 4 proxy servers to route traffic via the needed IP addresses.
                        2. Launch chrome in porn mode specifying the proxy and user folder.
                        # Proxy 1
                        %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy01.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy01\User Data
                        # Proxy 2
                        %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy02.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy02\User Data
                        # Proxy 3
                        %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy03.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy03\User Data
                        # Proxy 4
                        %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy04.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy04\User Data
                        
                        

                        This might work, but I would have to set up the proxies, externally, for contractors.

                        use open proxies on the internet, unless you want to/need to manage them yourself.

                        Something like this? https://www.proxynova.com/proxy-server-list/

                        Bingo.

                        Open proxies? WTF...is this a practical joke?

                        DashrenderD 1 Reply Last reply Reply Quote 0
                        • DashrenderD
                          Dashrender @1337
                          last edited by

                          @Pete-S said in Connecting to 1 Site With Separate Logins/Several IPs:

                          @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

                          @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                          @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

                          @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                          @JaredBusch

                          @JaredBusch said in Connecting to 1 Site With Separate Logins/Several IPs:

                          about 10 seconds on google gave me this.....

                          1. Setup 4 proxy servers to route traffic via the needed IP addresses.
                          2. Launch chrome in porn mode specifying the proxy and user folder.
                          # Proxy 1
                          %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy01.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy01\User Data
                          # Proxy 2
                          %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy02.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy02\User Data
                          # Proxy 3
                          %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy03.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy03\User Data
                          # Proxy 4
                          %pathtochrome%\chrome.exe --incognito --proxy-server="http://proxy04.domain.local:3128" --user-data-dir="%LOCALAPPDATA%\Google\ChromeProxy04\User Data
                          
                          

                          This might work, but I would have to set up the proxies, externally, for contractors.

                          use open proxies on the internet, unless you want to/need to manage them yourself.

                          Something like this? https://www.proxynova.com/proxy-server-list/

                          Bingo.

                          Open proxies? WTF...is this a practical joke?

                          As long as it's not breaking TLS - who cares.

                          1 Reply Last reply Reply Quote 0
                          • wrx7mW
                            wrx7m
                            last edited by

                            Aside from security, another concern is that that list seems to be pretty dynamic with which servers are available. Managing 4 shortcuts for everyone with hardcoded links would be a nightmare to update.

                            1 1 Reply Last reply Reply Quote 0
                            • DustinB3403D
                              DustinB3403
                              last edited by

                              It took me surprisingly long to figure out what "TPTB" meant.

                              dbeatoD 1 Reply Last reply Reply Quote 0
                              • dbeatoD
                                dbeato @DustinB3403
                                last edited by

                                @DustinB3403 said in Connecting to 1 Site With Separate Logins/Several IPs:

                                It took me surprisingly long to figure out what "TPTB" meant.

                                Lol

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

                                  @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                                  Aside from security, another concern is that that list seems to be pretty dynamic with which servers are available. Managing 4 shortcuts for everyone with hardcoded links would be a nightmare to update.

                                  You mean "pretty dynamic" being the same as "totally freakin unreliable", with unknown uptime, unknown bandwidth, used by spammers and who-knows-what?

                                  That's why I said VPN service, like nordvpn. Which in this scenario is exactly the same thing as a proxy.

                                  Or set up your own proxy servers somewhere in the cloud.

                                  DashrenderD 1 Reply Last reply Reply Quote 0
                                  • M
                                    manxam @JaredBusch
                                    last edited by

                                    @JaredBusch : Damn you. That was my suggestion!
                                    Good on you for posting an example though 🙂

                                    1 Reply Last reply Reply Quote 0
                                    • DashrenderD
                                      Dashrender @1337
                                      last edited by

                                      @Pete-S said in Connecting to 1 Site With Separate Logins/Several IPs:

                                      @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                                      Aside from security, another concern is that that list seems to be pretty dynamic with which servers are available. Managing 4 shortcuts for everyone with hardcoded links would be a nightmare to update.

                                      You mean "pretty dynamic" being the same as "totally freakin unreliable", with unknown uptime, unknown bandwidth, used by spammers and who-knows-what?

                                      That's why I said VPN service, like nordvpn. Which in this scenario is exactly the same thing as a proxy.

                                      Or set up your own proxy servers somewhere in the cloud.

                                      Right, but can you run 4 VPN services at the same time? And even if you can, can you configure a browser to use a specific VPN?

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

                                        @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

                                        @Pete-S said in Connecting to 1 Site With Separate Logins/Several IPs:

                                        @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                                        Aside from security, another concern is that that list seems to be pretty dynamic with which servers are available. Managing 4 shortcuts for everyone with hardcoded links would be a nightmare to update.

                                        You mean "pretty dynamic" being the same as "totally freakin unreliable", with unknown uptime, unknown bandwidth, used by spammers and who-knows-what?

                                        That's why I said VPN service, like nordvpn. Which in this scenario is exactly the same thing as a proxy.

                                        Or set up your own proxy servers somewhere in the cloud.

                                        Right, but can you run 4 VPN services at the same time? And even if you can, can you configure a browser to use a specific VPN?

                                        Can you? Yes. Do most support this? No.

                                        DashrenderD 1 Reply Last reply Reply Quote 0
                                        • DashrenderD
                                          Dashrender @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in Connecting to 1 Site With Separate Logins/Several IPs:

                                          @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

                                          @Pete-S said in Connecting to 1 Site With Separate Logins/Several IPs:

                                          @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                                          Aside from security, another concern is that that list seems to be pretty dynamic with which servers are available. Managing 4 shortcuts for everyone with hardcoded links would be a nightmare to update.

                                          You mean "pretty dynamic" being the same as "totally freakin unreliable", with unknown uptime, unknown bandwidth, used by spammers and who-knows-what?

                                          That's why I said VPN service, like nordvpn. Which in this scenario is exactly the same thing as a proxy.

                                          Or set up your own proxy servers somewhere in the cloud.

                                          Right, but can you run 4 VPN services at the same time? And even if you can, can you configure a browser to use a specific VPN?

                                          Can you? Yes. Do most support this? No.

                                          Right - I know you can run for SSH sessions at once, so yeah right there - 4 VPN tunnels... but can you make it work as this person wants? Perhaps, I don't know how at this time - I guess Google would be my friend.

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

                                            @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

                                            @scottalanmiller said in Connecting to 1 Site With Separate Logins/Several IPs:

                                            @Dashrender said in Connecting to 1 Site With Separate Logins/Several IPs:

                                            @Pete-S said in Connecting to 1 Site With Separate Logins/Several IPs:

                                            @wrx7m said in Connecting to 1 Site With Separate Logins/Several IPs:

                                            Aside from security, another concern is that that list seems to be pretty dynamic with which servers are available. Managing 4 shortcuts for everyone with hardcoded links would be a nightmare to update.

                                            You mean "pretty dynamic" being the same as "totally freakin unreliable", with unknown uptime, unknown bandwidth, used by spammers and who-knows-what?

                                            That's why I said VPN service, like nordvpn. Which in this scenario is exactly the same thing as a proxy.

                                            Or set up your own proxy servers somewhere in the cloud.

                                            Right, but can you run 4 VPN services at the same time? And even if you can, can you configure a browser to use a specific VPN?

                                            Can you? Yes. Do most support this? No.

                                            Right - I know you can run for SSH sessions at once, so yeah right there - 4 VPN tunnels... but can you make it work as this person wants? Perhaps, I don't know how at this time - I guess Google would be my friend.

                                            AFAIK no one makes a VPN tool for this, but you can make your own for sure.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post