From: ohyeah on 30 Apr 2010 14:51 Hi there I have been asked to install a file server but the director of the company uses a laptop and works in the office and out the office. He has asked me to setup his laptop to be able to connect to network shares on the fileserver. This is our first server and we have window server 2008 R2 foundation So far I have configured the server as a domain controller and setup network shares and configured My documents re-direction using Group Policy. I was thinking the best way would be to setup a VPN so the laptop can connect to the internal network allowing the director to get to files. If this is the best way could someone please point me in the direction on how to set this up. If a VPN is not the best solution what else should I use? Thanks in Advance -- ohyeah
From: Leythos on 30 Apr 2010 15:31 In article <012c7a27244eeaf1498ea8a1bf54af12(a)nntp-gateway.com>, guest(a)unknown-email.com says... > > Hi there I have been asked to install a file server but the director of > the company uses a laptop and works in the office and out the office. > > > He has asked me to setup his laptop to be able to connect to network > shares on the fileserver. > > > This is our first server and we have window server 2008 R2 foundation > So far I have configured the server as a domain controller and setup > network shares and configured My documents re-direction using Group > Policy. > > > I was thinking the best way would be to setup a VPN so the laptop can > connect to the internal network allowing the director to get to files. > If this is the best way could someone please point me in the direction > on how to set this up. > > > If a VPN is not the best solution what else should I use? > > > Thanks in Advance A VPN would be slow and cause you no end to problems because they are often of poor performance when it comes to residential or remote locations. Your best bet is to setup Remote Desktop to his own computer in the office or to setup a terminal server - this means that all data stays inside the company and his laptop doesn't even need to be joined to the domain. We normally setup DHCP reservations for specific computers where a company doesn't buy a terminal server, then we use the firewall appliance port mapping to map directly (via translation) to the users specific computer.... So, we might map EXTERNAL IP:50101 to INTERNAL IP:3389, then the user just opens remote desktop, types office.yourdomainname.com:50101 to connect to their own computer.... you can do the same thing with other computers, using 50102 to map to computer 2..... Not all firewalls allow port redirection, you need a real firewall for that. -- You can't trust your best friends, your five senses, only the little voice inside you that most civilians don't even hear -- Listen to that. Trust yourself. spam999free(a)rrohio.com (remove 999 for proper email address)
From: ohyeah on 30 Apr 2010 15:46 Thanks for the reply :-) The problem is he only uses a laptop so he does not have a desktop PC in the office. What port is 50101? -- ohyeah
From: Leythos on 30 Apr 2010 16:46 In article <b008cfe9084bbbb1bce411f0c5c86164(a)nntp-gateway.com>, guest(a)unknown-email.com says... > > Thanks for the reply :-) > > The problem is he only uses a laptop so he does not have a desktop PC in > the office. > > What port is 50101? Pick any port that you want, as long as it's not used by any standard service, I sometimes use the 58100-58199 range, just depends on what you could be walking on top of. -- You can't trust your best friends, your five senses, only the little voice inside you that most civilians don't even hear -- Listen to that. Trust yourself. spam999free(a)rrohio.com (remove 999 for proper email address)
From: ohyeah on 30 Apr 2010 17:28
My problem is tho the director does not have a desktop PC in the office to RDP to. He only has a laptop -- ohyeah |