Here ismy config:
1 Cisco 2621
Two ISPs : ISP1 and ISP 2
I have a public Range with ISP1
I want load balancing with ISP2
BUT I need to be reached on my public range (LAN Servers) through ISP1 at least.
Building configuration...
Current configuration:
!
version 12.0
service nagle
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
!
clock timezone France 1
clock summer-time France recurring last Sun Mar 2:00 last Sun Oct 3:00
ip subnet-zero
no ip source-route
ip cef
no ip finger
ip tcp path-mtu-discovery
no ip domain-lookup
ip domain-name XXX
ip name-server XXX
!
isdn voice-call-failure 0
!
!
controller E1 1/0
framing NO-CRC4
channel-group 0 timeslots 1-31
!
!
interface Loopback0
no ip address
no ip directed-broadcast
shutdown
!
interface Ethernet0/0
description LAN
ip address publicadd1 255.255.255.224
no ip redirects
ip directed-broadcast
ip accounting output-packets
ip nat inside
ip load-sharing per-packet
full-duplex
random-detect
standby priority 90 preempt
!
interface Ethernet0/1
description ISP2
ip address staticIP2 255.255.255.0
ip directed-broadcast
ip accounting output-packets
ip nat outside
full-duplex
!
interface Serial1/0:0
description ISP1
ip address staticIP1 255.255.255.252
no ip directed-broadcast
random-detect
!
ip nat inside source list 1 interface Ethernet0/1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 staticIP1GW
no ip http server
!
access-list 1 permit publicaddrange 0.0.0.255
!
end
QUESTION:
if I add
ip route 0.0.0.0 0.0.0.0 staticIP2GW
to have load sharing everything is messed up.
I lose some outgoing traffic
People from outside cant acccess my servers on publicrange.
ideas ???
1 Cisco 2621
Two ISPs : ISP1 and ISP 2
I have a public Range with ISP1
I want load balancing with ISP2
BUT I need to be reached on my public range (LAN Servers) through ISP1 at least.
Building configuration...
Current configuration:
!
version 12.0
service nagle
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
!
clock timezone France 1
clock summer-time France recurring last Sun Mar 2:00 last Sun Oct 3:00
ip subnet-zero
no ip source-route
ip cef
no ip finger
ip tcp path-mtu-discovery
no ip domain-lookup
ip domain-name XXX
ip name-server XXX
!
isdn voice-call-failure 0
!
!
controller E1 1/0
framing NO-CRC4
channel-group 0 timeslots 1-31
!
!
interface Loopback0
no ip address
no ip directed-broadcast
shutdown
!
interface Ethernet0/0
description LAN
ip address publicadd1 255.255.255.224
no ip redirects
ip directed-broadcast
ip accounting output-packets
ip nat inside
ip load-sharing per-packet
full-duplex
random-detect
standby priority 90 preempt
!
interface Ethernet0/1
description ISP2
ip address staticIP2 255.255.255.0
ip directed-broadcast
ip accounting output-packets
ip nat outside
full-duplex
!
interface Serial1/0:0
description ISP1
ip address staticIP1 255.255.255.252
no ip directed-broadcast
random-detect
!
ip nat inside source list 1 interface Ethernet0/1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 staticIP1GW
no ip http server
!
access-list 1 permit publicaddrange 0.0.0.255
!
end
QUESTION:
if I add
ip route 0.0.0.0 0.0.0.0 staticIP2GW
to have load sharing everything is messed up.
I lose some outgoing traffic
People from outside cant acccess my servers on publicrange.
ideas ???