Hi, I want to have communication from Outside towards inside, keeping original source ip address of outside.
how can i accomplish this?
here is my config
Ethernet0 outside 192.168.1.12
Ethernet1 inside 10.115.1.20
i want source to remain 192.168.1.x when i hit inside host 10.115.1.x
one way is to make static (inside,outside) 10.115.1.0 10.115.1.0 netmask 255.255.255.0
but it would be destination base, i want to do it on source base as i have 100 of variable hosts on inside.
i hope i am able to clear my question :)