cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
260
Views
0
Helpful
2
Replies

CBOS: Error route not added

BDRBDRBDR
Level 1
Level 1

subnet --- ------ router----- ----subnet ----Cisco 675----WAN

192.168.1.0 .3 ---- .3 192.168.2.0 ---- .1

CBOS will not allow me to add the following route in this configuration:

set route add ip 192.168.1.0 gw 192.168.2.3

I don't get why it won't allow this. From the inside I can ping both interfaces of the router, but can't hear back from the Cisco 675. I'm told the ping reply does not know the route back to me in the .1.0 subnet, but it won't allow me to setup a route for it to do so. Why?

Thanks,

Donovan

2 Replies 2

pradeepde
Level 5
Level 5

It's possible that your 675 does not have a route for the 192.168.2.x subnet. If there are no devices to the right of the CBOS, you can set up a default route to send all traffic out to the 675.

set route default x.x.x.x

http://www.cisco.com/univercd/cc/td/doc/product/dsl_prod/c600s/c626/c626ug/cmndref.htm

> It's possible that your 675 does not have a route for the 192.168.2.x subnet.

Even though it itself is a host on that subnet? (192.168.2.1)

It needs to know that it can get to 192.168.1.0 through the router on its subnet at 192.168.2.3, but refuses to accept this route.