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

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

<channel>
<title>Topic &#x27;Re: UBR 924 and Comcast&#x27; in forum &#x27;Cisco&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7829736</link>
<description></description>
<language>en</language>
<pubDate>Sat, 26 Mar 2022 13:56:24 EDT</pubDate>
<lastBuildDate>Sat, 26 Mar 2022 13:56:24 EDT</lastBuildDate>

<item>
<title>Re: UBR 924 and Comcast</title>
<link>http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7909206</link>
<description><![CDATA[devicemanage posted : I tried changing the command lines and the access lists.  Still nothing, there is suppose to be a tech from the commercial end calling me this week.  I will let you guys know how I make out.  IF you can think of anything else, please let me know...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7909206</guid>
<pubDate>Mon, 08 Sep 2003 14:14:26 EDT</pubDate>
</item>
<item>
<title>Re: UBR 924 and Comcast</title>
<link>http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7871082</link>
<description><![CDATA[devicemanage posted : OK, thank you very much guys.  I am going to tackle it this weekend.  ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7871082</guid>
<pubDate>Thu, 04 Sep 2003 08:24:13 EDT</pubDate>
</item>
<item>
<title>Re: UBR 924 and Comcast</title>
<link>http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7869936</link>
<description><![CDATA[siczora posted : Access list 1-99 are referred to as "standard ACL's" while the ones numbered 100-199 are called "extended ACL's". They are both used for IP routing but the extended ACL has more specific filtering options available (such as filtering by port, protocol, etc instead of just an address range).<br><br>I'm not sure what route-map and match ip do, so can't answer that one for you.<br><br>The 12.x.x.x addresses are the public IP addresses assigned on ex-ATTBI comcast networks. They are assigned dynamically by DHCP.<br><br>The loopback interface is just the interface the router uses to refer to itself, usually denoted with a 127.0.0.1 localhost address. It is not necessary to create this one in your config as it is already configured in your router by default.<br><br>The 10.x.x.x addresses on the other hand are private addreses, not publicly accessible on the internet. Generally your modem and head end (where you connect to the local office and then to the internet) are assigned this type of address.<br><br>Hope this sheds a little light on your problem!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7869936</guid>
<pubDate>Thu, 04 Sep 2003 01:23:41 EDT</pubDate>
</item>
<item>
<title>Re: UBR 924 and Comcast</title>
<link>http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7868399</link>
<description><![CDATA[devicemanage posted : Can anyone make sense out of this?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7868399</guid>
<pubDate>Wed, 03 Sep 2003 22:23:06 EDT</pubDate>
</item>
<item>
<title>Re: UBR 924 and Comcast</title>
<link>http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7847688</link>
<description><![CDATA[devicemanage posted : Thanks for the  reply...  I am some what of an newbie to the ios, but I know how to remove commands and add them but somethings weren't too clear.<br><br>What is the difference between access list 10 and 120?<br>What are these commands going to change:<br>     route-map nonat permit 10<br>     match ip address 120<br><br>What are the 12. addresses?  Are they coming off of Comcast's network automatically?  I don't remember seeing any 12.'s before.<br><br>As far as my loopback goes, isn't that suppose to have my global ip?  The one that I use to get to the internet?<br><br>I haven't tried anything yet because there might be a problem at my house, so I have a service call setup for tomorrow, but please let me know about the changes to the config and if you could, the pro's and con's vs. the way I had it and your changes.  I am trying to learn as I go to - LOL!<br><br>Thanks man,<br>Christo]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7847688</guid>
<pubDate>Mon, 01 Sep 2003 20:37:26 EDT</pubDate>
</item>
<item>
<title>Re: UBR 924 and Comcast</title>
<link>http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7845078</link>
<description><![CDATA[MavenRaphene posted : I am using comcast high speed cable and a uBR924 w/ NAT.<br><br>Here is what I would try:<br><br>remove the ip default-gateway string, its not needed. Your loopback adapter will have you public IP address, which will talk to the cable-modems IP address, which talks to the outside world.<br><br>remove your loopback0 adapter. (so the router can create it automatically)<br><br>remove the ip nat inside source list 10 string as well, and replace with:<br><br>ip nat inside source route-map nonat pool LAN_POOL overload<br><br>then add the following:<br><br>access-list 120 permit ip 10.1.1.0 0.0.0.255 any<br><br>remove your access list 10<br><br>route-map nonat permit 10<br>match ip address 120<br>[then type exit to return to the normal config, then end, then reload, yes on save, confirm reload]<br><br>That should give your cable-modem0 interface a 10. address, automatically create a nat pool called LAN_POOL with a 12. address, and create your loopback adapter with that 12. address.<br><br>That should work with comcast. Let me know if you are not sure how to perform the tasks mentioned above.<br><br>Maven]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-UBR-924-and-Comcast-7845078</guid>
<pubDate>Mon, 01 Sep 2003 15:23:09 EDT</pubDate>
</item>
<item>
<title>UBR 924 and Comcast</title>
<link>http://www.dslreports.com/forum/UBR-924-and-Comcast-7829736</link>
<description><![CDATA[devicemanage posted : Comcast just changed their network around (ip wise) and now I am offline.  I was wondering if anyone knew what information I need to obtain from Comcast's network and input into the router to make it run.  As of now I am not getting the LINK light to lock on, it just blinks, also the router was up for like 4 months prior.<br><br>Here is a copy of my current config - please help!<br><br>version 12.2<br>no service pad<br>service timestamps debug datetime msec<br>service timestamps log datetime msec<br>no service password-encryption<br>!<br>hostname routerone_pa<br>!<br>clock timezone - -5<br>ip subnet-zero<br>ip tftp source-interface cable-modem0<br>no ip domain-lookup<br>ip dhcp excluded-address 10.1.1.250<br>ip dhcp excluded-address 10.1.1.249<br>ip dhcp excluded-address 10.1.1.10<br>ip dhcp excluded-address 10.1.1.3<br>ip dhcp excluded-address 10.1.1.2<br>ip dhcp excluded-address 10.1.1.1<br>!<br>ip dhcp pool LAN_USERS<br>   network 10.1.1.0 255.255.255.0<br>   domain-name (removed - but I know what this is)<br>   dns-server (removed - but I know what this is)<br>   default-router 10.1.1.250<br>!<br>ip audit notify log<br>ip audit po max-events 100<br>call rsvp-sync<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>!<br>interface Loopback0<br> no ip address<br>!<br>interface Ethernet0<br> ip address 10.1.1.250 255.255.255.0<br> ip nat inside<br> no ip mroute-cache<br> no cdp enable<br>!<br>interface cable-modem0<br> ip nat outside<br> no ip mroute-cache<br> no cable-modem compliant bridge<br> cable-modem dhcp-proxy nat LAN_POOL<br>!<br>ip default-gateway 10.100.120.1 (not sure if this is the problem - don't know where this info is obtained)<br>ip nat inside source list 10 pool LAN_POOL overload<br>ip classless<br>no ip http server<br>no ip http cable-monitor<br>!<br>access-list 10 permit 10.1.1.0 0.0.0.255<br>no cdp run<br>snmp-server engineID local 00000009020000036BD6B7C0<br>snmp-server packetsize 4096<br>snmp-server enable traps tty<br>snmp-server manager<br>!<br>voice-port 0<br> input gain -2<br> output attenuation 0<br>!<br>voice-port 1<br> input gain -2<br> output attenuation 0<br>!<br>!<br>line con 0<br>line vty 0 4<br> login<br>!<br>scheduler max-task-time 5000<br>end]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/UBR-924-and-Comcast-7829736</guid>
<pubDate>Sat, 30 Aug 2003 13:42:09 EDT</pubDate>
</item>
</channel>
</rss>
