Forum Discussion

Allwyn_Mascaren's avatar
Mar 15, 2019

VLAB LAMPv4 Just displays only 1 web page in esxi

Hi devs,

I used these settings in the lamp network settings, the 10.1.62.241,42,43 so on become my pool members and show up, but the vs just shows the basic page in the browser.

The only page showing up from the VS is this

But all pool members show traffic when I see the stats on the bigip, but the mac address from all the nodes on the server side is just a single one.

10.1.62.240  10.1.62.240  00:0c:29:14:d5:1f  /Common/internal  157            resolved
10.1.62.241  10.1.62.241  00:0c:29:14:d5:1f  /Common/internal  158            resolved
10.1.62.242  10.1.62.242  00:0c:29:e6:a5:71  /Common/internal  18             resolved
10.1.62.243  10.1.62.243  00:0c:29:14:d5:1f  /Common/internal  159            resolved
10.1.62.244  10.1.62.244  00:0c:29:14:d5:1f  /Common/internal  168            resolved
10.1.62.246  10.1.62.246  00:0c:29:14:d5:1f  /Common/internal  159            resolved
10.1.62.247  10.1.62.247  00:0c:29:14:d5:1f  /Common/internal  162            resolved
10.1.62.248  10.1.62.248  00:0c:29:14:d5:1f  /Common/internal  153            resolved

I am thinking they all should show a different mac so that the content can show up properly, but where doI make that change?

1 Reply

  • The LAMP server is configured to emulate five different pool members on specific IP addresses

    f5@xubuntu-vm:~/Desktop$ grep -o 10.1.20... /etc/apache2/sites-enabled/Server*.conf | uniq
    /etc/apache2/sites-enabled/Server1.conf:10.1.20.11
    /etc/apache2/sites-enabled/Server2.conf:10.1.20.12
    /etc/apache2/sites-enabled/Server3.conf:10.1.20.13
    /etc/apache2/sites-enabled/Server4.conf:10.1.20.14
    /etc/apache2/sites-enabled/Server5.conf:10.1.20.15
    

    Any other addresses (such as the ones in your screenshot) will be handled by the default apache site (the 'It works' page).