cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
500
Views
0
Helpful
4
Replies

Routing Problem

xhackuss1
Level 1
Level 1

I have a routing problem that I need some help for.

I am connected to a network 10.21.17.0 with a default-gateway of .1

I have another vlan that terminates on my gateway of 10.21.17.1. This vlan is 10.100.1.64/27 . The vlan has an address of 10.100.1.65/27.On my gateway,I can ping 10.100.1.65,66,67,68,69 which are on thesame network 10.100.1.64/27.from my PC,I can ping the vlan address of 10.100.1.65 but cannot ping the others(i.e 10.100.1.66,67,68 and 69).

I have a route on my gateway as

ip route 10.100.1.64 255.255.255.224 10.100.1.69

Is there something I am missing out?

Help needed ASAP

4 Replies 4

Try configuring 'no ip redirect' on the router interface configured with an IP address of 10.21.17.1.

If you are still having problems let us know how's your network setup.

Pls. rate all helpful posts.

Sundar

thanx but the 'no ip redirect' could not work as I am using a 3750 switch as the router.

Below is my configuration.

Rtr#

interface GigabitEthernet1/0/1

description Trunk to GRTPX

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 101,603

switchport mode trunk

no ip address

no mdix auto

storm-control broadcast level 5.00

storm-control multicast level 5.00

!

interface GigabitEthernet1/0/2

switchport access vlan 4

switchport mode access

no ip address

no mdix auto

storm-control broadcast level 5.00

storm-control multicast level 5.00

!

interface Vlan4

ip address 10.100.1.65 255.255.255.224

!

interface Vlan603

ip address 10.21.17.1 255.255.255.0

!

router ospf 222

network 10.21.0.0 0.0.255.255 area 0

!

ip route 10.100.1.64 255.255.255.224 10.100.1.69

!

On this router I can ping devices on the 10.100.1.64/27 subnet but I cannot ping thesame devices from the 10.21.17.0/24 subnet

Any fix?

Are you using 10.100.1.65 as the gateway for hosts on 10.100.1.64/27 subnet? If you don't, can you set that as the gateway for one host and try?

Sundar

Hello,

in addition to Sundar's posts, what do you need the static route for ?

ip route 10.100.1.64 255.255.255.224 10.100.1.69

And what is 10.100.1.69 ?

You would not need the static route at all, since the network is directly connected, so try and take it out of the configuration...

Regards,

GNT