04-14-2014 01:01 PM - edited 03-07-2019 07:05 PM
Subnet 192.168.203.0/24 is connected to a 1900 series router. Inside the segment, there is also a Windows server (192.168.203.248) running RRAS that has 192.168.3.0/24 connected to its second NIC. RIP is turned on, both at RRAS and at the Cisco. The Cisco has a static route:
ip route 192.168.3.0 255.255.255.0 192.168.203.248
pointing to the RRAS machine.
Hosts in other segments connected to the Cisco are routed properly to the 192.168.3.0 LAN but hosts inside the 192.168.203.0 segment get destination unreachable. Why and how do I get them to route properly? (If I give each workstation a static route to 192.168.3.0 via the RRAS IP, they get to it fine but I'd like to avoid routes on individual workstations.)
04-14-2014 01:19 PM
Can you share the configuration of the router interface
04-15-2014 07:39 AM
Here's the configuration of the router interface:
interface GigabitEthernet0/0/0
ip address 192.168.233.254 255.255.255.0 secondary
ip address 192.168.203.254 255.255.255.0
ip helper-address 192.168.103.0
no ip redirects
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
04-15-2014 07:54 AM
try removing the "no ip redirect"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide