From: Elson Burrao (eburrao@yahoo.com)
Date: Sat Jan 22 2005 - 20:51:00 GMT-3
Hello Guys,
I might be tripping or high in cough medicine, anyway I'm trying to do the following all the packets coming from internet via my outside interface should be translated to the ip address of my inside interface. I'm not sure if it's possible but anyway, What I did is:
!
static (outside,inside) interface access-list R23toR1
!
access-list R23toR1 permit ip any host 10.15.1.1
!
Is it also possible to have more than one line in the access-list? I mean for example:
!
static (outside,inside) interface access-list R23toR1
!
access-list R23toR1 permit ip host 20.9.23.2 host 10.9.1.1
access-list R23toR1 permit ip host 20.9.23.3 host 10.9.1.1
access-list R23toR1 permit ip host 20.9.24.4 host 10.9.1.1
!
Any help will be very much appreciated.
This archive was generated by hypermail 2.1.4 : Wed Feb 02 2005 - 22:10:24 GMT-3