Monday, September 18, 2017

Adding port forward rule for new server - Editing config file of a Cisco Router

1) Log into the router with IP address of the router using Putty (SSH). 
2) In command line type in the following:
#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
(config)# ip nat inside source static tcp IP_of_new_server 3389 192.168.1.200 External_RDP_port extendable
(config)#exit
#copy running-config startup-config
destination filename [startup-config] ?          (Hit enter)

To view the config file
#show running-config
press space key to continue
CTL+C to exit

Remote Desktop Issues logging into Windows 2012 server? Common/advanced steps to troubleshoot

1. Make sure you have RDP enabled in the Remote options tab of Computer Properties. 
    ControlPanel - > System -> Remote


2. Make sure the appropriate user accounts are added there. 


3. Check if RDP service is running in Services. If not START it on the server you are trying to RDP.

4. Enable the rule that permits access through the Windows Firewall.
  - Search for Firewall and open “Windows Firewall and Advanced Security”.
- Find the rule “Remote Desktop – User Mode TCP-in” and ENABLE Rule
5. Check the TCP and UDP local ports are 3389 and profile set to All.

6. Start Registry Editor. Locate and then click the following registry subkey:  HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\PortNumber
Check the port number is set to 3389

Monday, July 3, 2017

How to Configure RAID on Dell PowerEdge 2950 Server PERC 5/i

Well Well..I had a very old server lying down in the control room and thought I will just see if I can revive it.
It had no disk, so I took old disks from EMC and inserted. Of course it wont work as these are foreign disks. First of all I had to remember how to setup RAID intially. & below video was very helpful. Thus thought will share..



Wednesday, March 15, 2017

Simplest way to Change network printer to print Black and white by default

In an Enterprise, color print is expensive. Users often do not care whether the print is color or black and white. They just print. And to save cost, you want users to be offered black and white printing by default?
This is how you do it if your printer is a network printer and runs through a print server.
1. Login to your print server
2. Open 'Print Management'
3. Click on Printers
4. Right Click on the printer you want to set and click on 'Properties'
5. Go to 'Advanced'
6. 'Printing Defaults' and change 'Output Color" to 'Black and White'
7. Click 'OK' 'OK'


Now on next logon users will find the printer's Output color set to 'Black and White'
NOTE: There is another way to do this via group policy but this is the simplest way.