Hello All,

     I recently posted to the newsgroup about configuring a mulitple T1
connection to a single network. I have since then got the configuration up
and running however the connection out to the net is very slow. I cannot
seem to figure out why. Here is the basics of the config:

Fasteth0    ip address 172.16.100.2
                 ip nat inside

Serial0     ip address 144.x.x.x
               ip nat outside

Serial1    ip address 65.x.x.x
              ip nat outside

ip nat pool Qwest 65.120.161.167 65.120.161.190 netmask 255.255.255.224
ip nat pool Sprint 65.160.124.199 65.160.124.222 netmask 255.255.255.224
ip nat inside source route-map Qwest1 pool  overload
ip nat inside source route-map Sprint1 pool  overload
ip nat inside source static 172.16.100.5 65.120.161.162
ip nat inside source static 172.16.200.5 65.160.124.194
ip nat inside source static 172.16.100.6 65.120.161.163
ip nat inside source static 172.16.200.6 65.160.124.195
ip nat inside source static 172.16.100.7 65.120.161.164
ip nat inside source static 172.16.200.7 65.160.124.196
ip nat inside source static 172.16.100.8 65.120.161.165
ip nat inside source static 172.16.200.8 65.160.124.197
ip nat inside source static 172.16.100.9 65.120.161.166
ip nat inside source static 172.16.200.9 65.160.124.198
ip classless
ip route 0.0.0.0 0.0.0.0 65.x.x.x
ip route 0.0.0.0 0.0.0.0 144.x.x.x
ip route 65.0.0.0 255.0.0.0 Serial1
ip route 144.0.0.0 255.0.0.0 Serial0
ip route 172.0.0.0 255.0.0.0 FastEthernet0
ip http server
!
!
access-list 10 permit 172.16.100.0 0.0.0.255
access-list 10 permit 172.16.200.0 0.0.0.255

The Serial interfaces are not showing any kind of problems and packets are
going out of each of them.

Thanks in advance




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=65158&t=65158
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to