Networking Forums

Networking Forums > Computer Networking > Windows Networking > W2003, 2 XP and a problem

Reply
Thread Tools Display Modes

W2003, 2 XP and a problem

 
 
peter hansen
Guest
Posts: n/a

 
      02-14-2004, 11:47 AM
At http://213.237.36.247/netvaerk/eng_prob.pdf I have drawn the LAN-setup
which should be used.
The problem is the server which needs to be configurated so that it is
possible to:

* Use the LAN between the two Windows XP-computers
* Use the LAN between the server in both directions
* The Internet on the server should go through the green line marked in the
PDF-file

I have though about bridging the connections (on the server) but it doesn't
help that much as I thought...

Any ideas?

// Peter



 
Reply With Quote
 
 
 
 
Rob Elder, MVP-Networking
Guest
Posts: n/a

 
      02-14-2004, 12:23 PM
The link doesn't work.

"peter hansen" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> At http://213.237.36.247/netvaerk/eng_prob.pdf I have drawn the LAN-setup
> which should be used.
> The problem is the server which needs to be configurated so that it is
> possible to:
>
> * Use the LAN between the two Windows XP-computers
> * Use the LAN between the server in both directions
> * The Internet on the server should go through the green line marked in

the
> PDF-file
>
> I have though about bridging the connections (on the server) but it

doesn't
> help that much as I thought...
>
> Any ideas?
>
> // Peter
>
>
>



 
Reply With Quote
 
peter hansen
Guest
Posts: n/a

 
      02-14-2004, 12:56 PM

"Rob Elder, MVP-Networking" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The link doesn't work.

[CUT]

hehe... it seems like my server is pretty offline - new URL
http://www.60696867.dk/w2003/eng_prob.pdf

// Peter


 
Reply With Quote
 
Rob Elder, MVP-Networking
Guest
Posts: n/a

 
      02-14-2004, 01:10 PM
"peter hansen" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> At http://213.237.36.247/netvaerk/eng_prob.pdf I have drawn the LAN-setup
> which should be used.
> The problem is the server which needs to be configurated so that it is
> possible to:
>
> * Use the LAN between the two Windows XP-computers
> * Use the LAN between the server in both directions
> * The Internet on the server should go through the green line marked in

the
> PDF-file
>
> I have though about bridging the connections (on the server) but it

doesn't
> help that much as I thought...
>
> Any ideas?


Change the subnet on the one side of the server. (I'll use router 1 for
this description)
Change the default LAN configuration on router 1 to 192.168.2.1
Configure the Routing and Remote Access on the server. Using the wizard
choose custom configuration and choose LAN routing.
Edit the routing table on the server to include the following line
0.0.0.0 0.0.0.0 192.168.1.1

Suggest using static IP on your server for best results.


>
>



 
Reply With Quote
 
peter hansen
Guest
Posts: n/a

 
      02-14-2004, 01:23 PM
[CUT]

> Change the subnet on the one side of the server. (I'll use router 1 for
> this description)
> Change the default LAN configuration on router 1 to 192.168.2.1


Done that so far

> Configure the Routing and Remote Access on the server. Using the wizard
> choose custom configuration and choose LAN routing.
> Edit the routing table on the server to include the following line
> 0.0.0.0 0.0.0.0 192.168.1.1
>
> Suggest using static IP on your server for best results.


Easy now - i am not following you hehe
Could you include a step-by-step ?

// Peter


 
Reply With Quote
 
Rob Elder, MVP-Networking
Guest
Posts: n/a

 
      02-14-2004, 01:50 PM
open a command prompt on your server and type the following

route add 0.0.0.0 mask 0.0.0.0 192.168.1.1


"peter hansen" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> [CUT]
>
> > Change the subnet on the one side of the server. (I'll use router 1 for
> > this description)
> > Change the default LAN configuration on router 1 to 192.168.2.1

>
> Done that so far
>
> > Configure the Routing and Remote Access on the server. Using the wizard
> > choose custom configuration and choose LAN routing.
> > Edit the routing table on the server to include the following line
> > 0.0.0.0 0.0.0.0 192.168.1.1
> >
> > Suggest using static IP on your server for best results.

>
> Easy now - i am not following you hehe
> Could you include a step-by-step ?
>
> // Peter
>
>



 
Reply With Quote
 
peter hansen
Guest
Posts: n/a

 
      02-14-2004, 04:02 PM
[CUT]

> open a command prompt on your server and type the following
>
> route add 0.0.0.0 mask 0.0.0.0 192.168.1.1


[CUT]

Is that it ? I don't have to configure any kind of IP etc. on the server ?
What about IP-configration to TCP/IP for the two NIC's ?

// Peter


 
Reply With Quote
 
Rob Elder, MVP-Networking
Guest
Posts: n/a

 
      02-14-2004, 05:08 PM
That's it. The RRAS service on the service will handle communications
between your two internal networks. The modification to the routing table
will make that all requests for networks not in your table (connections to
the outside) will be passed through the 192.168.1.1 gateway.

"peter hansen" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> [CUT]
>
> > open a command prompt on your server and type the following
> >
> > route add 0.0.0.0 mask 0.0.0.0 192.168.1.1

>
> [CUT]
>
> Is that it ? I don't have to configure any kind of IP etc. on the server ?
> What about IP-configration to TCP/IP for the two NIC's ?
>
> // Peter
>
>



 
Reply With Quote
 
peter hansen
Guest
Posts: n/a

 
      02-14-2004, 05:50 PM

"Rob Elder, MVP-Networking" <(E-Mail Removed)> wrote in message
news:eOhX$(E-Mail Removed)...
> That's it. The RRAS service on the service will handle communications
> between your two internal networks. The modification to the routing table
> will make that all requests for networks not in your table (connections to
> the outside) will be passed through the 192.168.1.1 gateway.


But I have to run the route add 0.0.0.0 mask 0.0.0.0 192.168.1.1 everytime i
restart my server eah?...
anyway it doesn't work
The IP on both NIC's TCP/IP should be set as Obtain Automatic IP?

// Peter


 
Reply With Quote
 
Rob Elder, MVP-Networking
Guest
Posts: n/a

 
      02-14-2004, 08:16 PM

"peter hansen" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
>
> "Rob Elder, MVP-Networking" <(E-Mail Removed)> wrote in message
> news:eOhX$(E-Mail Removed)...
> > That's it. The RRAS service on the service will handle communications
> > between your two internal networks. The modification to the routing

table
> > will make that all requests for networks not in your table (connections

to
> > the outside) will be passed through the 192.168.1.1 gateway.

>
> But I have to run the route add 0.0.0.0 mask 0.0.0.0 192.168.1.1 everytime

i
> restart my server eah?...
> anyway it doesn't work
> The IP on both NIC's TCP/IP should be set as Obtain Automatic IP?
>
> // Peter
>
>



 
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
W2003 Client FTP problem Andrew Kennard Windows Networking 1 10-29-2008 10:29 AM
W2003 server share problem Jarmo Windows Networking 1 01-18-2007 02:45 PM
VPN problem with W2003 Std Neil Jarman Windows Networking 2 01-31-2006 05:24 PM
dns problem on w2003 vpn Martin Zizka Windows Networking 7 09-18-2004 11:03 PM
NFS problem on W2003 using SFU Julian Windows Networking 0 09-06-2004 11:34 AM



1 2 3 4 5 6 7 8 9 10 11