routing help

  • Thread starter Thread starter ray
  • Start date Start date
R

ray

heres my dilema

are company has several small offices around the uk and are currently
implenting a setup to allow all the branch office to connect in to main site

the set up is as follows

main branch
ip 10.100.x.x
255.255.0.0
10.100.1.1 gw

branch 2

10.3.x.x
255.255.0.0
10.3.1.1 gw

branch 3
10.4.x.x
255.255.0.0
10.4.1.1 gw

branch 4

10.5.x.x
255.255.0.0
10.5.1.1 gw

branch 6
10.7.x.x
255.255.0.0
10.7.1.1 gw

what will i need to do for all client machines to be able to talk to the
main office
its it just a case of setting up the ip adresses and default gateways

sorry if this is a silly question am totally new to networking

so please help!!

thanks

Ray
 
yes, you can do it this way.
Furthermore you'll be able to connect from one branch
ooffice to another.
one think you might consider (not mandatory) is to change
the def gateway ip to :
10.100.0.1 , 10.3.0.1 and so on ...
 
Back
Top