For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

3 Replies

  • yes, it is.

    [root@ve1023:Active] config  b virtual bar list
    virtual bar {
       snat automap
       pool foo
       destination 172.28.19.79:80
       ip protocol 6
       profiles {
          http {}
          tcp {}
       }
    }
    [root@ve1023:Active] config  b snat list
    snat outbound_snat {
       translation 172.28.19.79
       origins default inet
    }
    
  • Why would you want to do this?for example, smtp server which may need to use virtual address (mx record address) when sending out email since receipt server may expect to see the virtual address as sender.