install remote desktop connection 6.1 on windows 2003 server (RDP)
- One Comments
- Oct, 26, 2010
- Angelo Schalley
- Active Directory, Networking, Windows-Microsoft
Visit: http://www.microsoft.com/downloads/details.aspx?FamilyId=6E1EC93D-BDBD-4983-92F7-479E088570AD&displaylang=en
Download the XP SP2 Client
Once Downloaded the application needs to be run in XP SP2 compatibility mode
Right-Click the installer
Select Properties
Check the “Enable Compatibility box”
Select “Windows XP”
Apply and Close
Run the installer follow the prompts and complete the installation
Ta-da RDC 6.1 for Windows Server 2003
Read more on install remote desktop connection 6.1 on windows 2003 server (RDP)…
Linux bonding modes
- No Comments
- Oct, 05, 2010
- Angelo Schalley
- Cisco, HP, Linux, Networking
Round-robin policy: Transmit packets in sequential order from the first available slave through the
last. This mode provides load balancing and fault tolerance.
Active-backup policy: Only one slave in the bond is active. A different slave becomes active if, and only if, the active slave fails. The bond’s MAC address is externally visible on only one port (network adapter) to avoid confusing the switch.In bonding version 2.6.2 or later, when a failover occurs in active-backup mode, bonding will issue one or more gratuitous ARPs on the newly active slave. One gratuitous ARP is issued for the bonding master interface and each VLAN interfaces configured above
it, provided that the interface has at least one IP address configured. Gratuitous ARPs issued for VLAN interfaces are tagged with the appropriate VLAN id.This mode provides fault tolerance. The primary option, documented below, affects the behavior of this mode.
Read more on Linux bonding modes…
Check for open ports on linux
- No Comments
- Sep, 25, 2010
- Angelo Schalley
- Linux, Networking
lsof -i -P -n