Networking Forums

Networking Forums > Computer Networking > Windows Networking > map network resource out of domain

Reply
Thread Tools Display Modes

map network resource out of domain

 
 
Jan
Guest
Posts: n/a

 
      05-30-2006, 09:31 AM
Hello!
I want to map a network drive. But the shared resource is on a server
wich is out of the domain of my computer. I have a user-account with
the necessary permissions for that share. (From an computer in the
domain I can use the shared folder) The network connection to the
server is all right (tried with ping). So I used the command net use X:
\\ip\resource
But now the network resource can not be found....
What's could be a cause for that error?
With kind regards,
Jan

 
Reply With Quote
 
 
 
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      05-30-2006, 11:25 AM
In news:(E-Mail Removed) oups.com,
Jan <(E-Mail Removed)> stated, which I commented on below:
> Hello!
> I want to map a network drive. But the shared resource is on a server
> wich is out of the domain of my computer. I have a user-account with
> the necessary permissions for that share. (From an computer in the
> domain I can use the shared folder) The network connection to the
> server is all right (tried with ping). So I used the command net use
> X: \\ip\resource
> But now the network resource can not be found....
> What's could be a cause for that error?
> With kind regards,
> Jan


More than likely it's either a permissions or SMB signing issue. I assume
you pinged with the computer's NetBIOS name? WHen you pinged, did it resolve
to the FQDN and gave you a reply or did it just give a reply?

When using a net use command to this resource, you'll need to supply
credentials too.
net use x: \\computerName\shareName /user:domainName\username
/persistent:yes

Did you also try it using Map Drive from Explorer and supply alternate
credentials in the form of domainName\username and the password?

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Having difficulty reading or finding responses to your post?
Instead of the website you're using, I suggest to use OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. This is a direct link to the Microsoft Public
Newsgroups. It is FREE and requires NO ISP's Usenet account. OEx allows you
to easily find, track threads, cross-post, sort by date, poster's name,
watched threads or subject.

It's easy:
How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Directory Services
Microsoft Certified Trainer

Infinite Diversities in Infinite Combinations
Assimilation Imminent. Resistance is Futile
"Very funny Scotty. Now, beam down my clothes."

The only thing in life is change. Anything more is a blackhole consuming
unnecessary energy. - [Me]


 
Reply With Quote
 
Jan
Guest
Posts: n/a

 
      05-30-2006, 04:43 PM
Hello Ace!
Thank you for the answer.
I pinged the IP-adress. I did not get back the FQDN with ping, only
with the tracert-command.
I tried also to map the drive from Explorer with alternate credentials,
but it did not work. (network-resource not found...)
When I try to adress the server by IP it should work, doesn't it?
What could I try or check now?
With kind regards,
Jan

 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      06-01-2006, 01:52 AM
In news:(E-Mail Removed) oups.com,
Jan <(E-Mail Removed)> stated, which I commented on below:
> Hello Ace!
> Thank you for the answer.
> I pinged the IP-adress. I did not get back the FQDN with ping, only
> with the tracert-command.


Did you also try to ping by using the computername? If so, did itresolve to
an IP? Or are you saying you pinged soley using the IP address of the
computer and not the name?

If you want to ping by IP and reverse-resolve the computer hostname (FQDN -
fully qualified domain name such as computername.domain.com), use:
ping -a IpAddress
As long as there's a PTR in a reverse zone, it will resolve to that FQDN,
otherwise it won't resolve.

> I tried also to map the drive from Explorer with alternate
> credentials, but it did not work. (network-resource not found...)


Resource not found? That tells me that it either doesn't exist or it can't
resolve the NetBIOS name. I still need to know if you can ping by computer
name, such as "computername" and not "computername.domain.com", but either
way will work with a map as long as the FQDN resolves to an IP.

> When I try to adress the server by IP it should work, doesn't it?


Yes, it should, such as:

net use x: \\192.168.5.200\sharename

(192.168.5.200 is just an example IP address)

> What could I try or check now?
> With kind regards,
> Jan


Ace



 
Reply With Quote
 
Louis Vitiello Jr.
Guest
Posts: n/a

 
      06-02-2006, 02:28 AM
Hey Jan,
I don't mean to step in however when you say your outside the domain, are
you completely outside the network as well?

--
Louis Vitiello Jr.
------------------------------
MCSE, MCSA, MCP, A+/N+
ERCP XP Pro / Net Concepts

"Ace Fekay [MVP]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> In news:(E-Mail Removed) oups.com,
> Jan <(E-Mail Removed)> stated, which I commented on below:
>> Hello Ace!
>> Thank you for the answer.
>> I pinged the IP-adress. I did not get back the FQDN with ping, only
>> with the tracert-command.

>
> Did you also try to ping by using the computername? If so, did itresolve
> to an IP? Or are you saying you pinged soley using the IP address of the
> computer and not the name?
>
> If you want to ping by IP and reverse-resolve the computer hostname
> (FQDN - fully qualified domain name such as computername.domain.com), use:
> ping -a IpAddress
> As long as there's a PTR in a reverse zone, it will resolve to that FQDN,
> otherwise it won't resolve.
>
>> I tried also to map the drive from Explorer with alternate
>> credentials, but it did not work. (network-resource not found...)

>
> Resource not found? That tells me that it either doesn't exist or it can't
> resolve the NetBIOS name. I still need to know if you can ping by computer
> name, such as "computername" and not "computername.domain.com", but either
> way will work with a map as long as the FQDN resolves to an IP.
>
>> When I try to adress the server by IP it should work, doesn't it?

>
> Yes, it should, such as:
>
> net use x: \\192.168.5.200\sharename
>
> (192.168.5.200 is just an example IP address)
>
>> What could I try or check now?
>> With kind regards,
>> Jan

>
> Ace
>
>
>



 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      06-02-2006, 03:49 AM
In news:uZVU$(E-Mail Removed),
Louis Vitiello Jr. <louv-(E-Mail Removed)> stated, which I commented on
below:
> Hey Jan,
> I don't mean to step in however when you say your outside the domain,
> are you completely outside the network as well?


By all means step in. Any additional help is welcome!

Ace


 
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
How to identify network resource access Hector Windows Networking 0 08-24-2005 04:42 PM
Error Message - No permission to use this network resource - Peter Wireless Networks 3 12-13-2004 03:37 PM
getting the following error....the network resource type is not correct....need help please Ralph Malph Windows Networking 5 12-02-2004 04:28 PM
network resource problem ray r Windows Networking 0 05-07-2004 03:22 PM
Network Resource troubles Windows Networking 0 02-15-2004 07:00 PM



1 2 3 4 5 6 7 8 9 10 11