Hello to all,
This is my first post to the forum so forgive me if my question has been already answered.
I have an asa 5510:
Ext if (outside) = 172.16.10.250/24
Int if (inside) = 192.168.1.1/24
there is a web server on my lan with ip address 192.168.1.2.
www server = 192.168.1.2/24
What i want to do is this :
I want to permit from specific clients to be able to access my www server through its real ip address (192.168.1.2) and for everyone else i want my www server to be accessible through the ip 172.16.10.251.
nat-control is not enabled on the ASA ( and i don't want to enable it since it separates different LAN networks)
I have tried with the below config but with no luck :
access-list twww extended permit ip host 192.168.1.2 host 172.16.10.248
access-list twww extended permit ip host 192.168.1.2 host 172.16.10.247
access-list tany extedend permit ip host 192.168.1.2 any
static(inside,outside) 192.168.1.2 access-list twww
static(inside,outside) 172.16.10.251 access-list tany
Help will be appreciated

Thanks.