Forum Discussion
Access loadbalanced IP from internal VLAN
- Apr 08, 2014
So by removing any SNAT, it looks like the return traffic from your servers isn't going back through the BIG-IP for this 192.168.1.0/24 vlan since they are in the same subnet.
One way to fix this is to apply an iRule to your 1.1.1.1 virtual server that will SNAT only if the request is from your internal vlan:
when CLIENT_ACCEPTED { if { [IP::addr [IP::client_addr] equals 192.168.1.0/24] }{ snat automap } }
So by removing any SNAT, it looks like the return traffic from your servers isn't going back through the BIG-IP for this 192.168.1.0/24 vlan since they are in the same subnet.
One way to fix this is to apply an iRule to your 1.1.1.1 virtual server that will SNAT only if the request is from your internal vlan:
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 192.168.1.0/24] }{
snat automap
}
}
- agriesserApr 08, 2014NimbostratusThis works perfect - many thanks!
- Little_Xian_131Apr 09, 2014Nimbostratusdoes the gateway of internal Vlan pool member like 192.168.1.1:80 is BIG-IP's interface IP?
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com