Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 1800 Router from PC to WAN not able to ping 1

Status
Not open for further replies.

AtharvaNaresh

Technical User
Feb 8, 2012
4
0
0
AE
Hi,

Can any one help me. My problem in I can ping from the ROUTER to wan,lan port and pc. But from the pc I am not able to ping WAN. But i can ping lan port of the router. Please find the attach ment of the router config.

LAN : 192.168.0/24
LAN IP: 192.168.0.64
WAN : 192.168.169.0/24
WAN IP: 192.168.169.174

Regards
My Router config.
----------
no ip domain lookup
!
!
!
!
interface FastEthernet0/0
ip address 192.168.169.174 255.255.255.0
ip nat outside
speed auto
full-duplex
no mop enabled
!
interface FastEthernet0/1
ip address 192.168.0.64 255.255.255.0
ip nat inside
speed auto
full-duplex
no mop enabled
!
router rip
redistribute connected
network 192.168.0.0
network 192.168.169.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1
ip route 192.168.0.0 255.255.255.0 192.168.169.252
ip route 192.168.169.0 255.255.255.0 FastEthernet0/1
!
ip http server
!
access-list 1 permit 0.0.0.0 255.255.255.0
dialer-list 1 protocol ip permit
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password cisco1
login
!
end
---------------------------
 
You have a couple of things wrong in your config, but before that... is there a DSL or other connection on the f0/0 port?
 
No other connection let me explain.

I want to connect my sisterconcern office. they are in 192.168.169.0/24 and our office is 192.168.0.0/24. My Wan port is configure with 192.168.169.174 and Lan port is configured with 192.168.0.64. I want to access both side computers. Please help me. thanks
 
Sinerio is like this.

OfficeA-(3comBridge)<-->(Bridge)--->(Cisco1800)-->OfficeB
3comBridge = IP :192.168.169.252
3ComBridge = IP :192.168.169.254
Cisco1800 Wan= IP: 192.168.169.174 LAN :192.168.0.64

OfficeB= is in 192.168.0/24


thanks
 
1. Make sure your end hosts have a default gateway of the router interface on the local subnet.

2. Your ip route statement to the 192.168.169.0 network should point to fastethernet 0/0

3. Your ip route statement to 192.168.0.0 network should point to fastethernet 0/1

3. You don't need the static routes AND rip routing. You can use one or the other.



CCNP, CCNA Voice
 
what hammnet said is true. If your purpose is to reach only these 2 subets, you can even remove default route also...

No need of static routes.. It will follow correct interface based on ip configured ....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top