<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kennethdalbjerg.dk &#187; Computer</title>
	<atom:link href="http://kennethdalbjerg.dk/category/computer/feed" rel="self" type="application/rss+xml" />
	<link>http://kennethdalbjerg.dk</link>
	<description>Kenneth Dalbjerg, IT Konsulent i århus</description>
	<lastBuildDate>Wed, 21 Jul 2010 09:22:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Network Policy Server problems</title>
		<link>http://kennethdalbjerg.dk/2010/06/04/network-policy-server-problems</link>
		<comments>http://kennethdalbjerg.dk/2010/06/04/network-policy-server-problems#comments</comments>
		<pubDate>Fri, 04 Jun 2010 08:05:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ias]]></category>
		<category><![CDATA[network policy server]]></category>
		<category><![CDATA[nps]]></category>
		<category><![CDATA[radius]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=726</guid>
		<description><![CDATA[I have a network policy server that din&#8217;t work. There was nothing standing in the Event viewer. I have install Wireshack and could se the packets was incoming and a reject was coming back to the Radius Client.
I was search around to see howthis error was occurring, but i could fine nothing.
I then found the [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/06/04/network-policy-server-problems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 &#8211; Ahsay restore to a recovery group</title>
		<link>http://kennethdalbjerg.dk/2010/05/25/exchange-2007-ahsay-restore-to-a-recovery-group</link>
		<comments>http://kennethdalbjerg.dk/2010/05/25/exchange-2007-ahsay-restore-to-a-recovery-group#comments</comments>
		<pubDate>Tue, 25 May 2010 09:30:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[exchange 2007]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=722</guid>
		<description><![CDATA[Ahsay have no support for native restore to Exchange recovery group, but here is a workaround of that problems.
First create a recovery storagegroup
new-storagegroup -LogFolderPath F:\Backup\Restore\Logs -Name ExchangeRestore -SystemFolderPath F:\Backup\Restore\Data -Recovery
Then create a empty database
new-mailboxdatabase -mailboxdatabasetorecover &#8220;Mailbox Database&#8221; -storagegroup ExchangeRestore -edbfilepath &#8220;F:\Backup\Restore\Data\Mailbox Database.edb&#8221;
Restore the Exchange 2007 database to a alternative location in ahsay. With both logfiles [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/05/25/exchange-2007-ahsay-restore-to-a-recovery-group/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco ASA enable SSH</title>
		<link>http://kennethdalbjerg.dk/2010/05/20/cisco-asa-enable-ssh</link>
		<comments>http://kennethdalbjerg.dk/2010/05/20/cisco-asa-enable-ssh#comments</comments>
		<pubDate>Thu, 20 May 2010 12:22:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[5505]]></category>
		<category><![CDATA[5510]]></category>
		<category><![CDATA[5520]]></category>
		<category><![CDATA[aaa]]></category>
		<category><![CDATA[asa]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=715</guid>
		<description><![CDATA[Follow this quick guide
1) username xxxx password xxxx
2) passwd xxxxx
3) ssh x.x.x.x x.x.x.x {inside/outside} (Example: SSH 130.226.1.2 255.255.255.255 outside, to enable SSH from 130.226.1.2)
4) crypto key generate rsa modulus 2048
5) aaa authentication ssh console LOCAL
]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/05/20/cisco-asa-enable-ssh/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick pingscan with nmap (ipscan / ip scan)</title>
		<link>http://kennethdalbjerg.dk/2010/05/20/quick-pingscan-with-nmap</link>
		<comments>http://kennethdalbjerg.dk/2010/05/20/quick-pingscan-with-nmap#comments</comments>
		<pubDate>Thu, 20 May 2010 11:14:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ipscan]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[pingscan]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=713</guid>
		<description><![CDATA[root@ubuntu-server:~# nmap -sP 10.45.1.1-255
Starting Nmap 5.00 ( http://nmap.org ) at 2010-05-20 13:12 CEST
Host 10.45.1.1 is up.
Host 10.45.1.2 is up (0.0011s latency).
MAC Address: 00:19:E0:12:26:1E (Tp-link Technologies Co.)
Host 10.45.1.20 is up (0.040s latency).
MAC Address: 00:1C:C4:0C:66:5F (Hewlett Packard)
Host 10.45.1.30 is up (0.00093s latency).
MAC Address: 00:18:FE:C9:1F:80 (Hewlett Packard)
Host 10.45.1.31 is up (0.047s latency).
MAC Address: 00:14:A9:76:A2:40 (Cisco Systems)
Host 10.45.1.50 is [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/05/20/quick-pingscan-with-nmap/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QMAIL + VPOPMAIL (with MySQL accounts) + COURIER-IMAP + Roundcube, QMAIL-SCANNER + CLAM ANTIVIRUS + SPAMASSASSIN</title>
		<link>http://kennethdalbjerg.dk/2010/05/19/qmail-vpopmail-with-mysql-accounts-courier-imap-roundcube-qmail-scanner-clam-antivirus-spamassassin</link>
		<comments>http://kennethdalbjerg.dk/2010/05/19/qmail-vpopmail-with-mysql-accounts-courier-imap-roundcube-qmail-scanner-clam-antivirus-spamassassin#comments</comments>
		<pubDate>Wed, 19 May 2010 13:45:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[clam-av]]></category>
		<category><![CDATA[courier-imap]]></category>
		<category><![CDATA[Michael Bowe]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[qmail-scanner]]></category>
		<category><![CDATA[roundcube]]></category>
		<category><![CDATA[vpopmail]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=670</guid>
		<description><![CDATA[I have get the permission to copy paste this great guide and keep it updated. The Guide will soon come in a updated version on this homepage.
Link to the Original is online here: http://www.bowe.id.au/michael/isp/webmail-server.htm
INSTALL UCSPI-TCP

cd /usr/local/src
wget http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz
wget http://www.qmail.org/ucspi-rss.diff
tar xzf ucspi-tcp-0.88.tar.gz
chown -R root.root ucspi-tcp-0.88
cd ucspi-tcp-0.88
# Patch rblsmtpd so that it can be used with all the [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/05/19/qmail-vpopmail-with-mysql-accounts-courier-imap-roundcube-qmail-scanner-clam-antivirus-spamassassin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware ESX 3.5 and Dell openmanage</title>
		<link>http://kennethdalbjerg.dk/2010/05/17/vmware-esx-3-5-and-dell-openmanage</link>
		<comments>http://kennethdalbjerg.dk/2010/05/17/vmware-esx-3-5-and-dell-openmanage#comments</comments>
		<pubDate>Mon, 17 May 2010 18:58:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[openmanage]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=664</guid>
		<description><![CDATA[First you need to install:
http://www.vmware.com/download/download.do?downloadGroup=VI-RCLI-U2
This is a vmware Remote CLI tools. Install it on a windows machine.
After you install remember to log out and the log in, else you will get some error about libxml.dll cannot be found.
Then download Dell Openmanage  to the same machine  that you install Vmware Remote CLI:
http://support.dell.com/support/downloads/format.aspx?c=us&#38;cs=04&#38;l=en&#38;s=bsd&#38;deviceid=2331&#38;libid=36&#38;releaseid=R251021&#38;vercnt=3&#38;formatcnt=0&#38;SystemID=PWE_R710&#38;servicetag=&#38;os=LIN4&#38;osl=en&#38;catid=-1&#38;dateid=-1&#38;typeid=-1&#38;formatid=-1&#38;impid=-1&#38;checkFormat=true
Put the Vmware ESX [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/05/17/vmware-esx-3-5-and-dell-openmanage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook crash on opening a shared calendar</title>
		<link>http://kennethdalbjerg.dk/2010/04/29/outlook-crash-on-opening-a-shared-calendar</link>
		<comments>http://kennethdalbjerg.dk/2010/04/29/outlook-crash-on-opening-a-shared-calendar#comments</comments>
		<pubDate>Thu, 29 Apr 2010 12:51:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook 2007]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=662</guid>
		<description><![CDATA[I have a problems today with an Outlook that keeps crash sometimes when a user is opening a share calendar. I tested it on my test machine and when the user opening the shared calendar at my test machine my own outlook crash also.
I then try to give the user full permission to the mailbox [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/04/29/outlook-crash-on-opening-a-shared-calendar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delegates (Stedfortræder) problems in outlook</title>
		<link>http://kennethdalbjerg.dk/2010/04/29/delegates-stedfortr%c3%a6der-problems-in-outlook</link>
		<comments>http://kennethdalbjerg.dk/2010/04/29/delegates-stedfortr%c3%a6der-problems-in-outlook#comments</comments>
		<pubDate>Thu, 29 Apr 2010 10:48:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[delegate]]></category>
		<category><![CDATA[delegates]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[stedfortræder]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=660</guid>
		<description><![CDATA[The error messages in Danish:
Indstillingerne for stedfortrædere blev ikke gemt korrekt. send på vegne af-liste kunne ikke aktiveres. Du har ikke den nødvendige tilladelse til at udføre denne handling på objektet.
The error messages in English:
The Delegates settings were not saved correctly.
Unable to activate send-on-behalf-of list.
You do not have sufficient permission to perform this operation on [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/04/29/delegates-stedfortr%c3%a6der-problems-in-outlook/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware ESXi (ESX) 4.0 and Dell Openmanage SNMP Traps</title>
		<link>http://kennethdalbjerg.dk/2010/04/27/vmware-esxi-4-0-and-dell-openmanage-snmp-traps</link>
		<comments>http://kennethdalbjerg.dk/2010/04/27/vmware-esxi-4-0-and-dell-openmanage-snmp-traps#comments</comments>
		<pubDate>Tue, 27 Apr 2010 13:24:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[de]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[openmanage]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[snmp traps]]></category>
		<category><![CDATA[traps]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=651</guid>
		<description><![CDATA[First you need to install:
http://www.vmware.com/downloads/download.do?downloadGroup=VCLI40U1
This is a vmware CLI tools. Install it on a windows machine.
After you install remember to log out and the log in, else you will get this error:
Can’t load ‘C:/Program Files/VMware/VMware VI Remote  CLI/Perl/site/lib/auto/XML/LibXML/Common/Common.dll’ for module  XML::LibXML::Common: load_file:The specified module could not be found  at C:/Program Files/VMware/VMware VI [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/04/27/vmware-esxi-4-0-and-dell-openmanage-snmp-traps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with KB967723 in windows update. Error code: 80070490</title>
		<link>http://kennethdalbjerg.dk/2010/04/20/problems-with-kb967723-in-windows-update-error-code-80070490</link>
		<comments>http://kennethdalbjerg.dk/2010/04/20/problems-with-kb967723-in-windows-update-error-code-80070490#comments</comments>
		<pubDate>Tue, 20 Apr 2010 10:45:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[80070490]]></category>
		<category><![CDATA[KB967723]]></category>
		<category><![CDATA[microsoft update]]></category>
		<category><![CDATA[windows 2008]]></category>
		<category><![CDATA[windows update]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=649</guid>
		<description><![CDATA[In Windows 2008, when you do a windows update you can receive a error code 80070490  when apply the update KB967723.
If you experience this problem, download the patch manually and install  it.
Download i386 from here:
http://www.microsoft.com/downloads/details.aspx?displaylang=en&#38;FamilyID=35c1d5a9-a953-4fc6-90c0-d2358c7b89e6 
Download X64 from here:
http://www.microsoft.com/downloads/details.aspx?displaylang=en&#38;FamilyID=6e46822e-f79d-492d-ad01-ee680ad324f5
]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2010/04/20/problems-with-kb967723-in-windows-update-error-code-80070490/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
