Results 1 to 3 of 3

Thread: virtual IPs

  1. #1

    Question virtual IPs

    Good Day!
    I have set up virtual IPs on my Ubuntu client machine & assigned IPs 192.168.12.3 - eth0
    192.168.12.4 - eth0:1
    192.168.12.5 - eth0:2
    192.168.12.6 - eth0:3
    When I access the website on my intranet server & check the logs on the apache server ,i find that the HTTP 'GET' request is sent from the client IP 192.168.12.3.Is there any way that I can send the http requests from the other IPs on the virtual interfaces.
    So if i were to put it in a loop using a perl/python script,i could possibly send 'get' requests randomly from the virtual IPs and the log file on the server would reflect that......Appreciate if anyone could provide some ideas on this,or am i completely naive here..
    CHeers
    David

  2. #2
    I'm somewhat curious as to what you're trying to achieve here. My knowledge of vips is limited, but as I understand it the reason you would want to give an interface multiple IPs is so it can connect to multiple networks, say 192.168.12 and 10.0.0 or something like that...
    63,000 bugs in the code, 63,000 bugs,
    ya get 1 whacked with a service pack,
    now there's 63,005 bugs in the code!!

  3. #3
    All outgoing requests / connections from any machine will ALWAYS be ONLY from the REAL IP Address of the interface (eth0 / eth1 or whatever interface is being used). Outgoing connections will NEVER be from a Virtual IP Address, irrespective of the OS being used.
    If you need connections from one of the other IP Addresses on the box, you will need to make that IP Address the REAL IP Address for the interim.

Similar Threads

  1. Supported operating systems in Virtual Server 2005
    By regix in forum Windows - General Topics
    Replies: 2
    Last Post: 01-25-2005, 11:24 PM
  2. cache virtual directories other than /NR/
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:45 PM
  3. Use Cluster Server to create a virtual server
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:08 PM
  4. Emulated hardware devices in Virtual Server 2005
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:06 PM
  5. back up virtual machines in Virtual Server 2005
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:03 PM

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
  •