How to open Public IP on Inside Network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2009 10:42 PM - edited 03-11-2019 08:48 AM
I have asa firewall 5540 configured with four ports inside,outside,intranet,dmz.Now my webserver is in inside zone and application is hosted on that and the application is accessed from internet through natted public IP.Can i access this public ip from my inside system if i have internet access.Means the problem is also in teh application it is opening on internet but not able to go on next page of the application.
- Labels:
-
NGFW Firewalls

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2009 12:47 AM
we have a host A 192.168.1.2 is connected to the inside interface of the firewall and host B 10.10.10.35 is connected to the DMZ interface. We have published 10.10.10.35 as 1.1.1.1 on inside interface and our requirement is to access that server using the public ip address and private ip address.
Here is the sample configuration:
access-list abc extended permit ip host 10.10.10.35 any
access-list xyz extended permit ip host 10.10.10.35 any
static (DMZ,Inside) 10.10.10.35 access-list abc
static (DMZ,Inside) 1.1.1.1 access-list xyz
static (Inside,DMZ) 192.168.1.0 192.168.1.0 netmask 255.255.255.0
