how to map drive on different network

  • Thread starter Thread starter hamayun
  • Start date Start date
H

hamayun

Hi ,

i want to map a drive available on totally different
network computer. i know, within any network we
use "\\IP_address\share" but if the 2 computers are on
totally different network, then it doesnt work.

Any idea, how to make it working ?

Thanks
 
hamayun said:
Hi ,

i want to map a drive available on totally different
network computer. i know, within any network we
use "\\IP_address\share" but if the 2 computers are on
totally different network, then it doesnt work.

Can you ping the resource by name? By 'different network' do you mean
different domain?

net use x: \\computername\sharename /user:computernameOrDomainname\username
 
-----Original Message-----
hamayun wrote:
Hi ,
i want to map a drive available on totally different
network computer. i know, within any network we
use "\\IP_address\share" but if the 2 computers are on
totally different network, then it doesnt work.

Any idea, how to make it working ?

Thanks.
******************************************************
Can you ping the resource by name? By 'different network'
do you mean different domain?

net use x:
\\computername\sharename /user:computernameOrDomainname\us
ername


*******************************************************

Hi,

i can ping the resource(other computer) by IP not by name.

suppose my computer is connected to internet using
ISP "A" and another computer is connected to internet
using ISP "B". Now in such case, how will i map my drive
to another computer. The command you have provided above
works only within same network.


please help.
 
-----Original Message-----
hamayun wrote:
Hi ,
i want to map a drive available on totally different
network computer. i know, within any network we
use "\\IP_address\share" but if the 2 computers are on
totally different network, then it doesnt work.

Any idea, how to make it working ?

Thanks.
******************************************************
Can you ping the resource by name? By 'different network'
do you mean different domain?

net use x:
\\computername\sharename /user:computernameOrDomainname\us
ername


*******************************************************

Hi,

i can ping the resource(other computer) by IP not by name.

suppose my computer is connected to internet using
ISP "A" and another computer is connected to internet
using ISP "B". Now in such case, how will i map my drive
to another computer. The command you have provided above
works only within same network.

Well, yes, of course you have to have some sort of network connectivity
between the computers in order to do anything with the resources on them...I
presumed that's what you meant. You may want to look into VPN.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top