 mo24
join:2005-05-27 Jefferson City, MO
| Cisco 804 config
Hello,
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.
I've run into a few problems that i've managed to fix - ie: connecting on 56k channels instead of 64k, not multilinking, etc.
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?
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. |
|
 mark42
join:2006-02-07 USA
·Sprint Mobile Broa..
edit: March 26th, @08:45PM
| 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.
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.
This is my ios backup. I put x's where the spids were. ! Cisco IOS router configuration file ! Automatically made by Cisco Fast Step v2.5 ! Designed for Cisco C804 ! March 05, 2006 ! Cisco Fast Step Template !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Created by fast step, then my changes are below. ! As of 03/05/06 9:51 am, incoming and outgoing ! phone calls work, both channels always on, and ! dropped channel from phone call is picked up ! in about 10 - 20 seconds from hangup. ! ! no dialer isdn speed 56 ! dialer load-threshold 1 either ! no service udp-small-servers no service tcp-small-servers service password-encryption hostname Router username Router password Password enable secret SuperSecret no ip source-route isdn switch-type basic-ni
ip routing ip classless ip subnet-zero service dhcp ip dhcp pool DHCPPoolLAN_0 network 198.168.1.0 255.255.255.0 dns-server 207.251.194.54 207.251.194.55 default-router 198.168.1.2 lease 1 0 0 ip name-server 207.251.194.54 ip name-server 207.251.194.55 pots country US dial-peer voice 1 pots destination-pattern xxxxxxxxx port 1 dial-peer voice 2 pots destination-pattern xxxxxxxx port 2
interface ethernet 0 keepalive no shutdown ip address 198.168.1.2 255.255.255.0 ip route-cache no ip proxy-arp no ip directed-broadcast ip nat inside ip access-group 121 in
interface bri 0 encapsulation ppp ppp authentication chap pap callin ppp multilink isdn switch-type basic-ni isdn spid1 xxxxxxxxxxxxxx xxxxxxx isdn voice-priority xxxxxxx in always isdn voice-priority xxxxxxx out always isdn spid2 xxxxxxxxxxxxxx xxxxxxx isdn voice-priority xxxxxxx always isdn voice-priority xxxxxxx out always dialer pool-member 1 isdn incoming-voice modem no shutdown
interface dialer 1 dialer remote-name Cisco1 dialer pool 1 no ip split-horizon description ISP encapsulation ppp dialer idle-timeout 300 dialer hold-queue 10 dialer-group 1 dialer string 19084980086 class DialClass ppp authentication chap pap callin ppp chap hostname sssssss@xxxxx,com ppp chap password xxxxxxx ppp pap sent-username xxxxx password xxxxxx ppp multilink dialer load-threshold 1 either ip address negotiated ip route-cache no ip proxy-arp no ip directed-broadcast ip nat outside ip access-group 121 in
map-class dialer DialClass
dialer-list 1 protocol ip permit
no router rip ip route 0.0.0.0 0.0.0.0 dialer 1 ip nat inside source list 18 interface dialer 1 overload access-list 18 permit 198.168.1.0 0.0.0.255 access-list 121 deny udp any eq 138 any access-list 121 deny udp any eq 137 any access-list 121 deny udp any eq 139 any access-list 121 deny tcp any eq 137 any access-list 121 deny tcp any eq 138 any access-list 121 deny tcp any eq 139 any access-list 121 permit ip any any time-range TIME time-range TIME periodic daily 00:00 to 23:59
line console 0 exec-timeout 120 line vty 0 4 exec-timeout 0 login local
end -- CellAntenna CAY1912 Panel antenna, Cyfre CA-819 amp, Linksys WRT54G3G-ST router, Pantech PX-500 data card. |
|
  mo244
@Level3.net
| reply to mo24 Thanks for posting the config Mark. That will be great to fall back on if I run into any other troubles.
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: dialer-list 1 protocol ip permit
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. |
|
 mark42
join:2006-02-07 USA
·Sprint Mobile Broa..
| 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. -- CellAntenna CAY1912 Panel antenna, Cyfre CA-819 amp, Linksys WRT54G3G-ST router, Pantech PX-500 data card. |
|