cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
500
Views
0
Helpful
2
Replies

Cannot access our website after migrating to Cisco ASA from Juniper

sharwal
Level 1
Level 1

Hi,

Our company website is hosted on our IIS web server (IP example 192.168.1.100) that I believe was natted on the old Juniper firewall to a public IP (IP example: 66.66.66.130), and was accessible outside the network

It is not accessible anymore on the ASAs from outside the network, but still is inside the network

Any ideas?

2 Replies 2

Matt Lang
Level 1
Level 1

Do you have the appropriate NAT and access-list rules on the new ASA? 

Matt

rpadwal
Cisco Employee
Cisco Employee

Hi Sharwal,

what is the current asa code.

will need the following show command output

  1. sh ver
  2. sh run nat
  3. sh run global
  4. sh run static

you can follow the below link and let me know if it helps 

EG:


209.165.201.15 <<<

10.1.1.6 <<<<<


Regular Static NAT

Old Configuration

static (inside,outside) 209.165.201.15 10.1.1.6 netmask 255.255.255.255

Migrated Configuration

object network obj-10.1.1.6
host 10.1.1.6

nat (inside,outside) static 209.165.201.15 

Please refer the  below natting link

https://supportforums.cisco.com/docs/DOC-9129

Thanks

Rohan


Thanks and Regards, ROHAN :)