I have a 4-5mb connection with my linksys router, however when I set my cisco 3620 up with NAT I can only get 1.5-1.7mb any ideas off hand?
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Internet
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$FDNE$g8RmVxZLygVR6I08l4N031
!
no aaa new-model
ip subnet-zero
!
!
ip cef
ip dhcp excluded-address 10.10.1.1 10.10.1.100
!
ip dhcp pool INTERNAL
network 10.10.1.0 255.255.255.0
default-router 10.10.1.1
dns-server 64.71.255.198
!
!
partition flash 2 16 8
!
!
!
!
interface Ethernet0/0
ip address dhcp
ip nat outside
logging event subif-link-status
full-duplex
!
interface Serial0/0
no ip address
logging event subif-link-status
shutdown
no fair-queue
!
interface TokenRing0/0
no ip address
logging event subif-link-status
shutdown
ring-speed 16
!
interface Ethernet1/0
ip address 10.10.1.1 255.255.255.0
ip nat inside
logging event subif-link-status
full-duplex
!
interface Ethernet1/1
no ip address
logging event subif-link-status
shutdown
half-duplex
!
ip nat inside source list 1 interface Ethernet0/0 overload
no ip http server
ip classless
!
!
access-list 1 permit 10.10.1.0 0.0.0.255
banner motd
****************************************************************
*
* WARNING: System is RESTRICTED to authorized personnel ONLY!
* Unauthorized use of this system will be logged and
* prosecuted to the fullest extent of the law.
*
* If you are NOT authorized to use this system, LOG OFF NOW!
*
****************************************************************
!
line con 0
line aux 0
line vty 0
password
login
line vty 1 4
login
!
!
end