Hello All,
I finally got round to setting up WakeOnLAN for my W7 machines and server across my internal domain network. I have a WakeOnLAN freeware that is configured to start up with my Windows Server 2012 R2, this is used for waking up local W7 machines from my server
which I can do by initiating a remote desktop session to the server across the WAN. Sending the WOL commands across my internal network to my local W7 machines is a simple process because I simply open the following ports on the firewall of the machines I
need to access:
- File and Printer Sharing (SMB-In)
- Windows Firewall Remote Management (RPC)
- Windows Management Instrumentation (WMI-In)
I don't have to worry too much about the security in this case because I am already on my internal network or logged into my server securely across the WAN
The thing is I now need to be able to wake up my main server from an external source should there be an issue such as a power cut, otherwise I have no means of accessing my network e.g use a WOL app on my laptop to send the commands to my main server across
the WAN when working away.
My Server sits behind a hardware firewall and I then use the server OS firewall too as a second barrier. If I was to simply forward the ports on my hardware firewall to my server and then open up the above three ports then I could use the WOL app relatively
easily...
The thing is I do not want to leave these ports open to anyone or any computer/remote IP address trying to gain unauthorized access to my server. I have locked down nearly every port on my hardware firewall in order to provide the best possible first
line of defence
Firstly I tried using an alternative WOL app that supports integration with user accounts i.e a domain AD
I then tried to configure the above Firewall server ports with rules that should only allow traffic to pass through providing the connection was from an authenticated user, the setup was done with the following screen grabs:
![]()
![]()
Now perhaps I'm missing something here but when I enabled access through server windows firewall rules for a domain administrators account (and also tried using a normal user account as a member of domain computers) I tried to send the WOL command but get
an error message saying something along the lines of 'The RPC server could not be contacted'
This error was actually present when testing this locally across my network from one W7 machine to another, but the issues I experienced I'm sure is a generic problem and I would get exactly the same problem when doing this remotely whether I am trying to
access a W7 or server machine.
I know the login credentials I used on the WOL app was doing something right because if i tried using a foreign/unknown user account I would get an unauthorized access message.
Can someone please advise if I am on the right track here or what the issue might be?
Can anyone recommend a good WOL application that is geared more towards using with a domain network for remote secure connections?
Would my idea of applying the above access rules to those three ports actually provide me with a secure solution?
thanks in advance