Forum Discussion

Anthony_Fornito's avatar
Apr 10, 2017
Solved

After adding VLAN's or SELF IP all goes red

My network setup:   Webserver address:   PV01 - 192.168.10.57 PV02 - 192.168.10.58 Virtual IPs I would like to use   ACD-PV01-VS-http 192.168.10.149 ACD-PV01-VS-https 192.168.10.159 ...
  • Kevin_Davies_40's avatar
    Apr 11, 2017
    Webserver address:
    PV01 - 192.168.10.57
    PV02 - 192.168.10.58
    

    What ports?

    Virtual IPs I would like to use
    ACD-PV01-VS-http 192.168.10.149
    ACD-PV01-VS-https 192.168.10.159
    

    You dont need the second as they are on different ports so you can just have them on port 80 and 443 on the same IP address.

    Management IP 192.168.110.147
    

    Yes thats good.

    • Self IP's? These attach your BIGIP to the network at layer 3
    • VLAN's? These attached your BIGIP to the network at layer 2
    • Interfaces? These are your physical links for layer 1

    Procedure

    1. Create VLAN using interface 1.1 (untagged if no VLAN)
    2. Create Self IP on new VLAN 192.168.10.10 (if not in use)
    3. Create pool pool_webserver with the following new members

      Name PV01 Address 192.168.10.57 Port ??

      Name PV02 Address 192.168.10.58 Port ??
    4. Create Virtual Server vs_webserver_443

      Address 192.168.10.159 port 443

      HTTP Profile: http

      SSL Profile (Client) - clientssl

      if PV01/02 are HTTPS then SSL Profile (Server) - serverssl

      Source Address Translation - Automap

      Default Persistence Profile: Cookie

      Pool pool_webserver
    5. Create Virtual Server vs_webserver_80

      Address 192.168.10.159 port 80

      HTTP Profile: http

      iRules _sys_https_redirect

    That should get you up and running but like the man said, do some training. You need to have a better idea of how all this works 🙂