PC Review


Reply
Thread Tools Rate Thread

Connecting to a server OUTSIDE the user's domain

 
 
Chris Benton
Guest
Posts: n/a
 
      16th Jan 2008
Situation: I have a number of clients who are on different subnets/domains
who need a resource in my subnet/domain. (Ex: The server is in the 128.82.174
subnet; the users are in the 128.82.224 subnet, and they authenticate to a
different domain.) These users all have login accounts prepared on my server.
What I want to do for these clients is map them a drive letter to a network
share on my server, but I'm having difficulty setting up the connection.

I've tried to set up the server as a trusted site via Internet Explorer, but
when I go to map the drive, I get an error that says the path cannot be
found. The users are able to ping the server. Suggestions?
 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a
 
      17th Jan 2008
Chris Benton <(E-Mail Removed)> wrote:
> Situation: I have a number of clients who are on different
> subnets/domains who need a resource in my subnet/domain. (Ex: The
> server is in the 128.82.174 subnet; the users are in the 128.82.224
> subnet, and they authenticate to a different domain.) These users all
> have login accounts prepared on my server. What I want to do for
> these clients is map them a drive letter to a network share on my
> server, but I'm having difficulty setting up the connection.
>
> I've tried to set up the server as a trusted site via Internet
> Explorer, but when I go to map the drive, I get an error that says
> the path cannot be found. The users are able to ping the server.
> Suggestions?


This isn't something you'd do in IE - and the subnets have nothing to do
with it. The issue is, how are they connected (rather, what separates them).

Make sure they can ping your server by name.

If you don't want to set up trusts, but just want the occasional user on
domain A to access a shared resource on domain B, then I'd setup a little
batch file for them to put on their desktops...something like this.

net use x: \\server\sharename /user:OTHERDOMAIN\username /persistent:no


They'll be prompted for their password on OTHERDOMAIN when they try to
connect. I *think* you can put the /persistent:no switch at the end of the
/user switch.... if it doesn't work, reverse them. This switch is important
to use or their computers will constantly try to connect to the drive even
when they don't want to, and will nag for passwords.


 
Reply With Quote
 
John B
Guest
Posts: n/a
 
      17th Jan 2008
Please clarify if OTHERDOMAIN is Domain A, or Domain B.
Thanks.

"Lanwench [MVP - Exchange]"
<(E-Mail Removed)> wrote

> net use x: \\server\sharename /user:OTHERDOMAIN\username /persistent:no



 
Reply With Quote
 
Leythos
Guest
Posts: n/a
 
      17th Jan 2008
In article <CEF2727F-502C-4E18-930E-(E-Mail Removed)>,
(E-Mail Removed) says...
> Situation: I have a number of clients who are on different subnets/domains
> who need a resource in my subnet/domain. (Ex: The server is in the 128.82.174
> subnet; the users are in the 128.82.224 subnet, and they authenticate to a
> different domain.) These users all have login accounts prepared on my server.
> What I want to do for these clients is map them a drive letter to a network
> share on my server, but I'm having difficulty setting up the connection.
>
> I've tried to set up the server as a trusted site via Internet Explorer, but
> when I go to map the drive, I get an error that says the path cannot be
> found. The users are able to ping the server. Suggestions?


Bad move unless you setup VPN connections.

Try reading about FTP, it's the way this has been done across the
internet for decades.

--

Leythos
- Igitur qui desiderat pacem, praeparet bellum.
- Calling an illegal alien an "undocumented worker" is like calling a
drug dealer an "unlicensed pharmacist"
(E-Mail Removed) (remove 999 for proper email address)
 
Reply With Quote
 
Shenan Stanley
Guest
Posts: n/a
 
      17th Jan 2008
Lanwench [MVP - Exchange]
> net use x: \\server\sharename /user:OTHERDOMAIN\username
> /persistent:no


John B wrote:
> Please clarify if OTHERDOMAIN is Domain A, or Domain B.
> Thanks.


....

Your user logs into their computer.
It does not matter if they logon to a domain or local. It doesn't matter
what domain they are in. None of that matters...

The command Lanwench gave you:

> net use x: \\server\sharename /user:OTHERDOMAIN\username /persistent:no


Could be written like so:

net use x: \\server-to-connect-to\sharename-on-said-server
/userOMAIN-said-server-is-in\username-for-user-in-the-domain-the-server-being-connected-to-is-in
/persistent:no

It should ask for the password.

Depending on DNS, Firewall, routes essentially - how you get to that server
and if you can map said share even with the proper credentials varies.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Need help connecting to a server that is in another domain/subnet Chris Benton Windows XP Networking 2 17th Jan 2008 04:38 AM
Connecting non domain user to domain SQL BCM 2007 =?Utf-8?B?SWFuX20=?= Microsoft Outlook BCM 2 12th Jul 2007 10:14 AM
Connecting to a SQL Server in a untrusted domain Troy Microsoft ADO .NET 1 7th Nov 2005 03:44 PM
winxp PRO and connecting without domain server Jason Windows XP General 5 26th Jun 2004 11:14 PM
connecting xp to nt4 server domain derrick Windows XP Networking 0 15th Oct 2003 04:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:54 PM.