|
Posted by mak on September 7, 2007, 9:07 am
If you were Registered and logged in, you could reply and use other advanced thread options
x13 wrote:
> 1x Cisco PIX 515 firewall running 6.0(1) firmware.
> 9x 3COM 3C250C hubs
>
> Made no changes of any kind.
hard to believe, maybe someone else?
telnet to pix is allowed, you have hubs behind it, perfect for sniffing
change to ssh
>FW suddenly started blocking HTTP/80
> traffic.
>All other I/O traffic passes. All devices reloaded and later
> cold-restarted (no errors on LEDS). As last resort, erased flash
> config and re-entered via console cable.
a drastic measure,IMHO
default is to block all traffic, so that was a waste of time.
you should have a backup of the config...
>LAN users/servers are on
> subnet 192.168.1.x and VPN users on subnet 192.168.3.x
>
> My suspicions tend toward absence of OUTBOUND statements; TIMEOUT
> XLATE value too long, or a brown-out during the night... Any ideas?
...
yes no outbound, (then you wouldn't have any access, not just http of course).
also do not mix access lists and conduits according to cisco.
also no "no-nat", between lan and vpn,(or is that implied in the vpn config in
6.0, not sure).
and 6.0 is known to be buggy, at least upgrade to 6.3 or something.
I say start fresh, plenty of docs out there,
e.g:
http://cisco.com/en/US/docs/security/pix/pix60/firewall/configuration/guide/commands.html
M
|