Ref: http://absoblogginlutely.net/2011/03/fixed-server-continually-boots-into-safe-mode/
- restart the server in safe mode with command prompt
- run the following command to delete the safe mode key from the boot config
bcdedit /deletevalue safeboot
- reboot server
shutdown -r -t 0
Friday, August 17, 2012
Wednesday, May 23, 2012
Cisco ASA IPSec VPN Client Access Configuration
ip local pool VPN-POOL 10.0.0.193-10.0.0.206
access-list VPN_splitTunnelACL standard permit 10.0.0.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 10.0.0.0 255.255.255.0 10.0.0.192 255.255.255.240
nat (inside) 0 access-list inside_nat0_outbound
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-3DES-SHA
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set security-association lifetime seconds 28800
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp identity hostname
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
group-policy VPNGROUP internal
group-policy VPNGROUP attributes
dns-server value 8.8.8.8 4.2.2.2
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value VPN_splitTunnelACL
tunnel-group VPNGROUP type remote-access
tunnel-group VPNGROUP general-attributes
address-pool VPN-POOL
default-group-policy VPNGROUP
tunnel-group VPNGROUP ipsec-attributes
pre-shared-key 12345678
Wednesday, January 11, 2012
Wednesday, November 23, 2011
Friday, November 11, 2011
Citrix Receiver 3.0 Enable Passthrough Authentication on XenApp 6.5
Hotfix XA650W2K8R2X64001 - For Citrix XenApp 6.5 for Windows Server 2008 R2 - English
Thursday, September 29, 2011
Hyper-V VSS Writers Missing
This is a known issue when orphaned configuration files or broken symbolic links exist.
To get around this you can try deleting the broken symbolic links:
Locate to the path "C:\ProgramData\Microsoft\Windows\Hyper-V\Virtual Machines\" (you need to enable the Show hidden files and folders). Compare each symbolic link (these .xml files are actually symbolic links) with your existing virtual machine, find out which .xml file is orphaned and then delete it. After this, restart the VMMS service.
Subscribe to:
Posts (Atom)