cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
324
Views
0
Helpful
1
Replies

more access lists and static

jima
Level 1
Level 1

I am trying to setup to let a cloud app place a backup on our local server and have installed the required software and I think I am having issues with it getting in via the firewall. The data to be backed up is coming from 207.x.x.x to our inside of 192.168.x.x via our external IP of 72.x.x.x. using port 873. I can connect internally okay but the firewall isn't working properly. my commands are attached. Any insight is appreciated.

Thanks.

1 Reply 1

Jennifer Halim
Cisco Employee
Cisco Employee

This static NAT statement is incorrect:

static (inside,outside) tcp 207.x.x.x 873 192.168.1.20 873 netmask 255.255.255.255

It should say:

static (inside,outside) tcp interface 873 192.168.1.20 873 netmask 255.255.255.255

I am assuming that when you say 72.x.x.x, you mean your ASA outside interface ip address, right?

Also, access-list 100 needs to allow that connection:

access-list 100 extended permit tcp host 207.x.x.x interface outside eq 873

Hope that helps.

Review Cisco Networking for a $25 gift card