- Posts: 1
- Thank you received: 0
I need help for configuring Nat in cisco ASA 5510
16 years 2 months ago #27380
by nandas
I need help for configuring Nat in cisco ASA 5510 was created by nandas
Hi Techie friends,
I am using cisco ASA 5510 firewall, i want to configure one webserver for public access. i am using ASDM 6 GUI interface for configuration, can any body help me on this ? , below i have mentioned the configuration parameters
Private IP : 10.102.0.50
Public IP : 125.15.176.23
Required Port : 80
Since i am a basic firewall user can any help me on this...i will be more thankful to them.
Thanks in advance.
Nand
I am using cisco ASA 5510 firewall, i want to configure one webserver for public access. i am using ASDM 6 GUI interface for configuration, can any body help me on this ? , below i have mentioned the configuration parameters
Private IP : 10.102.0.50
Public IP : 125.15.176.23
Required Port : 80
Since i am a basic firewall user can any help me on this...i will be more thankful to them.
Thanks in advance.
Nand
16 years 2 months ago #27383
by Elohim
Replied by Elohim on topic Re: I need help for configuring Nat in cisco ASA 5510
static (inside,outside) tcp 125.15.176.23 80 10.102.0.50 80 netmask 255.255.255.255
access-list 101 permit tcp any eq 80 125.15.176.23 255.255.255.255 eq 80
access-group 101 in interface outside
access-list 101 permit tcp any eq 80 125.15.176.23 255.255.255.255 eq 80
access-group 101 in interface outside
Hi Techie friends,
I am using cisco ASA 5510 firewall, i want to configure one webserver for public access. i am using ASDM 6 GUI interface for configuration, can any body help me on this ? , below i have mentioned the configuration parameters
Private IP : 10.102.0.50
Public IP : 125.15.176.23
Required Port : 80
Since i am a basic firewall user can any help me on this...i will be more thankful to them.
Thanks in advance.
Nand
Time to create page: 0.111 seconds