Forum Discussion
LillyM_9417
Apr 28, 2011Altostratus
Hello,
Our version is 10.2, I changed source port to preserve and also preserve strict and tried again. and nothing works.
My irule is:
=================
timing on
when RULE_INIT {
set static::xdebugsubdev 0
}
when CLIENT_ACCEPTED {
TCP::collect 8
if { [IP::addr [IP::client_addr] equals 192.0.0.0/8 ] } {
set caddr "[IP::client_addr]"
scan $caddr %d.%d.%d.%d ya yb yc yd
snat 292.$yb.$yc.$yd
}
}
=================