PDA

View Full Version : ip routing problem ! help!


mmm07
05-04-2008, 11:32 AM
Dear all,

I'm having a routing problem with Cisco 3560 switch. Let me describe the problem - I've two network 192.168.1.0/24 and 10.143.150.128/26 network which are connected to fa 0/1 and fa 0/2 port respectively. IP assigned to port fa 0/1 is 192.168.1.1 and fa 0/2 port gets ip from dhcp server say it is 10.143.150.138 where the gateway of dhcp server is 10.143.150.129.
Now the problem is i can ping to 10.143.150.138 (port ip) from a pc of ip 192.168.1.2 but i can't ping 10.143.150.129(gateway) from that pc. I've tried with ip route command in switch like: ip route 0.0.0.0 0.0.0.0 10.143.150.129 But it doesn't work.

I also tried with rip

router rip
network 192.168.1.0
network 10.143.150.128

When i do tracert...i get the following output:

1 * * * request timeout
2 * * * request timeout
3 * * * request time out
... ...
........................

Do you have any solution?