bryanlakatos
Technical User
I've tried searching around these forums and google, but apparently I can't phrase my searches right. Here's the issue:
I recently added another T1 and combined them with multilink ppp. This works great from inside my network: internet access is fast and stable. From outside, however, traffic cannot come in. I can ping the external interface of my router from off network, but cannot ping the internal interface, nor any other public IP on the inside of the 2651. I should note that I inherited this network and am kind of new to Cisco routers. Here is the config of the router; if anyone could tell me if anything is suspect or point me in a direction to look next, I'd greatly appreciate it. Thanks:
interface Multilink1
description TWTC MLPPP
ip address 66.193.28.242 255.255.255.252
ip nat outside
ppp multilink
ppp multilink fragment delay 500
ppp multilink group 1
!
interface FastEthernet0/0
description Connected to LAN
ip address 64.128.125.58 255.255.255.248
ip nat inside
duplex auto
speed auto
!
interface Serial0/0
description TWTC Multilink Interface #1
no ip address
encapsulation ppp
service-module t1 timeslots 1-24
ppp multilink
ppp multilink group 1
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
description TWTC multilink interface #2
no ip address
encapsulation ppp
service-module t1 timeslots 1-24
ppp multilink
ppp multilink group 1
!
ip nat inside source list 100 interface Multilink1 overload
ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 66.193.28.241
ip route 192.168.0.0 255.255.0.0 64.128.125.59
!
ip access-list extended protocol
access-list 1 permit 64.128.125.59
access-list 23 permit 64.128.125.59
access-list 100 permit ip any any
I recently added another T1 and combined them with multilink ppp. This works great from inside my network: internet access is fast and stable. From outside, however, traffic cannot come in. I can ping the external interface of my router from off network, but cannot ping the internal interface, nor any other public IP on the inside of the 2651. I should note that I inherited this network and am kind of new to Cisco routers. Here is the config of the router; if anyone could tell me if anything is suspect or point me in a direction to look next, I'd greatly appreciate it. Thanks:
interface Multilink1
description TWTC MLPPP
ip address 66.193.28.242 255.255.255.252
ip nat outside
ppp multilink
ppp multilink fragment delay 500
ppp multilink group 1
!
interface FastEthernet0/0
description Connected to LAN
ip address 64.128.125.58 255.255.255.248
ip nat inside
duplex auto
speed auto
!
interface Serial0/0
description TWTC Multilink Interface #1
no ip address
encapsulation ppp
service-module t1 timeslots 1-24
ppp multilink
ppp multilink group 1
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
description TWTC multilink interface #2
no ip address
encapsulation ppp
service-module t1 timeslots 1-24
ppp multilink
ppp multilink group 1
!
ip nat inside source list 100 interface Multilink1 overload
ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 66.193.28.241
ip route 192.168.0.0 255.255.0.0 64.128.125.59
!
ip access-list extended protocol
access-list 1 permit 64.128.125.59
access-list 23 permit 64.128.125.59
access-list 100 permit ip any any