

InterviewSolution
Saved Bookmarks
1. |
Solve : using one router like the "GoToMyPC" technology? |
Answer» <html><body><p>all,<br/><br/>Would it be possible for me to connect to one computer that is connected to the same router as my requesting computer? What I want to do is use my one router that I have as a substitute for a LAN. I know that really can't be done technically, but I really want to work on, and modify files that are on my home machine in my living room, from my little netbook. Ideally I would be in my basement working on files that are located on my desktop upstairs.<br/><br/>Is this sort of thing possible? Both <a href="https://interviewquestions.tuteehub.com/tag/machines-550361" style="font-weight:bold;" target="_blank" title="Click to know more about MACHINES">MACHINES</a> would be connected to the same router, and according to the ISP, they do not recycle IPs at all, so the address would never change.<br/><br/>I have limited amount of knowledge about <a href="https://interviewquestions.tuteehub.com/tag/dos-432778" style="font-weight:bold;" target="_blank" title="Click to know more about DOS">DOS</a>, but I do understand how to connect to an <a href="https://interviewquestions.tuteehub.com/tag/ip-14828" style="font-weight:bold;" target="_blank" title="Click to know more about IP">IP</a>, ping them, FTP concepts, etc...<br/><br/>Any help from the gurus here would certainly be appreicated! Thanks so much! Quote from: ajetrumpet on November 20, 2010, 12:45:12 PM</p><blockquote>Would it be possible for me to connect to one computer that is connected to the same router as my requesting computer? <br/></blockquote> Of course.<br/><br/> Quote<blockquote>What I want to do is use my one router that I have as a substitute for a LAN. I know that really can't be done technically, <br/></blockquote> That's <a href="https://interviewquestions.tuteehub.com/tag/exactly-977868" style="font-weight:bold;" target="_blank" title="Click to know more about EXACTLY">EXACTLY</a> what it is; the computers connected to a router form a LAN. <br/><br/><br/>short story: you'd need to find the lan side IP address of the computers involved. My desktop, for example, is 192.168.0.100; obviously, this has nothing to do with connecting to the internet or anything outside the LAN; other network computers can see my desktop as that IP, but outside of the LAN it's meaningless.<br/><br/>Usually, there is a <a href="https://interviewquestions.tuteehub.com/tag/page-25452" style="font-weight:bold;" target="_blank" title="Click to know more about PAGE">PAGE</a> on the router setup pages where you can see the IP assignments within the LAN for each machine. Or, you can just use ipconfig; the IP address of your machine is the LAN-side address.</body></html> | |