I am trying to access my files on my home computer from my computer whihc uses dial-up, both of the system's have WIndows XP Home on them. I have a DSL connection, so I am always connected, is there a way I can make a network connection once I dial-up to the internet at her house.
jifiii 0 Light Poster
Dani AI
Generated
Following 's suggestion, here are practical, XP-focused options and a short checklist to make the DSL machine's files available to the dial‑up PC. The dial‑up link will be slow, so aim for small transfers or on‑demand access rather than bulk sync.
For the least router fiddling, use a NAT‑traversing relay/virtual LAN tool (LogMeIn/Hamachi style). Install the same client on both machines, create a private virtual network and then use Windows file sharing over that virtual adapter. If you want direct control and stronger guarantees, run an encrypted file server (SFTP/FTPS) on the DSL host or put an OpenVPN server on the router or the PC. Router‑based VPNs are convenient because the router can stay on 24/7 and avoid running extra server software on XP.
Practical setup checklist: give the DSL PC a reserved LAN address (DHCP reservation), install the chosen server/relay software, configure authentication (use keys where supported), forward only the single port the service needs (SFTP/SSH typically 22, OpenVPN commonly 1194/UDP), and add a firewall exception on the DSL PC. If you cannot forward ports, pick a relay service that handles NAT traversal for you. Because XP is old, keep the host tightly locked down and limit open services.
Security and troubleshooting notes: do not expose Windows file‑sharing ports (135–139, 445) directly to the Internet. Prefer encrypted transport (SFTP, FTPS, VPN). Expect slow transfers over dial‑up; compress or split files and use transfer tools that support resume. If things fail, confirm the DSL host’s public IP, check for double NAT, verify router port forwarding and Windows firewall rules, and test connectivity from a different Internet connection before relying on the dial‑up end.
Good instincts from — these steps convert that idea into secure, workable options for ’s XP Home machines.
OliverHill 0 Newbie Poster
A VPN (Virtual Private Network) should do what you want. Win XP Pro allows you to set up connections to a VPN server on another machine (not sure about XP home), however I think you would need to purchase software to create a VPN server, or at least download it if there is a shareware version available.
Then you can run the VPN server on the dsl computer (which should remain connected to the internet) and connect to it from the dial up machine when you need to.
One or two things you need to be aware of:
The connection would need to be created by the remote (dialup) machine, so if you left the dialup machine online, but not connected to the VPN server, and went to work on the dsl computer you would not be able to initiate the connection.
If you do not have a static IP address it may be a pain because you would need to keep changing the dialup machine's VPN connection to point at the server's IP address. I think there are some web sites that could track your server's address and can forward connections on to it which would solve this issue but you may need to pay for this service and I'm not entirely sure about the security of this connection forwarding.
Other than this VPN uses fairly high levels of encryption so you can rest assured that nobody would be able to listen in to the network traffic.
Another, possible cheaper, alternative to this idea is to use FTP. Although now perhaps a bit dated, it would be possible to host an FTP server on the dsl computer which allows access to the areas of your files you need from the dialup computer.
Again if you do not have a static IP you would have the hassle of having to know which address the server is on when you wanted to connect. And again you could only initiate the connection from the client side.
Also, although (like VPN) you would require a username and password to connect to the FTP server (giving you some security), I do not believe FTP is encrypted in any way so it would be possible for somebody to 'listen in' on he files you are transferring.
The advantage of FTP is that it should be possible to do it for free. There are shareware servers (eg WAR FTP) and clients (eg cute FTP).
I apologise if I've used any 'tecno speak', and obviously post back if you're confused or if anything sounds interesting to you.
jifiii 0 Light Poster
no, I understand completely what you are saying I have a bachelor's in computer engineering, but I couldn't think of how to solve this problem
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.