Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PIX Config Change

Status
Not open for further replies.

technical1

Technical User
Sep 2, 2002
52
GB
Hi All,
I recently added a new static ip mapping (inside, outside) to my config.

And ive given access from the outside world for ftp.
However when i try and connect via the internet to ftp it fails to connect to the server at all.

ive done a show xlate and i can see the mapping which is correct, the relevant services are running on the server.

Do you think the firewall just needs a reload?
 
Where is the access-group command applied to? Sounds like you applied it to the "inside" interface. If so, you will need to apply it to the "outside" interface and not the "inside".

-Bad Dos
 
Hi,
I have added the following lines to my config:
(for inbound traffic)
access-list acl_out permit tcp any host 212.212.x.x eq www
access-list acl_out permit tcp any host 212.212.x.x eq www
(outbound traffic)
access-list acl_in permit tcp host 172.1.1.45 any eq domain
access-list acl_in permit udp host 172.1.1.45 any eq domain
access-list acl_in permit tcp host 172.1.1.45 any eq www
(NAT mapping)
static (inside,outside) 212.212.x.x 172.1.1.45 netmask 255.255.255.255 0 0
 
I don't think you answered baddos' question...please show your "access-group" commands just to be sure. Also, where's the access-list for FTP?
 
I believe this is the access list that is set:
access-group acl_out in interface outside
access-group acl_in in interface inside

 
on your STATIC command, what's the trailing "0 0" for? Is that a typo? Remove that, and issue a "clear xlate".
 
According to your ACL... Only the 172.1.1.45 host can use dns outbound. Is this what you are intending?

-Bad Dos
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top