by skufel | Mar 14, 2016 | Directory Services, Network
In this article will go through configuration of Cisco Easy VPN along with Microsoft NPS RADIUS on Windows Server 2008 R2. Article covers: Basic information about Cisco Easy VPN Cisco IOS router configuration for Easy VPN Windows Server 2008 R2 NPS and RADIUS...
by skufel | Mar 14, 2016 | Network, Scripting, Windows
When you need to use your computer as wireless hotspot, you can easily enable that functionality with PowerShell: Windows PowerShell Copyright (C) 2013 Microsoft Corporation. All rights reserved. PS C:\windows\system32> netsh wlan set hostednetwork...
by skufel | Sep 7, 2015 | HA/DR, Infrastructure, Linux, Network, SysAdmin, Web Servers
Many times there is a need to publish multiple websites from internal network, but there is only one public IP address available. How this can be done easy way? HAProxy can help us with it. In example configuration I have 2 URLs registered to same public IP address:...
by skufel | Aug 4, 2015 | Automation, Infrastructure, Network, Scripting, SysAdmin, Web Servers
If you need to watch IIS application pool and start it once goes down and want to use PowerShell for that here is simple script for that. Script includes also logging all restarts in log file which is created in same folder as script. # AppPool to monitor $AppPoolName...
by skufel | Mar 14, 2015 | Infrastructure, Network, Security, SysAdmin
When you install TMG 2010 on Windows Server with IE9 you might find that TMG console will not work. That is caused by IE 9. In order to fix it follow steps: Open “C:\Program Files\Microsoft Forefront Threat Management...
by skufel | Nov 23, 2014 | Hardware, Infrastructure, Linux, Network
Here is how to turn Raspberry PI with Linksys WUSB100 v2.0 adapter and Raspbian into wireless access point. This might be handy for conference rooms where you have wired connection, but wireless signal is too low. Just quick setup on Raspberry, plugin the cable and...