Setting up a VPN or Virtual Private Network on Windows using PPTP protocol

With this, What we will achieve is, from a physically separate location to our company's LAN, house… connect to it and see all the computers on the network. It is a free connection that we will use once we are already connected to the Internet. You need to have these ports open and mapped against the routing server (VPN), Port 47 GRE (failing that, TCP) and the 1723 TCP.

RIS Installation and Configuration – Remote Installation Service – Remote Installation Service

RIS is a utility that MS Windows brings 2003 and serves to distribute operating systems over the LAN, so you don't have to travel with the S.O's CDs. Over there, if we buy a new PC for the office, if you put it to boot by network card it would start to install for example MS Windows XP with SP2, This is the example I will make. Of course,, The installation is clean and without any other software, That's why we have active directory policies for distributing software – HERE. And if what we want is to distribute it with applications and so on, we should go to commercial products like Symantec Ghost. More RIS configurations are explained below. – HERE; and how to use RIS with unattended installation files (Unattended Setup Answer File) – HERE. And if you don't know what unattended installation files are, Take a […]

RDP over SSH or Connect to Terminal Server (RDP) via secure connection

Situation, we want to connect through the RDP protocol to a server that is on the other side of the Internet, I make a case study. We imagine that I am at home with a normal PC and a normal MODEM/ADSL connection, I want to connect to a server of my company. My company's public IP is the 212.011.234.068, and I have for example 4 RDP servers within the network (the 192.168.0.101, 102, 103 and 104), the first thing is the FW of the company map the port 22 (SSH) to the SSH server, which in my case study will be the 192.168.0.101. Then simply from the PC we will open an SSH connection to the FW, it will redirect me to SERVIDOR01 and once logged in via SSH, I minimize the putty screen (SSH Client) and from my own PC I can open the Windows RDP client and connect to the server I want.

Setting up a RAID5 on Windows 2003

This type of arrangement requires a minimum of 3 Disks, These are divided into stripes (how the RAID0) the difference is that of the 3 Stripes one is used for parity and only the other two are used to store data. This increases RAID speed-0, but with the redundancy that parity allows … in practice the array is immune to failures of a single disk but not as much space is wasted as in the case of a RAID 0+1.

Setting up a RAID1 on Windows 2003

It is also known as “Mirror disc” and consists of the Operating System recording the same data simultaneously on both discs, which provides greater reliability since if either of the two individual disks fails, The arrangement continues to operate without losing information, because it is essentially duplicated.