msimonxx
Programmer
- Dec 2, 2008
- 3
I'm trying to get load balancing working (actually just internet access from the LAN would be a great start) on an old cisco 2600. Below is my config...I can ping from the router itself, but no luck from a host on the lan....i'm sure there all kinds of issues with the config as i'm a programmer not a network guy....i'm fumbling around....ugh
the isp is cogent if that helps any
rain2600#show run
Building configuration...
Current configuration : 1181 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
no service dhcp
!
hostname rain2600
!
logging buffered 4096 informational
enable secret 5 xxx
!
!
!
!
!
ip subnet-zero
ip cef
ip domain-name rainmaker.local
ip name-server 66.28.0.45
ip name-server 66.28.0.61
!
!
!
interface FastEthernet0/0
ip address 10.1.10.3 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
ip address 38.x.x.x 255.255.255.252
no ip redirects
no ip proxy-arp
ip load-sharing per-packet
encapsulation ppp
no ip mroute-cache
no peer neighbor-route
no fair-queue
no cdp enable
!
interface Serial0/1
ip address 38.x.x.x 255.255.255.252
no ip redirects
ip load-sharing per-packet
encapsulation ppp
no ip mroute-cache
no peer neighbor-route
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip route 0.0.0.0 0.0.0.0 Serial0/1
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
snmp-server community public RO
!
line con 0
transport input none
line aux 0
line vty 0 4
password xxxx
login
!
end
rain2600#
the isp is cogent if that helps any
rain2600#show run
Building configuration...
Current configuration : 1181 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
no service dhcp
!
hostname rain2600
!
logging buffered 4096 informational
enable secret 5 xxx
!
!
!
!
!
ip subnet-zero
ip cef
ip domain-name rainmaker.local
ip name-server 66.28.0.45
ip name-server 66.28.0.61
!
!
!
interface FastEthernet0/0
ip address 10.1.10.3 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
ip address 38.x.x.x 255.255.255.252
no ip redirects
no ip proxy-arp
ip load-sharing per-packet
encapsulation ppp
no ip mroute-cache
no peer neighbor-route
no fair-queue
no cdp enable
!
interface Serial0/1
ip address 38.x.x.x 255.255.255.252
no ip redirects
ip load-sharing per-packet
encapsulation ppp
no ip mroute-cache
no peer neighbor-route
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip route 0.0.0.0 0.0.0.0 Serial0/1
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
snmp-server community public RO
!
line con 0
transport input none
line aux 0
line vty 0 4
password xxxx
login
!
end
rain2600#