Yes. The WAN connection is via ethernet. I can ping the gateway of x.x.170.1 from the router. The dilaer-lists were in the config already. I didn't add that.
Main Topics
Browse All TopicsJust trying to get a basic config going on a 2621 router. Having some trouble. See my show run below. Any ideas?
Provider issued ip's.
WAN:x.x.170.52/24
Default Gateway:x.x.170.1
LAN:x.x.64.160/28
I have a PC directly connected to the router and I can ping interface 0/1 and 0/0. I cannot ping anything past that.
From the router I can ping interface 0/0, 0/1, default gateway and beyond. I can also ping the connected computer.
See show run listed below.
Computer ip: x.x.64.162
mask: 255.255.255.240
gw: x.x.64.161
---
s.gw.t#show run
Building configuration...
Current configuration : 771 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname s.gw.t
!
logging rate-limit console 10 except errors
enable secret 5 $1$gdkl$x2ap6Xuyur8tdT5jBm
enable password s
!
ip subnet-zero
!
!
no ip finger
!
!
!
!
interface FastEthernet0/0
ip address x.x.170.52 255.255.255.0
speed auto
full-duplex
!
interface FastEthernet0/1
ip address x.x.64.161 255.255.255.240
no ip mroute-cache
speed auto
full-duplex
!
ip classless
ip route 0.0.0.0 0.0.0.0 x.x.170.1
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
line con 0
transport input none
line aux 0
line vty 0 4
password s
login
!
end
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
They are public addresses.
I tried what you suggested and I don't think it worked. See below. I also removed the dialer-list.
sterling.gw.twtc#config t
Enter configuration commands, one per line. End with CNTL/Z.
(config)#router rip
(config-rout)#network x.x.170.52
(config-rout)#network x.x.64.161
(config-rout)#^Z
resulting show run:
s.gw.t#show run
Building configuration...
Current configuration : 802 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname s.gw.t
!
logging rate-limit console 10 except errors
enable secret 5 $1$gdkl$x2ap6Xuyur8tdT5jBm
enable password s
!
ip subnet-zero
!
!
no ip finger
!
!
!
!
interface FastEthernet0/0
ip address x.x.170.52 255.255.255.0
speed auto
full-duplex
!
interface FastEthernet0/1
ip address x.x.64.161 255.255.255.240
no ip mroute-cache
speed auto
full-duplex
!
router rip
network x.0.0.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 x.x.170.1
no ip http server
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password s
login
!
end
Dan,
I don't know what "sh protocols" is. Can you elaborate?
I know that I cannot trace to the inside interface. Now I'm confused. When I trace to the outisde interface it succeeds. When I trace to the inside interface it ends up on the sbcglobal network which I know I am not. Does this mean my inside is a private scheme and I need to NAT?
Here you go. Thanks.
s.gw.t#show protocols
Global values:
Internet Protocol routing is enabled
FastEthernet0/0 is up, line protocol is up
Internet address is x.x.170.52/24
FastEthernet0/1 is up, line protocol is up
Internet address is x.x.64.161/28
s.gw.t#show ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 x.x.170.52 YES NVRAM up up
FastEthernet0/1 x.x.64.161 YES NVRAM up up
s.gw.t#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is x.x.170.1 to network 0.0.0.0
x.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C x.x.64.160/28 is directly connected, FastEthernet0/1
C x.x.170.0/24 is directly connected, FastEthernet0/0
S* 0.0.0.0/0 [1/0] via x.x.170.1
Business Accounts
Answer for Membership
by: Another-DanPosted on 2006-03-29 at 08:18:56ID: 16323123
Hi
Is your provider providing you a WAN connection via ethernet? if so, what are the dialer-lists for?, also can you ping the gateway address from the router?