I have working config on c1812 and i should migrate to asa 5510 (8.2):
ip nat inside source route-map RMAP_internet interface FastEthernet0 overload
ip nat inside source static 192.168.1.248 60.149.1.51 route-map RMAP_static
route-map RMAP_static permit 1
match ip address 102
route-map RMAP_internet permit 1
match ip address 124
access-list 102 deny ip host 192.168.1.248 10.0.7.0 0.0.0.255
access-list 102 permit ip host 192.168.1.248 any
access-list 124 deny ip 192.168.1.0 0.0.0.255 10.4.5.0 0.0.0.255
access-list 124 permit ip 192.168.1.0 0.0.0.255 any
i try to set on ASA:
static (outside,inside) 60.149.1.51 192.168.1.248 netmask 255.255.255.255
access-list OUTSIDE extended permit ip any host 60.149.1.52
but it don't work, i don't see options to put route maps, there is some way to make this working ?
thanks for help
Peter