Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Firewalls
[Top] [All Lists]

RE: PIX DMZ INT - SNMP MONITORING

Subject: RE: PIX DMZ INT - SNMP MONITORING
Date: Thu, 28 Jul 2005 09:42:57 +0100
Access lists on the PIX are in bound to the interface only.

Therefore the DMZ_INCOMMING access-list is blocking the traffic from the dmz
back to the PIX so sending info from the pix to the server should not be
affected by access-lists

I think you need to add the interface name to the SNMP-SERVER HOST line as I
believe that the PIX will send trap information out of its most secure
interface ie to the trusted network.

Something like

snmp-server host dmz 192.168.156.208 community XXX interface DMZ

you'll need to look up the syntax

HTH

Andy

-----Original Message-----
From: Jonathan Upperman [mailto:jupperman@lubasif.com] 
Sent: 26 July 2005 19:12
To: firewalls@securityfocus.com
Subject: PIX DMZ INT - SNMP MONITORING


Hello-

PIX 515 -  3 interfaces: inside, outside, dmz

I have a server (192.168.156.208) off the DMZ interface (192.168.156.1)
that runs an snmp based bandwidth grapher called 'cacti'.

Here is the snmp config on the pix:

snmp-server host dmz 192.168.156.208 community XXX
snmp-server location whatever
snmp-server contact whoever
snmp-server community XXX
snmp-server enable traps all

I have an access list on the DMZ interface (for some other traffic to
get from the dmz to the inside)


This is what I have in relation to snmp: (trying to make it work right
now)

access-list DMZ_INCOMING extended permit udp any any eq snmp

access-group DMZ_INCOMING in interface dmz


The server also has a static mapping: (to allow outside traffic in)

static (dmz,outside) 68.96.156.208 192.168.156.208 netmask
255.255.255.255



From the server if I run  # snmpwalk -c <STRING> 192.168.156.1   - it
times out


ANY HELP IS APPRECIATED...  




Thanks-

Jonathan

Attachment: smime.p7s
Description: S/MIME cryptographic signature

<Prev in Thread] Current Thread [Next in Thread>