cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
622
Views
0
Helpful
2
Replies

NATing with two Internet Connection

s.nasheet
Level 1
Level 1

Hi ,

I need to configure Cisco 1841 which has two internet connection ( SDSL & ADSL2+) and want to distrubute traffic across  both links equally( Possiblly voice traffic to SDSL). One conection is already up and running and doing NAT  Overload  and now second connection need to be added to config.

Do I just need to add a one more default route towards the 2nd internet connection ( Dialer interface)? like 0.0.0.0 0.0.0.0. Dailer1

Here is the current config. ( only NAT config)

interface FastEthernet0/0
description *****LAN Connection to Switch*****
ip address 10.0.0.254 255.255.0.0
ip nat inside
ip virtual-reassembly
duplex auto

interface ATM0/0/0
no ip address
no atm ilmi-keepalive
!
interface ATM0/0/0.1 point-to-point
no snmp trap link-status
pvc 0/38
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
!
interface Dialer0
ip address negotiated
ip nbar protocol-discovery
ip flow ingress
ip flow egress
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 2

!
access list 5 10 permit 10.0.0.0 0.0.255.255

!
ip nat inside source list 5 interface Dialer0 overload

!
ip route 0.0.0.0 0.0.0.0 Dialer0

!


Any sample config will really help.

Regards

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

s.nasheet wrote:

Hi ,

I need to configure Cisco 1841 which has two internet connection ( SDSL & ADSL2+) and want to distrubute traffic across  both links equally( Possiblly voice traffic to SDSL). One conection is already up and running and doing NAT  Overload  and now second connection need to be added to config.

Do I just need to add a one more default route towards the 2nd internet connection ( Dialer interface)? like 0.0.0.0 0.0.0.0. Dailer1

Here is the current config. ( only NAT config)

interface FastEthernet0/0
description *****LAN Connection to Switch*****
ip address 10.0.0.254 255.255.0.0
ip nat inside
ip virtual-reassembly
duplex auto

interface ATM0/0/0
no ip address
no atm ilmi-keepalive
!
interface ATM0/0/0.1 point-to-point
no snmp trap link-status
pvc 0/38
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
!
interface Dialer0
ip address negotiated
ip nbar protocol-discovery
ip flow ingress
ip flow egress
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 2

!
access list 5 10 permit 10.0.0.0 0.0.255.255

!
ip nat inside source list 5 interface Dialer0 overload

!
ip route 0.0.0.0 0.0.0.0 Dialer0

!


Any sample config will really help.

Regards

Yes, just add a second default route pointing out of Dialer1. Also make suer you configure a similiar NAT statement ie.

int dialer

ip nat outside


ip nat inside source list 5 interface Dialer1 overload

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

s.nasheet wrote:

Hi ,

I need to configure Cisco 1841 which has two internet connection ( SDSL & ADSL2+) and want to distrubute traffic across  both links equally( Possiblly voice traffic to SDSL). One conection is already up and running and doing NAT  Overload  and now second connection need to be added to config.

Do I just need to add a one more default route towards the 2nd internet connection ( Dialer interface)? like 0.0.0.0 0.0.0.0. Dailer1

Here is the current config. ( only NAT config)

interface FastEthernet0/0
description *****LAN Connection to Switch*****
ip address 10.0.0.254 255.255.0.0
ip nat inside
ip virtual-reassembly
duplex auto

interface ATM0/0/0
no ip address
no atm ilmi-keepalive
!
interface ATM0/0/0.1 point-to-point
no snmp trap link-status
pvc 0/38
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
!
interface Dialer0
ip address negotiated
ip nbar protocol-discovery
ip flow ingress
ip flow egress
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 2

!
access list 5 10 permit 10.0.0.0 0.0.255.255

!
ip nat inside source list 5 interface Dialer0 overload

!
ip route 0.0.0.0 0.0.0.0 Dialer0

!


Any sample config will really help.

Regards

Yes, just add a second default route pointing out of Dialer1. Also make suer you configure a similiar NAT statement ie.

int dialer

ip nat outside


ip nat inside source list 5 interface Dialer1 overload

Jon

Many Thanks Jon. I will try that first thing Monday morning.

Regards

Review Cisco Networking for a $25 gift card