Forum Discussion

player_72606's avatar
player_72606
Icon for Nimbostratus rankNimbostratus
Jul 15, 2013

Natting self traffic

hi all.

 

i need to nat self traffic for specific destinations,

 

i thought about using the following the question is how well will it work :

 

 

when CLIENT_ACCEPTED {

 

if { [IP::addr [IP::remote_addr] equals 1.1.1.0/255.255.255.0] } {

 

snatpool self_nat

 

}

 

}

 

 

any ideas or insights will help.

 

2 Replies

  • snatpool self_nat is it floating selfip? if yes, you can use "snat automap".
  • the self ip is a private address however there's a public segment that is routed to external vlan which holds a private ip.