Using multiple Ips with windows.. Will pay $$

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xxweekxx
    Confirmed User
    • Oct 2002
    • 6780

    #1

    Using multiple Ips with windows.. Will pay $$

    My problem:

    I currently have my Windows 2003 server setup with three different IP addresses. Let's call them A, B, and C. I have a proxy server which I can setup to listen to all three IP addresses, but it will only sent data out on IP A. Even if a client connects on IP C or B, it will still be sent through A. How can I setup a proxy daemon which will listen to A, B, and C and send data from the address which the client connected to?

    I found someone with the same problem and he solved it by using a bouncer..

    Can anyone here help me out with this problem.. Ill pay $$$$

    Thanks
    _________________
    I am the best
  • xxweekxx
    Confirmed User
    • Oct 2002
    • 6780

    #2
    buuuuump
    _________________
    I am the best

    Comment

    • Twoface31
      Confirmed User
      • Sep 2006
      • 2746

      #3
      ummmmmmmmm thats what a cool problem.....

      Email: <span style="color:Cyan">[email protected]</span>
      HentaiG4h * Lusty Life
      ICQ: 291-953

      Comment

      • xxweekxx
        Confirmed User
        • Oct 2002
        • 6780

        #4
        bump..............
        _________________
        I am the best

        Comment

        • rowan
          Too lazy to set a custom title
          • Mar 2002
          • 17393

          #5
          Can you get Squid for Windows? It may be possible to run 3 instances, each with their own tcp_incoming_address and tcp_outgoing_address configured to the appropriate IP. Clunky, but it will work.

          This is a common issue for any "multihomed" host BTW... outbound connects will usually use one default IP, unless the application is designed to deal with this and requests a specific IP for the outbound connect.

          Comment

          • xxweekxx
            Confirmed User
            • Oct 2002
            • 6780

            #6
            the post above was an example.. my actual server has 40 ips.. will be messy with squid?
            _________________
            I am the best

            Comment

            • Machete_
              WINNING!
              • Oct 2002
              • 14579

              #7
              If you cant find anything else, you can always use Microsoft ISA Server/Forfront. Depends on what licens you have

              Comment

              • xxweekxx
                Confirmed User
                • Oct 2002
                • 6780

                #8
                Originally posted by rowan
                Can you get Squid for Windows? It may be possible to run 3 instances, each with their own tcp_incoming_address and tcp_outgoing_address configured to the appropriate IP. Clunky, but it will work.

                This is a common issue for any "multihomed" host BTW... outbound connects will usually use one default IP, unless the application is designed to deal with this and requests a specific IP for the outbound connect.
                i dont want to run 40 instances of squid..
                _________________
                I am the best

                Comment

                • split_joel
                  Confirmed User
                  • Jan 2005
                  • 2270

                  #9
                  Originally posted by xxweekxx
                  My problem:

                  I currently have my Windows 2003 server setup with three different IP addresses. Let's call them A, B, and C. I have a proxy server which I can setup to listen to all three IP addresses, but it will only sent data out on IP A. Even if a client connects on IP C or B, it will still be sent through A. How can I setup a proxy daemon which will listen to A, B, and C and send data from the address which the client connected to?

                  I found someone with the same problem and he solved it by using a bouncer..

                  Can anyone here help me out with this problem.. Ill pay $$$$

                  Thanks
                  hit me up on aim or icq info in sig
                  E-mail marketing - Automation Scripting - IP Space
                  AIM: splitjoelp ICQ: 254759453 skype - splitjoelp 702-941-6465

                  Comment

                  • pstation
                    Confirmed User
                    • Jul 2003
                    • 1135

                    #10
                    hit me up .. on icq 120671981. i'll tell you how to do it, its so simple dont even worry about paying me anything

                    Comment

                    • WiredGuy
                      Pounding Googlebot
                      • Aug 2002
                      • 34512

                      #11
                      Squid can do it, you just need to bind all 40 of your IPs to respond and reply on the ips requested instead of just the default server ip.
                      WG
                      I play with Google.

                      Comment

                      • xxweekxx
                        Confirmed User
                        • Oct 2002
                        • 6780

                        #12
                        Originally posted by WiredGuy
                        Squid can do it, you just need to bind all 40 of your IPs to respond and reply on the ips requested instead of just the default server ip.
                        WG
                        and squid has an option for this?
                        _________________
                        I am the best

                        Comment

                        • WiredGuy
                          Pounding Googlebot
                          • Aug 2002
                          • 34512

                          #13
                          Yeah, I can't remember the settings off hand but there's a setting for responding and a different setting for replying. I'll try to find it when i'm at the office tomorrow.
                          WG
                          I play with Google.

                          Comment

                          • rowan
                            Too lazy to set a custom title
                            • Mar 2002
                            • 17393

                            #14
                            Originally posted by WiredGuy
                            Yeah, I can't remember the settings off hand but there's a setting for responding and a different setting for replying. I'll try to find it when i'm at the office tomorrow.
                            WG
                            I don't think that will do what the OP wants, since it will still use a single outgoing IP. He wants the outgoing to match whatever incoming has been connected to. That's why I suggested multiple instances of Squid.

                            Comment

                            Working...