<?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>Networknet.nl &#187; configure</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/configure/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:46:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MacOS: CalDAV Google&#8217;s Calendar with iCal</title>
		<link>http://www.networknet.nl/apps/wp/archives/990</link>
		<comments>http://www.networknet.nl/apps/wp/archives/990#comments</comments>
		<pubDate>Sat, 04 Sep 2010 11:13:39 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ical]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=990</guid>
		<description><![CDATA[I am using Google services for many years other than the search engine. Additional Google services are countless and if you take some time to learn them you will differently enjoy them. At least I am. Last night I worked on my MacBook Pro where I configured the iCal personal calendar application for MacOS. It was so easy to add your Google Calendar that I am sharing this information with you. Calendaring Extensions to WebDAV, or CalDAV, is an Internet standard allowing a client to access scheduling information on a remote server. If your application supports CalDAV and most do like iPhone, iCal and Microsoft Outlook than you will be able to connect to your Google Calendar. The following steps will show you how to setup a online calendar with iCal in less than 5 minutes. Open Apple iCal, go to Preferences and then the Accounts tab. Click on the + button to add an account. In the box that pops up, enter a description for the account and your Google Account username and password. You are done! The most important benefit I see with Google Calendar is that now it doesn&#8217;t matter where I am or from which device I am connected I always have my calendar with me. Google Calendar has more features I suggest that you check them out yourself @ http://www.google.com/calendar/.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/990/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare ESX: Service Console IP address</title>
		<link>http://www.networknet.nl/apps/wp/archives/473</link>
		<comments>http://www.networknet.nl/apps/wp/archives/473#comments</comments>
		<pubDate>Fri, 12 Sep 2008 19:33:51 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[ESX]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[assignment]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[service console]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/473</guid>
		<description><![CDATA[There are couple command line tools that VMWare ESX offers when the server has been installed with the &#8220;Service Console&#8221; mode (without i). In the following example I will explain and show how to create new vSwitch; link a physical network interface and assign a IP address for your &#8220;Service Console&#8221; management interface. [root@LAB-ESX-01 root]# esxcfg-vswitch -a vSwitch0 &#8211;&#62; This will create new virtual switch [root@LAB-ESX-01 root]# esxcfg-vswitch -L vmnic0 vSwitch0 &#8211;&#62; This will link my first physical network interface to vSwitch0 Result of the two commands: As you can see vmnic0 with 1000Mbps has been associated with vSwitch0. Now I would like to have a &#8220;Service Console&#8221; port group sitting on this virtual switch. [root@LAB-ESX-01 root]# esxcfg-vswitch -A Service\ Console vSwitch0 &#8211;&#62; This will create new port group named Service Console. Creating new port group on a virtual switch is nothing more than assigning or defining a interface on a switch. Now I would like to assign a L3 IP address on this interface/portgroup. [root@LAB-ESX-01 root]# esxcfg-vswif -a vswif2 -p &#8220;Service Console&#8221; -i 192.168.1.2 -n 255.255.255.0 -b 192.168.1.255 &#8211;&#62; This will create new L3 interface which is linked to the Service Console port group with an static IP address. ESX server will generate new L2 mac address and assign this to the vswif2 interface. [2008-09-12 13:22:21 'Vnic' warning] Generated New MAC address, 00:50:56:40:49:f4 for vswif2 Target result: Just using two built-in esx configuration command line tools I was able to create and assign new service console ip address on ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/473/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

