see below I inserted comments. Take a look at all your route tables, you
should see both routes in all servers/routers.
<(E-Mail Removed)> wrote in message
news:815934BB-D0CD-4B99-8A3C-(E-Mail Removed)...
> hi is that mean on the router i have to add route
> 192.168.1.0 route in the 10.208.10.254
>
> on server A i should add route
> 192.168.100.0 mask 255.255.255.0 10.208.10.100
NO IT'S DIRECTLY CONNECTED SO IT'S ALREADY IN THE ROUTE TABLE
>
> on server B i should add route
> route add 10.208.10.0 mask 255.255.255.0 192.168.1.100
YES
>
> The thing I dont understand y why on server A we have to add
> 192.168.100.0 mask 255.255.255.0 10.208.10.100
NOT ON SERVER A, BUT IN THE 10.208.10.254 DEVICE
>
> why the value is 192.168.100.0?
THAT'S THE 'REMOTE' SUBNET
>
> "Neteng" wrote:
>
> > You'll have to add the 192.168.100.0 route to 10.208.10.254 as well.
> > route add 192.168.100.0 mask 255.255.255.0 10.208.10.100 /persistent
> >
> > In server B it would be something like-
> > route add 10.208.10.0 mask 255.255.255.0 192.168.1.100 /persistent
> >
> >
> > <(E-Mail Removed)> wrote in message
> > news:5F34C003-5E81-4D3D-9390-(E-Mail Removed)...
> > > what are the thing should be route
> > >
> > > server A have the ip is 10.208.10.100/24(gateway is 10.208.10.254/24)
and
> > > 192.168.1.100/24 (gateway is 192.168.1.254/24)and server B have
> > > 192.168.1.200/24(gateway is 192.168.1.254/24).What are the route
should be
> > > add so server B can ping 10.208.10.254?
> > >
> > >
> > > "Neteng" wrote:
> > >
> > > > just add a route in server B. To add a route open a command prompt
and
> > type
> > > > route /? for directions.
> > > >
> > > > <(E-Mail Removed)> wrote in message
> > > > news:813AA77C-C712-454F-8742-(E-Mail Removed)...
> > > > > hi
> > > > >
> > > > > I have a server A with the first nic is 10.208.10.0/24 and the
second
> > nic
> > > > is
> > > > > 192.168.1.0/24 and the server B ip is 192.168.1.100.How the
routing
> > should
> > > > be
> > > > > configure so the server B can ping the 10.208.10.0/24.At the
moment
> > the
> > > > > server B can ping the 192.168.1.0/24.kindly advise
> > > >
> > > >
> > > >
> >
> >
> >
|