Networking Forums

Networking Forums > Computer Networking > Windows Networking > routing between 2 nic

Reply
Thread Tools Display Modes

routing between 2 nic

 
 
ckwong19802003@yahoo.com
Guest
Posts: n/a

 
      02-10-2006, 12:43 PM
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
 
Reply With Quote
 
 
 
 
Neteng
Guest
Posts: n/a

 
      02-10-2006, 01:52 PM
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



 
Reply With Quote
 
ckwong19802003@yahoo.com
Guest
Posts: n/a

 
      02-10-2006, 02:06 PM
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

>
>
>

 
Reply With Quote
 
Neteng
Guest
Posts: n/a

 
      02-10-2006, 02:55 PM
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

> >
> >
> >



 
Reply With Quote
 
ckwong19802003@yahoo.com
Guest
Posts: n/a

 
      02-10-2006, 03:24 PM
hi

I did that

On server B i only can ping the 192.168.1.100 and 10.208.10.100 but cant
ping the 10.208.10.254,any idea on that



"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
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
Neteng
Guest
Posts: n/a

 
      02-10-2006, 05:44 PM
did you put in the 192.168.1.0 route in the 10.208.10.254 router?

<(E-Mail Removed)> wrote in message
news:BBACE044-5345-4E81-BF28-(E-Mail Removed)...
> hi
>
> I did that
>
> On server B i only can ping the 192.168.1.100 and 10.208.10.100 but cant
> ping the 10.208.10.254,any idea on that
>
>
>
> "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
> > > >
> > > >
> > > >

> >
> >
> >



 
Reply With Quote
 
ckwong19802003@yahoo.com
Guest
Posts: n/a

 
      02-11-2006, 12:09 AM
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

on server B i should add route
route add 10.208.10.0 mask 255.255.255.0 192.168.1.100

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

why the value is 192.168.100.0?

"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
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
Neteng
Guest
Posts: n/a

 
      02-13-2006, 01:43 PM
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
> > > >
> > > >
> > > >

> >
> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing routing in LAN-WAN routing mc Windows Networking 5 12-03-2008 03:22 PM
Win2003 R2 server just stops routing traffic until I restart Routing service Martijn Tonies Windows Networking 8 11-03-2008 11:05 AM
Routing JCLSB Windows Networking 3 07-19-2008 04:37 AM
IP Routing ITCOM Windows Networking 1 07-30-2007 04:29 PM
I not find the NAT/Basic Firewall under Routing\IP Routing mtczx232@yahoo.com Windows Networking 2 12-16-2006 04:08 PM



1 2 3 4 5 6 7 8 9 10 11