|
#1
|
|||
|
|||
|
Is it possible to map a drive to a remote machine over the internet? Both
machines are behind a Netgear router. I can use remote desktop bothways by forwarding port 3389 to the machine I want to control BUT what I want is access to files on the remote machine without using Remote Desktop because I don't want to interrupt what the user is doing on the other machine while I'm accessing the files. Thanks in advance, Francis |
|
#2
|
|||
|
|||
|
> Is it possible to map a drive to a remote machine over the internet? Both
> machines are behind a Netgear router. > > I can use remote desktop bothways by forwarding port 3389 to the machine I > want to control BUT what I want is access to files on the remote machine > without using Remote Desktop because I don't want to interrupt what the user > is doing on the other machine while I'm accessing the files. It is possible but dangerous. |
|
#3
|
|||
|
|||
|
In principle yes, but the security aspects are important.
To do t his you need to map port 445 (or ports 137-139) However it would be highly advisable to have some kind of encryption on the data, as the netbios ports are easily attacked. You could achieve this wth Zebedee or SSH. The other alternatives are VPN, or a secure form of FTP server. (Filezilla Server in TLS mode, for example.) |
|
#4
|
|||
|
|||
|
Thanks Ian. I was hoping I could do it without using VPN because I tried
several times setting up the VPN server on my XP pro machine but I have never been successful in getting a connection from outside. I can't tell whether it's the router settings or the VPN server settings that's not correct. Can you point me to a good website source for setting up an FTP server? Thanks again, --Francis-- "Ian" <Ian@discussions.microsoft.com> wrote in message news:31D4DB28-F9BF-4CAF-BD80-1A7D3BD65798@microsoft.com... > In principle yes, but the security aspects are important. > > To do t his you need to map port 445 (or ports 137-139) However it would > be > highly advisable to have some kind of encryption on the data, as the > netbios > ports are easily attacked. You could achieve this wth Zebedee or SSH. > > The other alternatives are VPN, or a secure form of FTP server. (Filezilla > Server in TLS mode, for example.) > > |
|
#5
|
|||
|
|||
|
How about Secure Shell (SSH) and use WinSCP if you just want to be able to
access files? That works well for me... http://www.itefix.no/phpws/index.php...position=22:22 http://theillustratednetwork.mvps.or...publicKey.html http://winscp.sourceforge.net/eng/index.php http://theillustratednetwork.mvps.or...esktopSSH.html -- Al Jarvi (MS-MVP Windows Networking) Please post *ALL* questions and replies to the news group for the mutual benefit of all of us... The MS-MVP Program - http://mvp.support.microsoft.com This posting is provided "AS IS" with no warranties, and confers no rights... "Francis Tarcelo" <fgtarcelo@verizon.net> wrote in message news:%23rSkkfXEGHA.516@TK2MSFTNGP15.phx.gbl... > Thanks Ian. I was hoping I could do it without using VPN because I tried > several times setting up the VPN server on my XP pro machine but I have > never been successful in getting a connection from outside. I can't tell > whether it's the router settings or the VPN server settings that's not > correct. > > Can you point me to a good website source for setting up an FTP server? > > Thanks again, > --Francis-- > > > > "Ian" <Ian@discussions.microsoft.com> wrote in message > news:31D4DB28-F9BF-4CAF-BD80-1A7D3BD65798@microsoft.com... >> In principle yes, but the security aspects are important. >> >> To do t his you need to map port 445 (or ports 137-139) However it would >> be >> highly advisable to have some kind of encryption on the data, as the >> netbios >> ports are easily attacked. You could achieve this wth Zebedee or SSH. >> >> The other alternatives are VPN, or a secure form of FTP server. >> (Filezilla >> Server in TLS mode, for example.) >> >> > > |
|
#6
|
|||
|
|||
|
Thanks Al, I'll try that. I haven't done this in the past so it might be
quite challenging. I'll post back if I run into any problems. Thanks again, --Francis-- "Sooner Al [MVP]" <SoonerAl@somewhere.net.invalid> wrote in message news:eq5YapXEGHA.3728@tk2msftngp13.phx.gbl... > How about Secure Shell (SSH) and use WinSCP if you just want to be able to > access files? That works well for me... > > http://www.itefix.no/phpws/index.php...position=22:22 > http://theillustratednetwork.mvps.or...publicKey.html > > http://winscp.sourceforge.net/eng/index.php > > http://theillustratednetwork.mvps.or...esktopSSH.html > > -- > > Al Jarvi (MS-MVP Windows Networking) > > Please post *ALL* questions and replies to the news group for the > mutual benefit of all of us... > The MS-MVP Program - http://mvp.support.microsoft.com > This posting is provided "AS IS" with no warranties, and confers no > rights... > > "Francis Tarcelo" <fgtarcelo@verizon.net> wrote in message > news:%23rSkkfXEGHA.516@TK2MSFTNGP15.phx.gbl... >> Thanks Ian. I was hoping I could do it without using VPN because I tried >> several times setting up the VPN server on my XP pro machine but I have >> never been successful in getting a connection from outside. I can't tell >> whether it's the router settings or the VPN server settings that's not >> correct. >> >> Can you point me to a good website source for setting up an FTP server? >> >> Thanks again, >> --Francis-- >> >> >> >> "Ian" <Ian@discussions.microsoft.com> wrote in message >> news:31D4DB28-F9BF-4CAF-BD80-1A7D3BD65798@microsoft.com... >>> In principle yes, but the security aspects are important. >>> >>> To do t his you need to map port 445 (or ports 137-139) However it would >>> be >>> highly advisable to have some kind of encryption on the data, as the >>> netbios >>> ports are easily attacked. You could achieve this wth Zebedee or SSH. >>> >>> The other alternatives are VPN, or a secure form of FTP server. >>> (Filezilla >>> Server in TLS mode, for example.) >>> >>> >> >> > > |
|
#7
|
|||
|
|||
|
Thanks Ian. I was hoping I could do it without using VPN because I tried
several times setting up the VPN server on my XP pro machine but I have never been successful in getting a connection from outside. I can't tell whether it's the router settings or the VPN server settings that's not correct. Can you point me to a good website source for setting up an FTP server? Thanks again, --Francis-- "Ian" <Ian@discussions.microsoft.com> wrote in message news:31D4DB28-F9BF-4CAF-BD80-1A7D3BD65798@microsoft.com... > In principle yes, but the security aspects are important. > > To do t his you need to map port 445 (or ports 137-139) However it would > be > highly advisable to have some kind of encryption on the data, as the > netbios > ports are easily attacked. You could achieve this wth Zebedee or SSH. > > The other alternatives are VPN, or a secure form of FTP server. (Filezilla > Server in TLS mode, for example.) > > |
|
#8
|
|||
|
|||
|
How about Secure Shell (SSH) and use WinSCP if you just want to be able to
access files? That works well for me... http://www.itefix.no/phpws/index.php...position=22:22 http://theillustratednetwork.mvps.or...publicKey.html http://winscp.sourceforge.net/eng/index.php http://theillustratednetwork.mvps.or...esktopSSH.html -- Al Jarvi (MS-MVP Windows Networking) Please post *ALL* questions and replies to the news group for the mutual benefit of all of us... The MS-MVP Program - http://mvp.support.microsoft.com This posting is provided "AS IS" with no warranties, and confers no rights... "Francis Tarcelo" <fgtarcelo@verizon.net> wrote in message news:%23rSkkfXEGHA.516@TK2MSFTNGP15.phx.gbl... > Thanks Ian. I was hoping I could do it without using VPN because I tried > several times setting up the VPN server on my XP pro machine but I have > never been successful in getting a connection from outside. I can't tell > whether it's the router settings or the VPN server settings that's not > correct. > > Can you point me to a good website source for setting up an FTP server? > > Thanks again, > --Francis-- > > > > "Ian" <Ian@discussions.microsoft.com> wrote in message > news:31D4DB28-F9BF-4CAF-BD80-1A7D3BD65798@microsoft.com... >> In principle yes, but the security aspects are important. >> >> To do t his you need to map port 445 (or ports 137-139) However it would >> be >> highly advisable to have some kind of encryption on the data, as the >> netbios >> ports are easily attacked. You could achieve this wth Zebedee or SSH. >> >> The other alternatives are VPN, or a secure form of FTP server. >> (Filezilla >> Server in TLS mode, for example.) >> >> > > |
|
#9
|
|||
|
|||
|
Thanks Al, I'll try that. I haven't done this in the past so it might be
quite challenging. I'll post back if I run into any problems. Thanks again, --Francis-- "Sooner Al [MVP]" <SoonerAl@somewhere.net.invalid> wrote in message news:eq5YapXEGHA.3728@tk2msftngp13.phx.gbl... > How about Secure Shell (SSH) and use WinSCP if you just want to be able to > access files? That works well for me... > > http://www.itefix.no/phpws/index.php...position=22:22 > http://theillustratednetwork.mvps.or...publicKey.html > > http://winscp.sourceforge.net/eng/index.php > > http://theillustratednetwork.mvps.or...esktopSSH.html > > -- > > Al Jarvi (MS-MVP Windows Networking) > > Please post *ALL* questions and replies to the news group for the > mutual benefit of all of us... > The MS-MVP Program - http://mvp.support.microsoft.com > This posting is provided "AS IS" with no warranties, and confers no > rights... > > "Francis Tarcelo" <fgtarcelo@verizon.net> wrote in message > news:%23rSkkfXEGHA.516@TK2MSFTNGP15.phx.gbl... >> Thanks Ian. I was hoping I could do it without using VPN because I tried >> several times setting up the VPN server on my XP pro machine but I have >> never been successful in getting a connection from outside. I can't tell >> whether it's the router settings or the VPN server settings that's not >> correct. >> >> Can you point me to a good website source for setting up an FTP server? >> >> Thanks again, >> --Francis-- >> >> >> >> "Ian" <Ian@discussions.microsoft.com> wrote in message >> news:31D4DB28-F9BF-4CAF-BD80-1A7D3BD65798@microsoft.com... >>> In principle yes, but the security aspects are important. >>> >>> To do t his you need to map port 445 (or ports 137-139) However it would >>> be >>> highly advisable to have some kind of encryption on the data, as the >>> netbios >>> ports are easily attacked. You could achieve this wth Zebedee or SSH. >>> >>> The other alternatives are VPN, or a secure form of FTP server. >>> (Filezilla >>> Server in TLS mode, for example.) >>> >>> >> >> > > |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Access denied to shared drive for remote user | mc_aluning@hotmail.com | Windows XP Work Remotely | 1 | 01-05-2006 07:14 AM |
| RE: Remote Assistance in Windows 2000 | Amanda George | Windows XP Work Remotely | 0 | 01-05-2006 07:13 AM |
| Mapping Remote drive through VPN | Greng sr. | Windows XP Work Remotely | 0 | 01-05-2006 07:12 AM |
| My machine does not recognize new hard drive size. | daytripper | Windows XP Perform Maintain | 6 | 01-05-2006 06:04 AM |
| eSATA support | Techmanblues | Windows XP Hardware | 9 | 01-05-2006 02:19 AM |