Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Accessing computers connected to my router

Options
  • 09-07-2017 4:23pm
    #1
    Closed Accounts Posts: 63 ✭✭


    Is it possible to access computers remotely which are connected to my home router?


Comments

  • Registered Users Posts: 6,210 ✭✭✭bonzodog2


    Remotely as in from a computer NOT on your LAN? In principle, yes. It may depend on your ISP, your router, and maybe what you wish to accomplish. Give more details - do you want want to control the PC from afar, or just access files stored on it.


  • Closed Accounts Posts: 63 ✭✭FireFoxBoy


    i just want to access the files on. controlling the computer remotely would be a bonus


  • Posts: 11,614 [Deleted User]


    FireFoxBoy wrote: »
    i just want to access the files on. controlling the computer remotely would be a bonus

    What operating system are the computers?
    Which ISP are you with?
    Which router do you have?

    I do this easily using Linux systems with digiweb.


  • Registered Users Posts: 20,558 ✭✭✭✭dreamers75


    Set up a Home group in Windows and share folders between the PCs.

    Easy enough to do.

    To Control them install Teamviewer and control them.


  • Registered Users Posts: 6,210 ✭✭✭bonzodog2


    If you just want to access the files, maybe one of the cloud storage solutions might work for you.
    I think for remote control from afar, your router will need to be provided with a routable WAN IP address by your ISP and be capable of doing "port forwarding"


  • Advertisement
  • Closed Accounts Posts: 63 ✭✭FireFoxBoy


    Is it possible to view what others are browsing on my network?


  • Registered Users Posts: 7,593 ✭✭✭theteal


    FireFoxBoy wrote: »
    Is it possible to view what others are browsing on my network?

    Depends how good your router/firewall is


  • Closed Accounts Posts: 8,585 ✭✭✭jca


    FireFoxBoy wrote: »
    Is it possible to view what others are browsing on my network?

    Ahhh, pornwatch police.


  • Registered Users Posts: 36,167 ✭✭✭✭ED E


    Whatever you do, please please please dont expose SMB to the net.


  • Closed Accounts Posts: 8,585 ✭✭✭jca


    ED E wrote: »
    Whatever you do, please please please dont expose SMB to the net.

    Whoever SMB is, you sure love your initials ED


  • Advertisement
  • Moderators, Arts Moderators, Regional Abroad Moderators Posts: 11,019 Mod ✭✭✭✭Fysh


    jca wrote: »
    Whoever SMB is, you sure love your initials ED

    SMB is a file-sharing protocol which, in systems using version-1-compliant implementations, is very vulnerable to attack, so having it accessible to external addresses is sort of like leaving your front door wide opening, putting a sign up outside saying "FREE STUFF" and then advertising your actions in every possible way, including taking out full page ads in newspapers. And then going away for a month.


  • Closed Accounts Posts: 13,404 ✭✭✭✭sKeith


    You could put a rasp pi on your lan with raspbian on it. ( or if you already have a linux machine on your lan, consider using it as your ssh daemon )
    Enable sshd on it.
    investigate how to do ssh auth key pairs. set up a key pair. for heightened security, disable root on sshd and password authentication on sshd.
    you can sudo for privilege escalation.
    in your router, port forward a port to the ssh port on you rasp pi.

    Now when you are outside, and only with your private key, you have access into your lan from the outside world. from windows, you can setup the tunnel with putty and ssh tunnelling.

    each of these steps has plenty of documentation searchable via google.


Advertisement