<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>[Config] Quick check of my security settings? in Cisco</title>
<link>http://www.dslreports.com/forum/r20499174</link>
<description></description>
<language>en</language>
<pubDate>Sat, 06 Sep 2008 14:29:33 EDT</pubDate>
<lastBuildDate>Sat, 06 Sep 2008 14:29:33 EDT</lastBuildDate>

<item>
<title>Re: [Config] Quick check of my security settings?</title>
<link>http://www.dslreports.com/forum/remark,20499561</link>
<description><![CDATA[<A HREF="/useremail/u/1455989"><b>Euphrates</b></A> : It seems to be a matter of preference.  I know if you run Cisco's SDM on a router and you don't have the inspection outbound on the Outside interface, it tells you you don't have a firewall configured.<br><br>I inspect inbound on the inside interface.  It's something I've read on these forums actually.  If you are going to manipulate traffic, you want to do so as close to the source of the traffic as possible.  With that said you would inspect inbound on the inside interface.<br><br>Also, you do want to have an access-list on the outside interface denying all inbound traffic (again, manipulating the data at the source interface).  I don't remember off the top of my head if you have to allow anything in the access-list first for PPPoE/DHCP client to work correctly but if so, make sure you have that configured as well.<br><br>When I configure an access-list inbound on the outside interface, I go by the "allow what's needed and deny everything else" rule of thumb.  The fact is, you are probably only going to be required to allow a few things into the router and a "deny ip any any" statement should take care of everything else.  I'm not sure if others would agree with me on this type of configuration.  Again, my take on it is that if you put a whole bunch of deny statements on your inbound access-list then the router has to parse through each and every rule before it finally matches a rule that's just going to deny that traffic anyway.  This can cause performance issues.  Everyone will have their preference, you will find out over time which one works for you.<br><br>For general security settings, there are a lot of things you can do but may be limited to the IOS version on this router.  <br><br>Here is a Cisco document on the subject of securing your router:<br><br>&raquo;<A HREF="http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080120f48.shtml" >www.cisco.com/en/US/tech/tk648/t&middot;&middot;&middot;48.shtml</A>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20499561</guid>
<pubDate>Sat, 17 May 2008 21:09:40 EDT</pubDate>
</item>

<item>
<title>[Config] Quick check of my security settings?</title>
<link>http://www.dslreports.com/forum/remark,20499174</link>
<description><![CDATA[<A HREF="/useremail/u/1471268"><b>Toma</b></A> : I'm going to use a 2621XM at home with sbc dsl...my IOS supports CBAC, so I set that up. I'm unsure if I still need to setup any access lists, or does CBAC have that covered? <br>Would I add an acl so people can't spoof my internal address?<br><br>Also, the FAQ for CBAC has you putting it outbound on the WAN port, doing searches here, some specify putting it on the lan port? Which way should I do this? Thanks! Jason<br><br>I've pasted my config below, any advice would be very helpful.<br><br>!<br>version 12.3<br>no parser cache<br>no service pad<br>service tcp-keepalives-in<br>service timestamps debug datetime msec localtime show-timezone<br>service timestamps log datetime msec localtime show-timezone<br>service password-encryption<br>!<br>hostname ************<br>!<br>boot-start-marker<br>boot-end-marker<br>!<br>enable secret 5 ***********************<br>!<br>no network-clock-participate slot 1 <br>no network-clock-participate wic 0 <br>ip subnet-zero<br>no ip source-route<br>!<br>!<br>!<br>!<br>ip cef<br>no ip bootp server<br>ip inspect audit-trail<br>ip inspect name OUTBOUND ftp<br>ip inspect name OUTBOUND http<br>ip inspect name OUTBOUND smtp<br>ip inspect name OUTBOUND tcp<br>ip inspect name OUTBOUND tftp<br>ip inspect name OUTBOUND udp<br>ip ips po max-events 100<br>vpdn enable<br>!<br>vpdn-group 1<br> request-dialin<br>  protocol pppoe<br>!<br>no aaa new-model<br>no ftp-server write-enable<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>! <br>!<br>!<br>!<br>!<br>interface FastEthernet0/0<br> description DSL Interface <br> no ip address<br> no ip redirects<br> no ip unreachables<br> no ip mroute-cache<br> duplex auto<br> speed auto<br> pppoe enable<br> pppoe-client dial-pool-number 1<br> no cdp enable<br>!<br>interface FastEthernet0/1<br> description My LAN Interface<br> ip address 192.168.0.1 255.255.255.0<br> no ip redirects<br> no ip unreachables<br> ip nat inside<br> ip virtual-reassembly<br> ip tcp adjust-mss 1452<br> no ip mroute-cache<br> duplex auto<br> speed auto<br> no cdp enable<br>!<br>interface Dialer1<br> description DSL Interface<br> ip address negotiated<br> no ip unreachables<br> ip mtu 1492<br> ip nat outside<br> ip inspect OUTBOUND out<br> ip virtual-reassembly<br> encapsulation ppp<br> ip tcp adjust-mss 1452<br> no ip mroute-cache<br> dialer pool 1<br> dialer-group 1<br> no cdp enable<br> ppp authentication chap callin<br> ppp chap hostname *********************************<br> ppp chap password 7 *******************************<br> ppp pap sent-username ********************* password 7 **********************<br>!<br>ip classless<br>ip route 0.0.0.0 0.0.0.0 Dialer1<br>!<br>no ip http server<br>no ip http secure-server<br>ip nat inside source list 10 interface Dialer1 overload<br>!<br>!<br>access-list 10 permit 192.168.0.0 0.0.0.255<br>dialer-list 1 protocol ip permit<br>no cdp run<br>!<br>!<br>!<br>control-plane<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>banner motd &#3;CC<br> <br>                           *** ***<br>                                <br> <br>&#3;<br>!<br>line con 0<br> exec-timeout 120 0<br> stopbits 1<br>line aux 0<br>line vty 0 4<br> exec-timeout 0 0<br> password 7 *******************<br> login local<br> length 0<br> transport input none<br>!<br>scheduler max-task-time 5000<br>!<br>end<br><br>System flash directory:<br>File  Length   Name/status<br>  1   27469200  c2600-adventerprisek9-mz.123-8.T10.bin<br>[27469264 bytes used, 5560876 available, 33030140 total]<br>32768K bytes of processor board System flash (Read/Write)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20499174</guid>
<pubDate>Sat, 17 May 2008 19:16:19 EDT</pubDate>
</item>

</channel>
</rss>
