Sometimes, i really hate microsoft. (server2008)

Acanthus

Lifer
Aug 28, 2001
19,915
2
76
ostif.org
Worked on hardening a 2008R2 web server all night, because one of our admins insisted he couldn't get an app working in Linux.

Firewalled everything but ports 80,443,and 442 manually (TCP and UDP). Disabled all of the crappy default exceptions, added manual rules to allow 80, 443, and 442 (both TCP and UDP). Changed RDP to work over port 442.

Installed 135 updates, needed a reboot.

Rebooted, server is up, website is up, can be pinged, cant remote in.

Nice one, MS.
 
Last edited by a moderator:

AMCRambler

Diamond Member
Jan 23, 2001
7,715
31
91
Rebooted, server is up, website is up, can be pinged, cant remote in.

Nice one, MS.

Y
Rebooted, server is up, website is up, can be pinged, cant remote in.

Nice one, MS.

You configured the server to block the default RDP ports, installs updates that reset the defaults and this is Microsoft's fault that you can't remote in? Heh, ok.

All updates go first. Configuration come last. Rookie mistakes grasshopper.
 
Last edited:

Oyeve

Lifer
Oct 18, 1999
22,071
885
126
Y

You configured the server to block the default RDP ports, installs updates that reset the defaults and this is Microsoft's fault that you can't remote in? Heh, ok.

All updates go first. Configuration come last. Rookie mistakes grasshopper.

This. I hope you wrote down the settings prior to updating.
 

Acanthus

Lifer
Aug 28, 2001
19,915
2
76
ostif.org
Y

You configured the server to block the default RDP ports, installs updates that reset the defaults and this is Microsoft's fault that you can't remote in? Heh, ok.

All updates go first. Configuration come last. Rookie mistakes grasshopper.

I'm sorry that I expected their $80B software to retain settings through updates.

Clearly I should have the experience to know that their OS is shit :p

Wouldn't have happened in Ubuntu/OpenBSD, that's all I know.
 

Oyeve

Lifer
Oct 18, 1999
22,071
885
126
Wouldn't have happened in Ubuntu/OpenBSD, that's all I know.

Probably true, but who the hell uses that anyway? I know of no companies using this except for the IT dorks (myself included) and we dont roll this out in serious production. :)
 

smakme7757

Golden Member
Nov 20, 2010
1,487
1
81
Hehe interesting story. Windows is a bit like that. I spent a few hours last night wondering why I couldn't use the remote mmc snap in for device manager from Win 8 to Hyperv core 2012. It turns out MS completely disabled remote management of device manager in the latest OS.
 

imagoon

Diamond Member
Feb 19, 2003
5,199
0
0
It turns out MS completely disabled remote management of device manager in the latest OS.

Until you turn it on in server manager yes.

Rock and a hard place. People complain that they leave to much on and open so they harden it and disable most stuff. Then people complain that all that stuff isn't on.


I am also not sure why RDP would fail below port 1500. It is TCP and I have seen it on port 80 before. I would suspect something specific to your machine is preventing it.
 
Last edited:

Acanthus

Lifer
Aug 28, 2001
19,915
2
76
ostif.org
Until you turn it on in server manager yes.

Rock and a hard place. People complain that they leave to much on and open so they harden it and disable most stuff. Then people complain that all that stuff isn't on.


I am also not sure why RDP would fail below port 1500. It is TCP and I have seen it on port 80 before. I would suspect something specific to your machine is preventing it.

You can change the listen port to whatever you want, but if you want to firewall 3389, you can't run RDP below port 1500(ish, the actual cutoff is 14XX)
 

imagoon

Diamond Member
Feb 19, 2003
5,199
0
0
You can change the listen port to whatever you want, but if you want to firewall 3389, you can't run RDP below port 1500(ish, the actual cutoff is 14XX)

That doesn't make any sense... I am staring at a server with RDP on 80 with the firewall on... Is there an MS tech doc mentioning this anywhere?
 

ViRGE

Elite Member, Moderator Emeritus
Oct 9, 1999
31,516
167
106
I am also not sure why RDP would fail below port 1500. It is TCP and I have seen it on port 80 before. I would suspect something specific to your machine is preventing it.
In the *nix world ports 1024 and below are "special" ports. However even if MS copied that tradition, I don't know why 1024 to 1500 would be similarly special.
 

imagoon

Diamond Member
Feb 19, 2003
5,199
0
0
In the *nix world ports 1024 and below are "special" ports. However even if MS copied that tradition, I don't know why 1024 to 1500 would be similarly special.

Yes but in linux root can bind the ports below 1024 to what ever they want. Same with Windows, administrators generally can remap what ever they want in the low ports. I mean mail / http / exchange etc all bind below 1024.

442 as mentioned above is a "well known port" but it looks like it was used mostly in the sun world with cvc_hostd which looks to be some drive array protocol. Doubt that would be floating around in Windows land but who knows, maybe something else bound it.
 
Last edited: