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

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

<channel>
<title>Re: Cisco 804 config in ISDN</title>
<link>http://www.dslreports.com/forum/r20231132</link>
<description></description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 05:37:25 EDT</pubDate>
<lastBuildDate>Tue, 02 Dec 2008 05:37:25 EDT</lastBuildDate>

<item>
<title>Re: Cisco 804 config</title>
<link>http://www.dslreports.com/forum/remark,20254607</link>
<description><![CDATA[<A HREF="/useremail/u/1324690"><b>mark42</b></A> : Glad to see you got things working.  This forum doesn't have the large member number that it did just a year ago so you may not get fast responses.  But pretty much every problem you could run into has been discussed here, so use the search feature and you will probably find what you want.<br><small>--<br>CellAntenna CAY1912 Panel antenna, Cyfre CA-819 amp, Linksys WRT54G3G-ST router, Pantech PX-500 data card.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20254607</guid>
<pubDate>Sun, 30 Mar 2008 20:06:18 EDT</pubDate>
</item>

<item>
<title>Re: Cisco 804 config</title>
<link>http://www.dslreports.com/forum/remark,20247103</link>
<description><![CDATA[<A HREF="/useremail/u/0"><b>anon</b></A> : Thanks for posting the config Mark.  That will be great to fall back on if I run into any other troubles.<br><br>I was able to solve the problem I was having where the router would only dial for the first computer on the LAN.  I added this line to the map-class dialer dov section.  At least, I think this is what did it:<br>dialer-list 1 protocol ip permit<br><br>I'm not really sure why it works, but i'm guessing this causes the router to see every packet as triggering the dial process regardless of where it came from.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20247103</guid>
<pubDate>Sat, 29 Mar 2008 11:45:50 EDT</pubDate>
</item>

<item>
<title>Re: Cisco 804 config</title>
<link>http://www.dslreports.com/forum/remark,20231132</link>
<description><![CDATA[<A HREF="/useremail/u/1324690"><b>mark42</b></A> : Are all your PC's directly connected to the 804?  I had the 904 connected to a Linksys WRT54G wireless router that had hard wired and wireless PC's connecting to it.  Never experienced the problem.  <br><br>There is an command in the IOS that forces both channels to connect always.dialer load-threshold 1 either" (I just cut/pasted that from an old IOS backup I still have).  That may solve your problem. <br><br>This is my ios backup.  I put x's where the spids were.<br>! Cisco IOS router configuration file<br>! Automatically made by Cisco Fast Step v2.5<br>! Designed for Cisco C804<br>! March 05, 2006<br>! Cisco Fast Step Template<br>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br>! Created by fast step, then my changes are below. <br>! As of 03/05/06 9:51 am, incoming and outgoing<br>! phone calls work, both channels always on, and<br>! dropped channel from phone call is picked up<br>! in about 10 - 20 seconds from hangup.<br>! <br>!     no dialer isdn speed 56<br>!  dialer load-threshold 1 either<br>!<br>no service udp-small-servers<br>no service tcp-small-servers<br>service password-encryption<br>hostname Router<br>username Router password Password<br>enable secret SuperSecret<br>no ip source-route<br>isdn switch-type basic-ni<br><br>ip routing<br>ip classless<br>ip subnet-zero<br>service dhcp<br>ip dhcp pool DHCPPoolLAN_0<br> network 198.168.1.0 255.255.255.0<br> dns-server 207.251.194.54 207.251.194.55<br> default-router 198.168.1.2 <br> lease 1 0 0<br>ip name-server 207.251.194.54<br>ip name-server 207.251.194.55<br>pots country US<br>dial-peer voice 1 pots<br> destination-pattern xxxxxxxxx<br> port 1<br>dial-peer voice 2 pots<br> destination-pattern xxxxxxxx<br> port 2<br><br>interface ethernet 0<br> keepalive<br> no shutdown<br> ip address 198.168.1.2 255.255.255.0<br> ip route-cache<br> no ip proxy-arp<br> no ip directed-broadcast<br> ip nat inside<br> ip access-group 121 in<br><br>interface bri 0<br> encapsulation ppp<br> ppp authentication chap pap callin<br> ppp multilink<br> isdn switch-type basic-ni<br> isdn spid1 xxxxxxxxxxxxxx xxxxxxx<br> isdn voice-priority xxxxxxx in always<br> isdn voice-priority xxxxxxx out always <br> isdn spid2 xxxxxxxxxxxxxx xxxxxxx<br> isdn voice-priority xxxxxxx always<br> isdn voice-priority xxxxxxx out always <br> dialer pool-member 1<br> isdn incoming-voice modem<br> no shutdown<br><br>interface dialer 1<br> dialer remote-name Cisco1<br> dialer pool 1<br> no ip split-horizon<br> description ISP<br> encapsulation ppp<br> dialer idle-timeout 300<br> dialer hold-queue 10<br> dialer-group 1<br> dialer string 19084980086 class DialClass<br> ppp authentication chap pap callin<br> ppp chap hostname sssssss@xxxxx,com<br> ppp chap password xxxxxxx<br> ppp pap sent-username xxxxx password xxxxxx<br> ppp multilink<br> dialer load-threshold 1 either<br> ip address negotiated<br> ip route-cache<br> no ip proxy-arp<br> no ip directed-broadcast<br> ip nat outside<br> ip access-group 121 in<br><br>map-class dialer DialClass<br> <br>dialer-list 1 protocol ip permit<br><br>no router rip<br>ip route 0.0.0.0 0.0.0.0 dialer 1<br>ip nat inside source list 18 interface dialer 1 overload<br>access-list 18 permit 198.168.1.0 0.0.0.255<br>access-list 121 deny udp any eq 138 any <br>access-list 121 deny udp any eq 137 any <br>access-list 121 deny udp any eq 139 any <br>access-list 121 deny tcp any eq 137 any <br>access-list 121 deny tcp any eq 138 any <br>access-list 121 deny tcp any eq 139 any <br>access-list 121 permit ip any any  time-range TIME<br>time-range TIME<br>periodic daily 00:00 to 23:59<br><br>line console 0<br> exec-timeout 120<br>line vty 0 4<br> exec-timeout 0<br> login local<br><br>end<br><small>--<br>CellAntenna CAY1912 Panel antenna, Cyfre CA-819 amp, Linksys WRT54G3G-ST router, Pantech PX-500 data card.</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20231132</guid>
<pubDate>Wed, 26 Mar 2008 20:37:21 EDT</pubDate>
</item>

<item>
<title>Cisco 804 config</title>
<link>http://www.dslreports.com/forum/remark,20209010</link>
<description><![CDATA[<A HREF="/useremail/u/1210040"><b>mo24</b></A> : Hello,<br><br>We just set up our new Cisco 804 and so far it is working excellently, getting dual channel almost effortlessly compared to my old RH348.<br><br>I've run into a few problems that i've managed to fix - ie: connecting on 56k channels instead of 64k, not multilinking, etc.<br><br>My current problem is that the router doesn't connect channels B1 and B2 whenever the second computer on our LAN tries to access the internet.  It will only connect if the first computer, in LK0 LAN port accesses the internet.  I'm guessing there is some setting for this.  Does anyone know what it is?<br><br>Also, if it's not too much trouble, i was wondering if someone could post a known 'working config' that I could maybe use to further set mine up properly.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/remark,20209010</guid>
<pubDate>Sat, 22 Mar 2008 18:55:27 EDT</pubDate>
</item>

</channel>
</rss>
