I have a serial crossover cable, one end DCE and the other DTE, and I'm having problems when I drag a file across the network. My yahoo messenger works ok but when I open anything that requires a lot of bandwidth, it seems like the link between the cisco routers chokes up. Can anyone help?? or has done this before?? The config for both routers is below.<br><br>Router 1 (dte)<br><br>Current configuration:<br>!<br>version 11.0<br>service udp-small-servers<br>service tcp-small-servers<br>!<br>hostname MAP_Tweener<br>!<br>enable secret 5 $1$U/WG$ukdCxG1rRi6vuTgrSbaUI1<br>enable password baynet<br>!<br>!<br>interface Ethernet0<br> ip address 192.168.8.100 255.255.255.0<br>!<br>interface Serial0<br> ip address 192.168.9.1 255.255.255.0<br> encapsulation ppp<br> bandwidth 2000000<br> no keepalive<br>!<br>interface Serial1<br> no ip address<br> shutdown<br>!<br>ip route 0.0.0.0 0.0.0.0 192.168.8.1<br>ip route 192.168.20.0 255.255.255.0 192.168.9.2<br>ip route 208.188.12.144 255.255.255.248 192.168.8.10<br>snmp-server community osage RO<br>!<br>line con 0<br>line aux 0<br> transport input all<br>line vty 0 4<br> password baynet<br> login<br>!<br>end<br><br><br><br>Router 2 (dce)<br><br>Current configuration:<br>!<br>version 11.1<br>service udp-small-servers<br>service tcp-small-servers<br>!<br>hostname MAP_External<br>!<br>enable secret 5 $1$Z2Xo$O9DFBldcf2MULTOR6wGZG.<br>enable password baynet<br>!<br>!<br>interface Ethernet0<br> ip address 192.168.20.1 255.255.255.0<br> ip helper-address 192.168.8.20<br>!<br>interface Serial0<br> no ip address<br> shutdown<br>!<br>interface Serial1<br> ip address 192.168.9.2 255.255.255.0<br> encapsulation ppp<br> bandwidth 2000000<br> no keepalive<br> clockrate 2000000<br>!<br>no ip classless<br>ip route 0.0.0.0 0.0.0.0 192.168.9.1<br>logging buffered<br>snmp-server community osage RO<br>!<br>line con 0<br>line aux 0<br>line vty 0 4<br> password baynet<br> login<br>!<br>end<br><br>