Re: Connecting to a server OUTSIDE the user's domain



Chris Benton <ChrisBenton@xxxxxxxxxxxxxxxxxxxxxxxxx> 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.


.



Relevant Pages

  • Re: Ping reply through the same interface
    ... You are *not* supposed to have two nics in the same subnet unless they are ... If they are in the same subnet they will not work as you want. ... If the source of the Ping is not in the same subnet as the nic it pinged ... Routes leaving the server are determined by the Destination and how the ...
    (microsoft.public.windows.server.networking)
  • Re: Users can access shares through mapped drives but not using unc
    ... Where is the 'resource' located - in the child ... Is the 'file server' on a Domain Controller or on a Member Server? ... Can you access the 'resources' when logged on as a member of the Domain ... Ping via IP Address? ...
    (microsoft.public.win2000.active_directory)
  • Re: can not ping hostnames of other subnet
    ... Thanks i can ping when i write hostnames but still i can not add member ... i can ping dns server with ip and hostname ... It can not find the domain name from other subnet so i can not add member ... > Anytime you are trying to ping by hostname, the name needs to be resolved ...
    (microsoft.public.win2000.ras_routing)
  • Re: Intermittent Routing Problem
    ... We are moving to the 192.168.1.0/24 subnet. ... >the server to connect to the remote printer. ... subnets into the same network without the router, ... Can you ping the print server from a local PC on the local ...
    (comp.unix.sco.misc)
  • Re: RRAS ip routing and ISA
    ... I have an dual homed ISA 2006 enterprise server acting as an edge ... I would like to join another internal subnet, ... stand-alone server as a DHCP server as long as it is not on a subnet ...
    (microsoft.public.windows.server.networking)

Quantcast