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...
Still 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...
The workaround I've been using was to run a two line batch file. The first line constructed to fail without creating a log, while the second line is the "real" backup. The problem seems to be rsm wasn't being refreshed properly. Running the dummy job forces a refresh, so the real job runs...
Some more info. The first instance that fails creates a log file, but it's empty. Also, no entry in the event logs. The rerun creates a proper log file/event log entry.
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...
Thanks for the reply. The "icmp deny any outside" works fine. I have a question though. The pix501 has v6.3(5) installed with a very basic config. Just enough to get internet access and assign a dhcp pool. Why wouldn't either:
"conduit deny icmp any any", or
"access-list outside_acl deny...
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.