Link to home
Start Free TrialLog in
Avatar of mattbrunswick
mattbrunswick

asked on

How do I route between interfaces on a Cisco 1841

Can't get two separate networks to route to each other. If I point the clients at the router as default gateway, it "breaks connectivity on their respective local networks
Avatar of cjrmail2k
cjrmail2k
Flag of United Kingdom of Great Britain and Northern Ireland image

you can use the route add command to route to the particular subnet with a different gateway to your default
Avatar of mattbrunswick
mattbrunswick

ASKER

route add where?
Here is my basic config

1841.TXT
Here are the networks I'm trying to route:
interface FastEthernet0/0
 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
 ip address 192.168.0.250 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 10.0.0.208 255.255.255.0
 duplex auto
 speed auto
!
When I set either of these networks to use this router as a default gateway, they can see each other but nothing else on their local lans
try using the command "ip routing"
then do a "show ip route" and post them on here.

Since both networks are directly connected you should not have to do anything else in terms of adding routes to the router.
ASKER CERTIFIED SOLUTION
Avatar of Cheever000
Cheever000
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No one provided assistance