| Author |
Message |
John
Guest
|
Posted:
Wed Jan 12, 2005 4:27 pm Post subject:
Remote access to office psc |
|
|
Hi
How can I setup remote access on a win2k server so I can access the win xp
pro workstations in network? I was thinking to create a vpn to the server
and then use remote desktop to connect to individual pcs. What I really need
is how to configure the win2k server to allow vpn connections from remote
clients.
Thanks
Regards |
|
| Back to top |
|
 |
Pegasus (MVP)
Guest
|
Posted:
Wed Jan 12, 2005 4:43 pm Post subject:
Re: Remote access to office psc |
|
|
"John" <John@nospam.infovis.co.uk> wrote in message
news:uHDlZFJ%23EHA.3616@TK2MSFTNGP11.phx.gbl...
| Quote: | Hi
How can I setup remote access on a win2k server so I can access the win xp
pro workstations in network? I was thinking to create a vpn to the server
and then use remote desktop to connect to individual pcs. What I really
need
is how to configure the win2k server to allow vpn connections from remote
clients.
Thanks
Regards
|
Why go via the server? Use Remote Desktop to go directly to each
workstation!
Also: What exactly do you want to do on each workstation? |
|
| Back to top |
|
 |
John
Guest
|
Posted:
Wed Jan 12, 2005 5:03 pm Post subject:
Re: Remote access to office psc |
|
|
Hi
I did not know you could go straight to each workstation. How is this setup?
The win2k server is connected to a broadband modem netgear dm602.
Thanks
Regards
"Pegasus (MVP)" <I.can@fly.com> wrote in message
news:O25tROJ%23EHA.2804@TK2MSFTNGP15.phx.gbl...
| Quote: |
"John" <John@nospam.infovis.co.uk> wrote in message
news:uHDlZFJ%23EHA.3616@TK2MSFTNGP11.phx.gbl...
Hi
How can I setup remote access on a win2k server so I can access the win
xp
pro workstations in network? I was thinking to create a vpn to the
server
and then use remote desktop to connect to individual pcs. What I really
need
is how to configure the win2k server to allow vpn connections from
remote
clients.
Thanks
Regards
Why go via the server? Use Remote Desktop to go directly to each
workstation!
Also: What exactly do you want to do on each workstation?
|
|
|
| Back to top |
|
 |
Pegasus (MVP)
Guest
|
Posted:
Wed Jan 12, 2005 5:28 pm Post subject:
Re: Remote access to office psc |
|
|
You assign a port number to each workstation
(e.g. 3389 for PS1, 3390 for PS2 etc), then
create a rule in your firewall/router that directs
packets to the correct internal IP address, based
on the port number.
"John" <John@nospam.infovis.co.uk> wrote in message
news:Ow5UMZJ%23EHA.2876@TK2MSFTNGP12.phx.gbl...
| Quote: | Hi
I did not know you could go straight to each workstation. How is this
setup?
The win2k server is connected to a broadband modem netgear dm602.
Thanks
Regards
"Pegasus (MVP)" <I.can@fly.com> wrote in message
news:O25tROJ%23EHA.2804@TK2MSFTNGP15.phx.gbl...
"John" <John@nospam.infovis.co.uk> wrote in message
news:uHDlZFJ%23EHA.3616@TK2MSFTNGP11.phx.gbl...
Hi
How can I setup remote access on a win2k server so I can access the
win
xp
pro workstations in network? I was thinking to create a vpn to the
server
and then use remote desktop to connect to individual pcs. What I
really
need
is how to configure the win2k server to allow vpn connections from
remote
clients.
Thanks
Regards
Why go via the server? Use Remote Desktop to go directly to each
workstation!
Also: What exactly do you want to do on each workstation?
|
|
|
| Back to top |
|
 |
John
Guest
|
Posted:
Wed Jan 12, 2005 6:42 pm Post subject:
Re: Remote access to office psc |
|
|
Where on each workstation do I assign the port numbers? Sorry, its my first
time. Also, any configuration required on the win2k server to allow and
accept incoming vpn connections?
Wouldn't mind some good links with accurate information on the subject.
Thanks
Regards
"Pegasus (MVP)" <I.can@fly.com> wrote in message
news:etf2bnJ%23EHA.2180@TK2MSFTNGP12.phx.gbl...
| Quote: | You assign a port number to each workstation
(e.g. 3389 for PS1, 3390 for PS2 etc), then
create a rule in your firewall/router that directs
packets to the correct internal IP address, based
on the port number.
"John" <John@nospam.infovis.co.uk> wrote in message
news:Ow5UMZJ%23EHA.2876@TK2MSFTNGP12.phx.gbl...
Hi
I did not know you could go straight to each workstation. How is this
setup?
The win2k server is connected to a broadband modem netgear dm602.
Thanks
Regards
"Pegasus (MVP)" <I.can@fly.com> wrote in message
news:O25tROJ%23EHA.2804@TK2MSFTNGP15.phx.gbl...
"John" <John@nospam.infovis.co.uk> wrote in message
news:uHDlZFJ%23EHA.3616@TK2MSFTNGP11.phx.gbl...
Hi
How can I setup remote access on a win2k server so I can access the
win
xp
pro workstations in network? I was thinking to create a vpn to the
server
and then use remote desktop to connect to individual pcs. What I
really
need
is how to configure the win2k server to allow vpn connections from
remote
clients.
Thanks
Regards
Why go via the server? Use Remote Desktop to go directly to each
workstation!
Also: What exactly do you want to do on each workstation?
|
|
|
| Back to top |
|
 |
Pegasus (MVP)
Guest
|
Posted:
Wed Jan 12, 2005 7:00 pm Post subject:
Re: Remote access to office psc |
|
|
You need to set the desired host port number in the host's registry:
HKLM\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\Por
tNumber
Reboot the host after making the change.
Use telnet.exe internally to test the port number:
telnet SomePC 3389, or
telnet SomeIPAddress 3389
On the remote, put the port number into the command line:
mstsc /v:SomeHost:PortNumber
You can also use an .rdp parameter file. Here are some
details: http://dev.remotenetworktechnology.com/ts/rdpfile.htm
I do not understand the point of your question about vpn
permissions on the server.
a) You're using Remote Desktop, not VPN
b) You're not going through the server
c) You're setting your rules (and permissions) on your router
or firewall.
"John" <John@nospam.infovis.co.uk> wrote in message
news:eAoOARK%23EHA.2596@tk2msftngp13.phx.gbl...
| Quote: | Where on each workstation do I assign the port numbers? Sorry, its my
first
time. Also, any configuration required on the win2k server to allow and
accept incoming vpn connections?
Wouldn't mind some good links with accurate information on the subject.
Thanks
Regards
"Pegasus (MVP)" <I.can@fly.com> wrote in message
news:etf2bnJ%23EHA.2180@TK2MSFTNGP12.phx.gbl...
You assign a port number to each workstation
(e.g. 3389 for PS1, 3390 for PS2 etc), then
create a rule in your firewall/router that directs
packets to the correct internal IP address, based
on the port number.
"John" <John@nospam.infovis.co.uk> wrote in message
news:Ow5UMZJ%23EHA.2876@TK2MSFTNGP12.phx.gbl...
Hi
I did not know you could go straight to each workstation. How is this
setup?
The win2k server is connected to a broadband modem netgear dm602.
Thanks
Regards
"Pegasus (MVP)" <I.can@fly.com> wrote in message
news:O25tROJ%23EHA.2804@TK2MSFTNGP15.phx.gbl...
"John" <John@nospam.infovis.co.uk> wrote in message
news:uHDlZFJ%23EHA.3616@TK2MSFTNGP11.phx.gbl...
Hi
How can I setup remote access on a win2k server so I can access
the
win
xp
pro workstations in network? I was thinking to create a vpn to the
server
and then use remote desktop to connect to individual pcs. What I
really
need
is how to configure the win2k server to allow vpn connections from
remote
clients.
Thanks
Regards
Why go via the server? Use Remote Desktop to go directly to each
workstation!
Also: What exactly do you want to do on each workstation?
|
|
|
| Back to top |
|
 |
|
|
|
|