I have a 1811 series router now its set with dual internet connections two different ISP's I have 2 default routes basically It should load balance between two now my concern is I need a port forwarding as we use privite space addressing. I am including current config addresses have been changed to examples.
ip sla 1
icmp-echo 24.168.1.6
ip sla schedule 1 life forever start-time now
ip sla 2
icmp-echo 72.15.49.4
ip sla schedule 2 life forever start-time now
!
track 123 rtr 1 reachability
!
track 456 rtr 2 reachability
!
interface FastEthernet0
description $ES_WAN$$FW_OUTSIDE$
ip address 24.168.1.5 255.255.255.240
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
no ip virtual-reassembly
no ip route-cache cef
no ip route-cache
duplex auto
speed auto
!
interface FastEthernet1
ip address 72.15.49.3 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-FE 2$$ES_LAN$$FW_INSIDE$
ip address 192.168.1.195 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
!
ip local policy route-map MY_LOCAL_POLICY-2
ip route 0.0.0.0 0.0.0.0 71.249.216.1 track 123
ip route 0.0.0.0 0.0.0.0 64.8.212.209 track 456
ip route 64.8.212.209 255.255.255.255 FastEthernet0 permanent
!
ip nat inside source route-map FAST-0 interface FastEthernet0 overload
ip nat inside source route-map FAST-1 interface FastEthernet1 overload
ip nat inside source static tcp 192.168.1.1 21 24.168.1.5 21 extendable
ip nat inside source static tcp 192.168.1.1 25 24.168.1.5 25 extendable
ip nat inside source static tcp 192.168.1.1 80 24.168.1.5 80 extendable
ip nat inside source static tcp 192.168.1.68 1528 24.168.1.5 1528 extendable
ip nat inside source static tcp 192.168.1.50 1529 24.168.1.5 1529 extendable
ip nat inside source static tcp 192.168.1.48 3388 24.168.1.5 3388 extendable
ip nat inside source static tcp 192.168.1.1 21 72.15.49.3 21 extendable
ip nat inside source static tcp 192.168.1.1 25 72.15.49.3 25 extendable
ip nat inside source static tcp 192.168.1.1 80 72.15.49.3 80 extendable
ip nat inside source static tcp 192.168.1.68 1528 72.15.49.3 1528 extendable
ip nat inside source static tcp 192.168.1.50 1529 72.15.49.3 1529 extendable
ip nat inside source static tcp 192.168.1.48 3388 72.15.49.3 3388 extendable
logging trap debugging
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 150 permit ip 192.168.1.0 0.0.0.255 any
access-list 189 permit icmp any host 72.15.49.4 echo
access-list 199 permit icmp any host 24.168.1.6 echo
!
route-map FAST-1 permit 10
match ip address 1
match interface FastEthernet1
!
route-map FAST-0 permit 10
match ip address 1
match interface FastEthernet0
!
route-map MY_LOCAL_POLICY-2 permit 10
match ip address 189
set interface FastEthernet1
What do you think guys will this config support load sharing with port forwarding?
ASKED:
Sep 15, 2006 1:42 PM GMT
UPDATED:
October 16, 2006 2:55:44 AM GMT