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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

837 CBAC Firewall, Inspect in or out?

Status
Not open for further replies.

NettableWalker

IS-IT--Management
Joined
Jun 18, 2005
Messages
215
Location
GB
Hi Everyone,

I'm all confused with my firewall setup on my 837.
Which interface does the inspect rule go on? and is it in or out?

I've got it going both ways on the Dialer1 at the moment but have a suspicion that this is not good.

here's my relevent config bits:
ip inspect name DEFAULT100 cuseeme
ip inspect name DEFAULT100 ftp
ip inspect name DEFAULT100 rcmd
ip inspect name DEFAULT100 realaudio
ip inspect name DEFAULT100 smtp
ip inspect name DEFAULT100 tftp
ip inspect name DEFAULT100 tcp
ip inspect name DEFAULT100 udp
ip inspect name DEFAULT100 icmp
ip inspect name DEFAULT100 http
ip inspect name DEFAULT100 ipsec-msft


interface Ethernet0
description Connected to Local Network
ip address xxxxxxx 255.255.0.0
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
hold-queue 100 out
!
!
interface ATM0
no ip address
no ip mroute-cache
atm vc-per-vp 64
no atm auto-configuration
no atm ilmi-keepalive
no atm address-registration
no atm ilmi-enable
dsl operating-mode auto
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1


interface Dialer1
ip address negotiated
ip access-group 100 in
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip inspect DEFAULT100 in
ip inspect DEFAULT100 out
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication pap chap callin
ppp chap hostname xxxxx
ppp chap password xxxxxx
ppp pap sent-username xxxx password xxxxxxx
ppp ipcp dns request
ppp ipcp wins request
crypto map xxxxx
hold-queue 224 in


Is this s super-tight safe network or a wide open doorway?

Is it really necessary to have all those inspect rules, or could i just have TCP,UDP and ICMP and leave it at that?

Thanks for all your help.

Cheers
 
you should have it out. As thats the traffic you want to have inspected and permit to come back in.
There should also be a acl created, if i'm not mistaken, and that one you should put in.

CCNA, CCNP..partly ;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top