I have two Cisco 2620 routers with 2-T1 cards. Originally it was configured as a bridge, but we are changing it to work as a router. I have reconfigured it, but do not know how to load balance. Also the systems using the new ip addresses that need to see the server across the router, has a problem when they use their dialup for internet. It loses the network connection to the server until the dialup session s completed.
Here is my running configuration for both routers:
Router-W1
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router-W1
!
enable secret 5 $1$YzVt$Pj1OKqVsXIx1U0FholWAi1
enable password xxxxx
!
no ip subnet-zero
!
!
!
!
interface FastEthernet0/0
ip address 10.40.100.253 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
!
--More--
interface Serial0/0
ip address 10.40.101.1 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
no fair-queue
!
interface Serial0/1
ip address 10.40.101.3 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.40.100.250
ip route 10.40.200.0 255.255.255.0 10.40.101.4 10
no ip http server
!
snmp-server engineID local 000000090200003080B9B8E0
snmp-server community public RO
!
line con 0
transport input none
line aux 0
line vty 0 4
--More--
password xxxxxxxxx
login
!
end
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Router-W2
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router-W2
!
enable secret 5 $1$eTHJ$IqVnl0VZO9jnrGUb9U5311
enable password xxxxxxxx
!
no ip subnet-zero
!
!
!
!
interface FastEthernet0/0
ip address 10.40.200.253 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
!
--More--
interface Serial0/0
ip address 10.40.101.2 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
no fair-queue
!
interface Serial0/1
ip address 10.40.101.4 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.40.100.250
ip route 10.40.100.0 255.255.255.0 10.40.101.3 10
ip route 10.40.100.0 255.255.255.0 10.40.101.1 10
no ip http server
!
snmp-server engineID local 000000090200003080B9B860
snmp-server community public RO
!
line con 0
password cij1998
transport input none
line aux 0
--More--
line vty 0 4
password xxxxxxx
login
!
no scheduler allocate
end
Here is my running configuration for both routers:
Router-W1
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router-W1
!
enable secret 5 $1$YzVt$Pj1OKqVsXIx1U0FholWAi1
enable password xxxxx
!
no ip subnet-zero
!
!
!
!
interface FastEthernet0/0
ip address 10.40.100.253 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
!
--More--
interface Serial0/0
ip address 10.40.101.1 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
no fair-queue
!
interface Serial0/1
ip address 10.40.101.3 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.40.100.250
ip route 10.40.200.0 255.255.255.0 10.40.101.4 10
no ip http server
!
snmp-server engineID local 000000090200003080B9B8E0
snmp-server community public RO
!
line con 0
transport input none
line aux 0
line vty 0 4
--More--
password xxxxxxxxx
login
!
end
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Router-W2
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router-W2
!
enable secret 5 $1$eTHJ$IqVnl0VZO9jnrGUb9U5311
enable password xxxxxxxx
!
no ip subnet-zero
!
!
!
!
interface FastEthernet0/0
ip address 10.40.200.253 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
!
--More--
interface Serial0/0
ip address 10.40.101.2 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
no fair-queue
!
interface Serial0/1
ip address 10.40.101.4 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.40.100.250
ip route 10.40.100.0 255.255.255.0 10.40.101.3 10
ip route 10.40.100.0 255.255.255.0 10.40.101.1 10
no ip http server
!
snmp-server engineID local 000000090200003080B9B860
snmp-server community public RO
!
line con 0
password cij1998
transport input none
line aux 0
--More--
line vty 0 4
password xxxxxxx
login
!
no scheduler allocate
end