I have two networks connencted by t1's and cisco routers. I also have another cisco router with nat enabled acting as my internet gateway.
SiteA cisco IP=192.168.1.90
SiteB Cisco IP=192.168.2.1
Internet Router IP=192.168.1.84
The network is up and running currently and SiteA & B can talk just fine to each other. SiteA also can get on the internet with no issue. SiteB cannot get on the internet.
I want to enable users from SiteB to get on the internet.
What commands do I need to do to acomplish this and save.
en
config t
ip route 0.0.0.0 0.0.0.0 192.168.1.84
ip route 192.168.1.0/24 192.168.10.1 "192.168.10.1 is /S0"
???
???
???
???
Thanks
SiteA cisco IP=192.168.1.90
SiteB Cisco IP=192.168.2.1
Internet Router IP=192.168.1.84
The network is up and running currently and SiteA & B can talk just fine to each other. SiteA also can get on the internet with no issue. SiteB cannot get on the internet.
I want to enable users from SiteB to get on the internet.
What commands do I need to do to acomplish this and save.
en
config t
ip route 0.0.0.0 0.0.0.0 192.168.1.84
ip route 192.168.1.0/24 192.168.10.1 "192.168.10.1 is /S0"
???
???
???
???
Thanks