Having a few issues with this problem. Current config is
: Written by enable_15 at 10:53:47.553 EDT Thu Apr 26 2007
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxxx...
I need to open a port on the firewall to allow traffic from any outside IP to an internal ip address (192.168.1.20) Would this work?
access-list outside_acl permit tcp any host 192.168.1.20 eq Port#
access-group outside_acl in interface outside
I would also need a static command:
static...
Need to setup access to a port on a computer on the inside of the PIX from anywhere outside. "access-list outside_acl permit tcp any host 192.168.1.2 eq 1585" would do that, wouldn't it? I would also need a static command, something like "static (inside,outside) <outside ip> 192.168.1.2...
Need to setup access to a port on a computer on the inside of the PIX from anywhere outside. "access-list outside_acl permit tcp any host 192.168.1.2 eq 1585" would do that, wouldn't it? I would also need a static command, something like "static (inside,outside) <outside ip> 192.168.1.2...
Having a little problem. When I run my scheduled backup batch file called backup.cmd - ntbackup backup e:\data /p "4mm DDS" /V:yes /D "daily" /hc:on /m normal /l:f /um , it generates a dialog stating "place media created "yesterday's date" with 2 options complete or refuse. If I refuse the job...
I want to stop the pix from responding to outside pings, etc. I've tried the following commands:
conduit deny icmp any any
access-list outside_access_in deny icmp any any
But the pix still responds. Anyone help a newbie? Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.