<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.techsoup.org/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Networks</title><link>http://forums.techsoup.org/cs/forums/14.aspx</link><description>What's the best way to get online (DSL or ISDN or a modem)? Which ISP do you go with?&lt;br /&gt;Hosted by &lt;a href="http://forums.techsoup.org/cs/members/glamontagne/default.aspx"&gt;Gary Lamontagne&lt;/a&gt; of
&lt;a href="http://www.coosfamilyhealth.org"&gt;coosfamilyhealth.org&lt;/a&gt; and &lt;a href="http://forums.techsoup.org/cs/members/dwelp/default.aspx"&gt;Dave Welp&lt;/a&gt; of &lt;a href="http://scottcountyfamilyy.org"&gt;Scott County Family YMCA&lt;/a&gt;.</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Debug Build: 30619.63)</generator><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/74018.aspx</link><pubDate>Mon, 06 Nov 2006 14:53:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:74018</guid><dc:creator>shipley.c</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/74018.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=74018</wfw:commentRss><description>I agree with that.  Its better, in my opinion, than exposing something like VNC.  You should really SSH port forward or VPN tunnel for VNC connections.</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/74002.aspx</link><pubDate>Sun, 05 Nov 2006 19:52:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:74002</guid><dc:creator>ZacMutrux</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/74002.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=74002</wfw:commentRss><description>Ah, yes, that makes sense. Most of my clients only have one server, so I  rarely have the need to remotely control more than one box per site. &lt;br /&gt;
&lt;br /&gt;
As for exposing RDP to the public Internet, I have over a dozen organizations that are set up this way and I&amp;#39;ve never had any trouble with intrusions. My impression is that the biggest risk is from brute force attacks on the password. So as long as you have a nice strong password on the administrator account, you haven&amp;#39;t much to fear from the bad guys. &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/73924.aspx</link><pubDate>Fri, 03 Nov 2006 13:44:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:73924</guid><dc:creator>shipley.c</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/73924.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=73924</wfw:commentRss><description>If you implement SSH, you can easily manage more than 1 box without having to fudge around with the ports that Remote Desktop is running on.  For example:&lt;br /&gt;
&lt;br /&gt;
Client 2 Server Port Forwards:&lt;br /&gt;
127.0.0.1:9051 --&gt; 10.9.0.51:3389&lt;br /&gt;
127.0.0.1:9050 --&gt; 10.9.0.50:3389&lt;br /&gt;
127.0.0.1:9011 --&gt; 10.9.0.11:3389&lt;br /&gt;
&lt;br /&gt;
Granted, you can just Remote Desktop into one box, then Remote Desktop to another once you&amp;#39;re inside the network, but have you ever used double/tripe remote desktop in full screen mode?  I find it confusing.&lt;br /&gt;
&lt;br /&gt;
So you only open 1 port on your firewall to get access to virtually unlimited IPs and ports on your private IP subnet.  And SSH is little overhead compared to PPTP and LPTP traffic.&lt;br /&gt;
&lt;br /&gt;
Not to mention, most SSH servers come with SFTP - so now you can upload/download files securely without exposing a typical, unsecured FTP server.&lt;br /&gt;
&lt;br /&gt;
For my home systems, I use &lt;a href="http://www.openssh.com" target="_blank" title="http://www.openssh.com"&gt;OpenSSH&lt;/a&gt; (a bit of a bear to install and configure if you aren&amp;#39;t techy - and its open source) and for professional installations I use &lt;a href="http://www.bitvise.com/winsshd.html" target="_blank" title="http://www.bitvise.com/winsshd.html"&gt;BitVise WinSSHD&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The real gems for remote (and local) administration of a Windows Server / Network, however, are in my mind are &lt;a href="http://www.logmein.com" target="_blank" title="http://www.logmein.com"&gt;LogMeIn&lt;/a&gt; and &lt;a href="http://www.dameware.com" target="_blank" title="http://www.dameware.com"&gt;Dameware Utilities&lt;/a&gt;.  At a typical client&amp;#39;s, I&amp;#39;ll install my own small workstation with LogMeIn Free.  On that box will be Dameware Utilities.  I love the pricing structure for Dameware, you only pay per administrator, not per computer/server you are administering.</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/73909.aspx</link><pubDate>Fri, 03 Nov 2006 03:54:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:73909</guid><dc:creator>Tamaralka</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/73909.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=73909</wfw:commentRss><description>My experience is that putting a Windows 2000 or 2003 terminal server on the Internet without a firewall is an invitation for disaster. One tool that was not mentioned is a VPN (Virtual Private network). Smoothwall http://sourceforge.net/projects/smoothwall is a very easy to configure open source (free) program that will run on an old, inexpensive computer. It may require some technical expertise to set up, but the extra security is well worth the effort. Otherwise your data could be my data whenever I want it.&lt;br /&gt;
&lt;br /&gt;
Rick Aldred, MCSE+Security</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/73758.aspx</link><pubDate>Mon, 30 Oct 2006 21:54:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:73758</guid><dc:creator>ZacMutrux</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/73758.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=73758</wfw:commentRss><description>Why would you want to add the overhead of SSH when Remote Desktop includes its own encryption? &lt;br /&gt;
&lt;br /&gt;
Zac&lt;br /&gt;
&amp;nbsp;</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/73745.aspx</link><pubDate>Mon, 30 Oct 2006 16:32:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:73745</guid><dc:creator>uwlmadmin</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/73745.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=73745</wfw:commentRss><description>Old thread, new article... don&amp;#39;t forget that you can always push Remote Desktop through an SSH tunnel as well. Configure a dumbed down Linux box with public key authentication only and port forward TCP 3389 (UDP not necessary) from your DMZ to your internal network and you have a reasonably secure and encrypted route to your Windows server.</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/56806.aspx</link><pubDate>Sun, 29 May 2005 03:09:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:56806</guid><dc:creator>donc</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/56806.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=56806</wfw:commentRss><description>Hi Dougg,&lt;br /&gt;
&lt;br /&gt;
I&amp;#39;m not sure who you are replying to, but if its the observation by Eoconlon (and Zac&amp;#39;s reply) I think you might be missing the context in which this suggestion was made - it IS good advice for a number of reasons:&lt;br /&gt;
&lt;br /&gt;
1/ As noted by Zac this is an effective method of making script &amp;#39;Administrator&amp;#39; attacks less effective&lt;br /&gt;
&lt;br /&gt;
2/ Not every hack attempt is done by a black-hat wiz-kid. Most unauthorised network accesses occur behind the firewall, and are done by staff or others who might be simply experimenting to see if they can &amp;#39;get in&amp;#39; as Administrator. Rarely do these people have the skills to crack a password "in less than two seconds", and renaming or removing the administrator-named account certainly reduces the likelihood of success.  &lt;br /&gt;
&lt;br /&gt;
3/ There is no single aspect to total Systems security - everything you do to make it harder to hack your network adds to the whole and reduces the likelihood of a hacker bothering to spend energy breaking tiered security. &lt;br /&gt;
&lt;br /&gt;
I agree that simply renaming/removing the Administrator account is not a solution in and of itself, but it is one component of a tiered security solution; one more step a hacker has to break to enter your system; one more chance you have of identifying the hacker through logs and other trace-back mechanisms.&lt;br /&gt;
&lt;br /&gt;
Using a passphrase is excellent advice - until someone sees you type it in (or you write it down on a piece of paper somewhere). Like everything to do with computer security, passphrases are just one tool in the arsenal designed to make your security harder to break.&lt;br /&gt;
&lt;br /&gt;
Don</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/56790.aspx</link><pubDate>Sat, 28 May 2005 01:42:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:56790</guid><dc:creator>Douggg</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/56790.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=56790</wfw:commentRss><description>No    No     No!  &lt;br /&gt;
&lt;br /&gt;
This information is NOT correct.  You can not hide the admin account from even the most basic hacker.&lt;br /&gt;
&lt;br /&gt;
PLEASE STOP POSTING PROPOGATING IN ACCURATE INFORMATION especially when it comes to security.&lt;br /&gt;
&lt;br /&gt;
You should also realize EVERY Microsoft password can be found in less than 2 seconds thanks to Microsoft’s Jet Database engine unless more than 14 characters are used.  &lt;br /&gt;
&lt;br /&gt;
We are no longer using passwords, we are using passphrases.&lt;br /&gt;</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/56751.aspx</link><pubDate>Fri, 27 May 2005 03:03:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:56751</guid><dc:creator>joeforan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/56751.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=56751</wfw:commentRss><description>RDP to RDP through a pinhole in the DMZ... man that&amp;#39;s just wrong on some primeval level. ;)&lt;br /&gt;
&lt;br /&gt;
I gotta give it a try!&lt;br /&gt;</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/56648.aspx</link><pubDate>Tue, 24 May 2005 21:46:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:56648</guid><dc:creator>obscurant</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/56648.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=56648</wfw:commentRss><description>&lt;blockquote&gt;&lt;div&gt; When I turned the 2 servers back on a couple of days later, the Windows 2000 server came back up with no problems, but the Linux box did not.  The server was corrupt and I had to rebuild as Don has stated.  I am far from a "nix admin," but its fairly obvious that the issue isn&amp;#39;t hardware, but software. &lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;
You&amp;#39;re not given much of a choice in filesystem settings under windows, but under linux you are.  A novice might not know that having just one large partition as ext2 is a bad idea.  For filesystems you have choices, you can choose one that does not do journaling and run it without sync (speedy and unsafe), or use sync (slow and safe), or use a journaling one (not so speedy and safe).  &lt;br /&gt;
&lt;br /&gt;
If you had used a journaling filesystem, you would have just lost whatever metadata didn&amp;#39;t get through the transaction.&lt;br /&gt;
&lt;br /&gt;
With just ext2 you are going through the equivalent of scandisk to check the integrity of your filesystem - chances are it will be fine, but there&amp;#39;s always the odd occurrence.</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/56637.aspx</link><pubDate>Tue, 24 May 2005 20:39:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:56637</guid><dc:creator>donc</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/56637.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=56637</wfw:commentRss><description>Agree with Joe above (RDP over RSA Secure ID here to wrap RDP in an SSL session and enforce 2-tier authentication).&lt;br /&gt;
&lt;br /&gt;
If SSL is beyond your means you can minimize the risks outlined by Joe by using a few tricks...&lt;br /&gt;
&lt;br /&gt;
Restrict the IP&amp;#39;s allowed through your firewall on port 3399 (if you are able to allocate and enforce IP&amp;#39;s on your remote connecting workstations)&lt;br /&gt;
&lt;br /&gt;
Setup a &amp;#39;locked&amp;#39; Win2K3 box in the DMZ that only allows traffic on 3399 and use it as an RDP gateway (this server becomes your RDP authentication server through which you access other servers by running RDP within RDP (a terminal session within a terminal session - RDP is much better at this than VNC or ICA).&lt;br /&gt;
&lt;br /&gt;
Neither of these methods offer the type of security you would get from SSL, however they do make it tougher for someone to get through your firewall to your server farm (where there are probably a bunch of ports open for different purposes).</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/56615.aspx</link><pubDate>Tue, 24 May 2005 15:39:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:56615</guid><dc:creator>joeforan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/56615.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=56615</wfw:commentRss><description>RDP itself isn&amp;#39;t very secure... moreso than telnet, less than ssh (although I may regret saying that since SSH does have holes in it&amp;#39;s implementation). I personally like ICA over SSL - it&amp;#39;s keyboard/video/mouse information only, compressed into the ultra-thin ICA protocol, and wrapped in a cozy SSL blanket for security. Of course, encrypting the file system on the remote and local hosts and securing the connection with an IPSec VPN as well would make things even more secure, but that might be going overboard. :)&lt;br /&gt;
&lt;br /&gt;
On the serious side, RDP&amp;#39;s main flaw is that there is *no* authentication in the protocol prior to reaching the Windows Domain (or server), which means that your first authentication is right into the heart of your network. In most cases this is a serious risk, as many times RDP is enabled by opening a gaping hole in the firewall at port 3399. My comment above on the IPSec VPN is actually semi-serious... preferably an RDP session should only be allowable once  an IPSec (or SSL) VPN that auths to a RADIUS or other external authentication implementation has been established.</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/56604.aspx</link><pubDate>Tue, 24 May 2005 04:03:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:56604</guid><dc:creator>cb@cb</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/56604.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=56604</wfw:commentRss><description>On the subject of security, does anyone know how secure/well encrypted the Remote Desktop Protocol is? I&amp;#39;m not guarding military secrets here, but I also know you shouldn&amp;#39;t use telnet on the internet if your sending anything important. Judging by this discussion, it is not anything to worry about, but I was wondering what thoughts or information people had.</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/56443.aspx</link><pubDate>Wed, 18 May 2005 14:42:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:56443</guid><dc:creator>glamontagne</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/56443.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=56443</wfw:commentRss><description>Obs, a couple of years ago while I was in college, we had to demonstrate the ability to install different Server Operating systems.  We had identical hardware in our lab for each machine the OS was installed on.  The power went out when someone knocked down a utility pole and class was cancelled.  When I turned the 2 servers back on a couple of days later, the Windows 2000 server came back up with no problems, but the Linux box did not.  The server was corrupt and I had to rebuild as Don has stated.  I am far from a "nix admin," but its fairly obvious that the issue isn&amp;#39;t hardware, but software.</description></item><item><title>RE: Discuss remote administration for Windows Server</title><link>http://forums.techsoup.org/cs/forums/thread/56354.aspx</link><pubDate>Tue, 17 May 2005 14:31:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:56354</guid><dc:creator>joeforan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/56354.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=14&amp;PostID=56354</wfw:commentRss><description>This is a very interesting topic for a security or *nix thread, but to wheel things around to the "remote administration for Windows Server" side again, I was wondering if anyone here has any experience with using SSL to remotely connect to admin tools?&lt;br /&gt;
&lt;br /&gt;
One idea that had hit me back when I worked on Citrix servers frequently was to put up a secure NFuse server that would connect back to a MetaFrame box running common Windows admin tools as published apps. I never implemented it though, due to cost issues. I&amp;#39;d love to hear if anyone has done anything similar, and how it worked (I&amp;#39;m particularly intested because of the increasing use of SSL VPNs).</description></item></channel></rss>