F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

Mark_Cloutier's avatar
Mark_Cloutier
Icon for Nimbostratus rankNimbostratus
Jul 24, 2017

Disabling SNAT on one virtual server, SNAT List is used :(

If I have SNAT in the SNAT List (aka default SNAT) it is apparently used on every virtual server. Is the source list the only way to change that behavior. I have one virtual server which takes incoming udp syslog data and sends it to a pool where only one server is active, enabling more graceful failover... Is there any simple way to disable SNAT on that one particular virtual server. Can have a negated entry in the source list?

 

1 Reply

  • My fellow network engineer suggested a very simple irule...

     

    when CLIENT_ACCEPTED { snat none }

     

    Works great :)