LedZepRock
MIS
Hi
I have seems to be trying to fix this problem for months now (think this is my 3rd post on the subject). I have a 2610 router that is being used to dial a number of ISDN connections, the dialers themselves are fine, but I am having issues with NAT, I just cant get it to work. Here is the config thats giving me trouble. (I stuck some debug at the end also)
The debug shows this error
5d00h: NAT: dialer not up for Dialer3, no translation, dial and drop
(odd thing with this debug is that it always says "Dialer3" even if that is not the dialer being used).
Ta
Simon
-----------------------------------------------------------
interface FastEthernet0/0
ip address 192.168.101.97 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface BRI1/0
no ip address
dialer pool-member 1
isdn switch-type basic-net3
!
interface BRI1/1
no ip address
dialer pool-member 1
isdn switch-type basic-net3
!
interface BRI1/2
no ip address
dialer pool-member 1
isdn switch-type basic-net3
!
interface BRI1/3
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/4
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/5
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/6
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/7
no ip address
shutdown
isdn switch-type basic-net3
!
interface Async1
no ip address
!
interface Async2
no ip address
!
interface Dialer1
description *** Connection 1 ***
ip address 192.168.105.6 255.255.255.252
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 15
dialer string 11111111111
dialer-group 101
ppp chap hostname User1
ppp chap password 0 Password1
!
interface Dialer2
description *** Connection 2 ***
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 15
dialer string 222222222222222
dialer-group 102
no cdp enable
ppp authentication chap pap callin
ppp pap sent-username User2 password 0 Password2
!
interface Dialer3
description *** Connection 3 ***
mtu 1400
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 15
dialer string 22222222222222
dialer-group 103
no cdp enable
ppp authentication chap pap callin
ppp pap sent-username User3 password 7 Password3
!
ip nat inside source list 101 interface Dialer1 overload
ip nat inside source list 102 interface Dialer2 overload
ip nat inside source list 103 interface Dialer3 overload
ip classless
ip route 10.10.10.0 255.255.255.0 Dialer2
ip route 10.20.20.0 255.255.255.0 Dialer1
ip route 194.194.194.0 255.255.255.0 Dialer3
no ip http server
ip pim bidir-enable
!
!
access-list 101 permit ip host 192.168.101.250 10.10.10.0 0.0.0.255
access-list 102 permit ip host 192.168.101.250 10.20.20.0 0.0.0.255
access-list 103 permit ip host 192.168.101.250 any
dialer-list 101 protocol ip list 101
dialer-list 102 protocol ip list 102
dialer-list 103 protocol ip list 103
!
line con 0
line 1 2
line aux 0
line vty 0 4
session-timeout 120
password cisco
login
!
!
end
2610dr#
-----------------------------------------------------------
I have seems to be trying to fix this problem for months now (think this is my 3rd post on the subject). I have a 2610 router that is being used to dial a number of ISDN connections, the dialers themselves are fine, but I am having issues with NAT, I just cant get it to work. Here is the config thats giving me trouble. (I stuck some debug at the end also)
The debug shows this error
5d00h: NAT: dialer not up for Dialer3, no translation, dial and drop
(odd thing with this debug is that it always says "Dialer3" even if that is not the dialer being used).
Ta
Simon
-----------------------------------------------------------
interface FastEthernet0/0
ip address 192.168.101.97 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface BRI1/0
no ip address
dialer pool-member 1
isdn switch-type basic-net3
!
interface BRI1/1
no ip address
dialer pool-member 1
isdn switch-type basic-net3
!
interface BRI1/2
no ip address
dialer pool-member 1
isdn switch-type basic-net3
!
interface BRI1/3
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/4
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/5
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/6
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/7
no ip address
shutdown
isdn switch-type basic-net3
!
interface Async1
no ip address
!
interface Async2
no ip address
!
interface Dialer1
description *** Connection 1 ***
ip address 192.168.105.6 255.255.255.252
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 15
dialer string 11111111111
dialer-group 101
ppp chap hostname User1
ppp chap password 0 Password1
!
interface Dialer2
description *** Connection 2 ***
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 15
dialer string 222222222222222
dialer-group 102
no cdp enable
ppp authentication chap pap callin
ppp pap sent-username User2 password 0 Password2
!
interface Dialer3
description *** Connection 3 ***
mtu 1400
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 15
dialer string 22222222222222
dialer-group 103
no cdp enable
ppp authentication chap pap callin
ppp pap sent-username User3 password 7 Password3
!
ip nat inside source list 101 interface Dialer1 overload
ip nat inside source list 102 interface Dialer2 overload
ip nat inside source list 103 interface Dialer3 overload
ip classless
ip route 10.10.10.0 255.255.255.0 Dialer2
ip route 10.20.20.0 255.255.255.0 Dialer1
ip route 194.194.194.0 255.255.255.0 Dialer3
no ip http server
ip pim bidir-enable
!
!
access-list 101 permit ip host 192.168.101.250 10.10.10.0 0.0.0.255
access-list 102 permit ip host 192.168.101.250 10.20.20.0 0.0.0.255
access-list 103 permit ip host 192.168.101.250 any
dialer-list 101 protocol ip list 101
dialer-list 102 protocol ip list 102
dialer-list 103 protocol ip list 103
!
line con 0
line 1 2
line aux 0
line vty 0 4
session-timeout 120
password cisco
login
!
!
end
2610dr#
-----------------------------------------------------------