Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...A lot of the information I've found at this site would've taken me forever if I'd have attempted to research it on my own. Thanks again."

Geography

Where in the world do Tek-Tips members come from?

IOS firewall blocks all outbound https traffic

yannning (TechnicalUser)
20 Sep 04 4:54
I have a cisco2611 with IOS ver 12.3(4)T3. once I enable CBAC,it will block all outbound https traffic,  even if I permit all ip traffic into outside interface.
how to let secure network to access https service of internet.
your response will be highly appreciated.
rudeboy (ISP)
20 Sep 04 17:00
Is https the only traffic that is being blocked?
What interface is the CBAC being applied to?
yannning (TechnicalUser)
20 Sep 04 22:50
yes, now only https is blocked. CBAC applyied to inbound direction of inside interface-f0/0, but it's same while applying to outbound direction of outside interface--f0/1.
pls see the relative configuration as follows:
ip inspect name CBAC fragment maximum 256 timeout 1
ip inspect name CBAC smtp
ip inspect name CBAC ftp
ip inspect name CBAC http
ip inspect name CBAC tcp
ip inspect name CBAC udp timeout 5
ip audit notify log
ip audit po max-events 100
ip ssh break-string
no ftp-server write-enable
!
no crypto isakmp enable
!
interface FastEthernet0/0
no ip address
speed auto
full-duplex
no cdp enable
no mop enabled
!
interface FastEthernet0/0.10
encapsulation dot1Q 1 native
ip address 192.168.0.11 255.255.255.0
no ip redirects
ip nat inside
ip inspect CBAC in
!
interface FastEthernet0/0.11
encapsulation dot1Q 1 native
ip address 192.168.1.11 255.255.255.0
no ip redirects
ip nat inside
ip inspect CBAC in
!
interface FastEthernet0/1
ip address <ip assigned by ISP>
ip access-group 101 in
ip nat outside
duplex auto
speed auto
no cdp enable
!
ip nat inside source list 1 interface FastEthernet0/1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 <ip of outside gateway>
!
ip http server
no ip http secure-server
!
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 101 permit icmp any any echo
access-list 101 permit icmp any any echo-reply
access-list 101 deny   ip any any log
!
control-plane
!

thanks for your response.
rudeboy (ISP)
22 Sep 04 11:14
Nothing is really jumping out at me.  I know that you say it doesn't make a difference, but as a rule of Cisco, the CBAC should be configured on the same interface that the access-list is applied to.
bell1996 (TechnicalUser)
19 Oct 04 17:37
I can't see anything wrong either.

How about you create an access-list to determine where the HTTPS traffic is getting dropped.

access-list 199 permit ip host x.x.x.x any log
access-list 199 permit ip any any
access-list 199 deny ip any any log

Now applied tha ACL:

interface Fastethernet 0/0.10 or 0/0.11
access-group 199 in


all this does is just log the packets from host x.x.x.x to any destination. If HTTPS is passing into the interface you should see it log the HTTPS traffic. If it's getting denied (which I don't how, but if it does) then the "deny ip any any log" will pick it up and log it.

Just trying to isolate the issue.

I typically apply my CBAC to my outside interface, along with my ACL.
yannning (TechnicalUser)
20 Oct 04 4:04
good idea, I'll try it.
thanks  a lot

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close