I am in the process of learning cisco so I really dont know much any help would be great, here my problem
I have two networks( both trusted)
I setup my cisco 2600 with ip address of
Ehernet0/0 207.207.115.48 ( trusted)
Ethernet0/1 192.167.1.1 (trusted)
I have a laptop that can see both on 0/0 and 0/1 sides
I config my laptop as 192.167.1.2 and i can ping 207.209.115.48 and 192.167.1.1
I want to create a route so that anything on the 192.167.1.0 can see anything on 207.209.115.0. The gateway for the 207.209.115.0 mask is 207.209.115.19.
I did my researh and i did from using the conf t command
ip route 0.0.0.0 0.0.0.0 207.209.115.19
so now when i do a sh ip route , it shows this
C 207.209.115.0/24 is directly connected, Ethernet0/0
c 192.167.1.0/24 is directly connected, Ehernet0/1
S* 0.0.0.0/0 [1/0] via 207.209.115.19
Bt i still can't see anything eles on the 207.209.115.0 mask..
Thank you all for any support you can give me
I have two networks( both trusted)
I setup my cisco 2600 with ip address of
Ehernet0/0 207.207.115.48 ( trusted)
Ethernet0/1 192.167.1.1 (trusted)
I have a laptop that can see both on 0/0 and 0/1 sides
I config my laptop as 192.167.1.2 and i can ping 207.209.115.48 and 192.167.1.1
I want to create a route so that anything on the 192.167.1.0 can see anything on 207.209.115.0. The gateway for the 207.209.115.0 mask is 207.209.115.19.
I did my researh and i did from using the conf t command
ip route 0.0.0.0 0.0.0.0 207.209.115.19
so now when i do a sh ip route , it shows this
C 207.209.115.0/24 is directly connected, Ethernet0/0
c 192.167.1.0/24 is directly connected, Ehernet0/1
S* 0.0.0.0/0 [1/0] via 207.209.115.19
Bt i still can't see anything eles on the 207.209.115.0 mask..
Thank you all for any support you can give me