Hi Guys,
I need help on this one fast! I have a Cisco 2621 router.
This morning our @Home ISP changed our IP address thus resulting in no connectivity from our router. I telneted into the router and changed the ip of the outside interface to the new IP assigned to us by our ISP. However, I still can't connect to the Internet through the router. I have bypassed the router and hooked the cable modem directly into my computer and it works fine. The modem shows that it is sending and receiving packets when I ping out through the router but the router doesn't seem to show that it's receiving ANY packets.
FastEthernet0/1 is up, line protocol is up
Hardware is AmdFE, address is 0002.1666.39e1 (bia 0002.1666.39e1)
Description: Connected to Internet
Internet address is 24.157.40.177/23
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Half-duplex, 10Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:33:54, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
2 packets input, 120 bytes
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
2774 packets output, 242020 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 1 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
When our ISP changed our IP address the subnet mask changed from 255.255.255.0 to 255.255.254.0, would that affect packets getting routed correctly since the internal interface has a different subnet mask (255.255.255.0)???
Here's my config... I'm not using any routing protocols because it's a small network and the router is just performing NAT between the private network and the Internet.
Does anyone see any reasons why the router wouldn't be functioning correctly?
Current configuration : 2348 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
no logging buffered
no logging console
enable secret 5 $1$t3Lx$lgAJ0mwTZKS/rhkB/P.BR1
!
!
!
!
!
clock timezone EST -4
ip subnet-zero
!
ip inspect name FastEthernet_0_1 smtp
ip inspect name FastEthernet_0_1 ftp
ip inspect name FastEthernet_0_1 tcp
ip inspect name FastEthernet_0_1 udp
ip audit notify log
ip audit po max-events 100
!
!
crypto isakmp policy 1
hash md5
authentication pre-share
crypto isakmp key password address X.X.X.X
crypto isakmp key password address 0.0.0.0
crypto isakmp client configuration address-pool local dhcppool
!
!
crypto ipsec transform-set trans1 esp-des esp-md5-hmac
!
crypto dynamic-map dynmap 10
set transform-set trans1
!
!
crypto map cryptomap client configuration address initiate
crypto map cryptomap client configuration address respond
crypto map cryptomap 1 ipsec-isakmp
description Oshawa Office
set peer X.X.X.X
set transform-set trans1
match address 100
crypto map cryptomap 10 ipsec-isakmp dynamic dynmap
!
!
!
!
!
!
!
interface FastEthernet0/0
description Conneted to EtherLAN
ip address 10.2.1.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
description Connected to Internet
ip address A.B.C.D 255.255.254.0
ip nat outside
ip inspect FastEthernet_0_1 in
ip inspect FastEthernet_0_1 out
no ip route-cache
no ip mroute-cache
duplex auto
speed auto
crypto map cryptomap
!
ip local pool dhcppool 10.2.3.5 10.2.3.254
ip nat inside source route-map nonat interface FastEthernet0/1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 24.157.40.1 permanent
no ip http server
!
access-list 100 permit ip 10.2.1.0 0.0.0.255 10.2.2.0 0.0.0.255
access-list 105 deny ip 10.2.1.0 0.0.0.255 10.2.2.0 0.0.0.255
access-list 105 deny ip 10.2.1.0 0.0.0.255 10.2.3.0 0.0.0.255
access-list 105 permit ip 10.2.1.0 0.0.0.255 any
route-map nonat permit 10
match ip address 105
!
snmp-server engineID local 0000000902000002166639E0
snmp-server community public RO
!
line con 0
exec-timeout 0 0
password 7 04565F535673
login
transport input none
line aux 0
line vty 0 4
exec-timeout 0 0
password 7 0506525A781E
login
!
ntp clock-period 17180333
ntp server 132.246.168.164
no scheduler allocate
end
Any help is much appreciated.
Niall
I need help on this one fast! I have a Cisco 2621 router.
This morning our @Home ISP changed our IP address thus resulting in no connectivity from our router. I telneted into the router and changed the ip of the outside interface to the new IP assigned to us by our ISP. However, I still can't connect to the Internet through the router. I have bypassed the router and hooked the cable modem directly into my computer and it works fine. The modem shows that it is sending and receiving packets when I ping out through the router but the router doesn't seem to show that it's receiving ANY packets.
FastEthernet0/1 is up, line protocol is up
Hardware is AmdFE, address is 0002.1666.39e1 (bia 0002.1666.39e1)
Description: Connected to Internet
Internet address is 24.157.40.177/23
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Half-duplex, 10Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:33:54, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
2 packets input, 120 bytes
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
2774 packets output, 242020 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 1 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
When our ISP changed our IP address the subnet mask changed from 255.255.255.0 to 255.255.254.0, would that affect packets getting routed correctly since the internal interface has a different subnet mask (255.255.255.0)???
Here's my config... I'm not using any routing protocols because it's a small network and the router is just performing NAT between the private network and the Internet.
Does anyone see any reasons why the router wouldn't be functioning correctly?
Current configuration : 2348 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
no logging buffered
no logging console
enable secret 5 $1$t3Lx$lgAJ0mwTZKS/rhkB/P.BR1
!
!
!
!
!
clock timezone EST -4
ip subnet-zero
!
ip inspect name FastEthernet_0_1 smtp
ip inspect name FastEthernet_0_1 ftp
ip inspect name FastEthernet_0_1 tcp
ip inspect name FastEthernet_0_1 udp
ip audit notify log
ip audit po max-events 100
!
!
crypto isakmp policy 1
hash md5
authentication pre-share
crypto isakmp key password address X.X.X.X
crypto isakmp key password address 0.0.0.0
crypto isakmp client configuration address-pool local dhcppool
!
!
crypto ipsec transform-set trans1 esp-des esp-md5-hmac
!
crypto dynamic-map dynmap 10
set transform-set trans1
!
!
crypto map cryptomap client configuration address initiate
crypto map cryptomap client configuration address respond
crypto map cryptomap 1 ipsec-isakmp
description Oshawa Office
set peer X.X.X.X
set transform-set trans1
match address 100
crypto map cryptomap 10 ipsec-isakmp dynamic dynmap
!
!
!
!
!
!
!
interface FastEthernet0/0
description Conneted to EtherLAN
ip address 10.2.1.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
description Connected to Internet
ip address A.B.C.D 255.255.254.0
ip nat outside
ip inspect FastEthernet_0_1 in
ip inspect FastEthernet_0_1 out
no ip route-cache
no ip mroute-cache
duplex auto
speed auto
crypto map cryptomap
!
ip local pool dhcppool 10.2.3.5 10.2.3.254
ip nat inside source route-map nonat interface FastEthernet0/1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 24.157.40.1 permanent
no ip http server
!
access-list 100 permit ip 10.2.1.0 0.0.0.255 10.2.2.0 0.0.0.255
access-list 105 deny ip 10.2.1.0 0.0.0.255 10.2.2.0 0.0.0.255
access-list 105 deny ip 10.2.1.0 0.0.0.255 10.2.3.0 0.0.0.255
access-list 105 permit ip 10.2.1.0 0.0.0.255 any
route-map nonat permit 10
match ip address 105
!
snmp-server engineID local 0000000902000002166639E0
snmp-server community public RO
!
line con 0
exec-timeout 0 0
password 7 04565F535673
login
transport input none
line aux 0
line vty 0 4
exec-timeout 0 0
password 7 0506525A781E
login
!
ntp clock-period 17180333
ntp server 132.246.168.164
no scheduler allocate
end
Any help is much appreciated.
Niall