<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<rss version="2.0">
<channel>
<title>phpMyFAQ - The five questions posted most recently:</title>
<description>Die phpMyFAQ soll allen Kunden die häufig gestellten Fragen beantworten</description>
<link>http://faq.serveunet.com</link>	<item>
		<title><![CDATA[Defragment with the Eseutil utility]]></title>
		<description><![CDATA[<h1 class="title">How to defragment with the Eseutil utility (Eseutil.exe)</h1><div class="appliesToLink"><a href="#appliesto">View products that this article applies to.</a></div><div class="articleProperty"><table><tbody><tr><td>Article ID</td><td>:</td><td>192185</td></tr><tr><td>Last Review</td><td>:</td><td>October 25, 2007</td></tr><tr><td>Revision</td><td>:</td><td>7.2</td></tr></tbody></table></div><div class="notice">This article was previously published under Q192185</div><div class="toc" id="tocDiv" ><noscript /><div class="section"><h2 class="subTitle" id="tocHeadRef">SUMMARY</h2><div class="sbody">You can use the Eseutil utility to defragment the information store and directory in Microsoft Exchange Server 5.5 and to defragment the information store in Microsoft Exchange 2000 Server and in Microsoft Exchange Server 2003. Eseutil examines the structure of the database tables and records (which can include reading, scanning, repairing, and defragmenting) the low level of the database (Ese.dll).<br /><br />Eseutil is located in the Winnt\System32 folder in Exchange Server 5.5 and in the Exchsrvr/Bin folder in Exchange 2000 and in Exchange 2003. The utility can run on one database at a time from the command line. <p class="topOfPage"><a href="#top"><img src="http://faq.serveunet.com/library/images/support/kbgraphics/public/en-us/uparrow.gif" />Back to the top</a></p></div><h2 class="subTitle" id="tocHeadRef">MORE INFORMATION</h2><div class="sbody">The defragmentation option makes used storage contiguous, eliminates unused storage, and compacts the database, which reduces the database's size. Eseutil copies database records to a new database. When defragmentation is complete, the original database is deleted or saved to a user-specified location, and the new version is renamed as the original. If the utility encounters a bad record, the utility stops and displays an error message. <p class="topOfPage"><a href="#top"><img src="http://faq.serveunet.com/library/images/support/kbgraphics/public/en-us/uparrow.gif" />Back to the top</a></p><h3 id="tocHeadRef">Defragmenting an Exchange Server 5.5 database</h3><b>Note</b> Defragmenting a database requires free disk space equal to 110 percent of the size of the database that you want to process. To determine the actual space required, follow these steps: <table class="list ol"><tbody><tr><td class="number">1.</td><td class="text">Make sure that the information store service is not running.</td></tr><tr><td class="number">2.</td><td class="text">At a command prompt, run the following command: <div class="indent"><b>eseutil /ms “database.edb”</b></div></td></tr><tr><td class="number">3.</td><td class="text">Calculate the free space by multiplying the number of free pages by 4 KB.</td></tr><tr><td class="number">4.</td><td class="text">Subtract the figure that you obtained in step 3 from the physical size of the database.</td></tr><tr><td class="number">5.</td><td class="text">The figure that you obtained in step 4 represents the data in the database. Multiply this figure by 110 %. The resulting figure that you obtain is the space that you need to have available to defragment the database.</td></tr><tr><td class="number">6.</td><td class="text">Divide the figure that you obtained in step 3 by 9 GB per hour. The figure that you obtain is the approximate time that it will take to defragment the database.<br /><br /><b>Note</b> 9 GB per hour is the speed at which the Eseutil utility runs. This number is only for reference. The exact number depends on your hardware and production environment.</td></tr></tbody></table>To defragment the Exchange Server 5.5 database, follow these steps: <table class="list ol"><tbody><tr><td class="number">1.</td><td class="text">Stop the service of the database you wish to defragment by using the Services tool in Control Panel. <table class="list ul"><tbody><tr><td class="bullet">•</td><td class="text">For the Exchange Directory database, stop the Microsoft Exchange Directory service.</td></tr><tr><td class="bullet">•</td><td class="text">For the Exchange Mailbox or Public Folder databases, stop the Microsoft Exchange Information Store service.</td></tr></tbody></table></td></tr><tr><td class="number">2.</td><td class="text">At the command prompt, change to the Winnt\System32 folder, and then type the <span class="userInput">eseutil /d</span> command, a database switch, and any options that you want to use.</td></tr></tbody></table>For example, the following command runs the standard defragmentation utility on the directory and saves the copy in the user-defined file: <div class="indent"><span class="userInput">C:\winnt\system32&gt; eseutil /d /ds /tc:\dbback\tempdfrg.edb /p </span></div>Use one of the following database switches to run Eseutil on a specific database. <div class="indent"><pre class="in_text">Option         Description
----------------------------------------
/ds            Directory

/ispriv        Private information store

/ispub         Public information store
					</pre></div>Use one or more of the following options to specify the operations that you want to perform on the database. <div class="indent"><pre class="in_text">Option         Description
-----------------------------------------------------------------------
/b &lt;path&gt;      Makes a backup copy of the original uncompacted database
               at the specified location.

/p             Retains and preserves the original uncompacted database
               in its original location and stores the new compacted
               database in the default file Exchsrvr\Bin\Tempdfrg.edb.

/t &lt;file_name&gt; Creates and renames the new compacted database in the
               specified path.

/o             Does not display the Microsoft Exchange Server banner.
					</pre></div><p class="topOfPage"><a href="#top"><img src="http://faq.serveunet.com/library/images/support/kbgraphics/public/en-us/uparrow.gif" />Back to the top</a></p><h3 id="tocHeadRef">Defragmenting an Exchange 2000 or Exchange 2003 database</h3><b>Note</b> Defragmenting a database requires free disk space equal to 110 percent of the size of the database being processed. <table class="list ol"><tbody><tr><td class="number">1.</td><td class="text">In Exchange System Manager, right-click the information store that you want to defragment, and then click <b>Dismount Store</b>.</td></tr><tr><td class="number">2.</td><td class="text">At the command prompt, change to the Exchsrvr\Bin folder, and then type the <b>eseutil /d</b> command, a database switch, and any options that you want to use.</td></tr></tbody></table>For example, the following command runs the standard defragmentation utility on a mailbox store database: <div class="indent"><b>C:\program files\exchsrvr\bin&gt; eseutil /d c:\progra~1\exchsrvr\mdbdata\priv1.edb</b></div>Use the following database switch to run Eseutil defragmentation on a specific database: <div class="indent"><b>eseutil /d &lt;<i>database_name</i>&gt; [options]</b></div><h4 id="tocHeadRef">Defragmentation/Compaction</h4>Performs off-line compaction of a database.<br /><br />Syntax: <b>eseutil /d &lt;<i>database_name</i>&gt; [options]</b><br /><br />Parameters: &lt;<i>database_name</i>&gt; is the file name of the database that you want to compact.<br /><br />You are not required to use any of the following options, but you can use one or more (separated by a space) to specify the operations that you want to perform on the database. <div class="indent"><pre class="in_text">Option         Description
----------------------------------------------------------------
/b&lt;database&gt;   Make a backup copy under the specified name

/t&lt;database&gt;   Set the temporary database name (the default is
               Tempdfrg.edb)

/s&lt;file&gt;       Set the streaming file name (the default is NONE)

/f&lt;file&gt;       Set the temporary streaming file name (the default
               is Tempdfrg.stm)

/p             Preserve the temporary database (in other words,
               do not instate)

/o             Suppress logo

/i             Do not defragment streaming file
</pre></div></div></div>]]></description>
		<link>http://faq.serveunet.com/index.php?action=artikel&amp;cat=16&amp;id=34&amp;artlang=en</link>
		<pubDate>Sun, 09 Dec 2007 07:01:27 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Span Ports]]></title>
		<description><![CDATA[<p>Cons Cmds</p><p>ena</p><p>config t</p><p>monitor session <font color="#cc0000">(#) </font><font color="#000000">source interface </font><font color="#cc0000">(FastEthernet0/47)</font><font color="#000000"> Both</font></p><p>monitor session <font color="#cc0000">(#) </font><font color="#000000">destination interface </font><font color="#cc0000">(FastEthernet0/48) ingress unt</font></p><p /><p><font color="#cc0000" size="2">monitor session 1 source interface Fa0/48<br />monitor session 1 destination interface Fa0/47 encapsulation replicate ingress untagged vlan 1</font></p><p /><p><a href="http://www.cisco.com/en/US/docs/switches/lan/catalyst2960/software/release/12.2_25_see/configuration/guide/swspan.html#wp1207676">http://www.cisco.com/en/US/docs/switches/lan/catalyst2960/software/release/12.2_25_see/configuration/guide/swspan.html#wp1207676</a></p><p /><p>Example Code:   </p><p>LCS-CAT2960(config)#mon ses 1 sourc int fa0/48 both<br />LCS-CAT2960(config)#mon ses 1 des int fa0/47 ing unt vlan 1</p><p>********************************************************************************************************</p><p>monitor session 1 source interface Fa0/48<br />monitor session 1 destination interface Fa0/47 encapsulation replicate ingress untagged vlan 1<br />end</p><p>LCS-CAT2960B#show monitor<br />Session 1<br />---------<br />Type              : Local Session<br />Source Ports      :<br />    Both          : Fa0/48<br />Destination Ports : Fa0/47<br />    Encapsulation : Replicate<br />          Ingress : Enabled, default VLAN = 1<br />    Ingress encap : Untagged</p>]]></description>
		<link>http://faq.serveunet.com/index.php?action=artikel&amp;cat=7&amp;id=32&amp;artlang=en</link>
		<pubDate>Mon, 05 Nov 2007 16:55:01 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Manualy remove Exchange server transaction logs]]></title>
		<description><![CDATA[<h2>How to manualy remove Exchange server transaction logs.</h2><!-- Article --><p /><h1 id="tocHeadRef">Database states</h1><p class="title">If an Exchange Server database has not been shut down correctly, the database remains "attached" to its transaction log stream. This means that not all the data from the transaction log file has been secured to the database files. During the next startup of the database, Exchange Server detects this condition. Exchange Server then applies the missing data to the database files. If the log files that contain this data are not available, the database cannot be started. <br /><br />When an Exchange Server database is shut down correctly, that database "detaches" from its transaction log stream. In this situation, the database does not require the previous transaction log files when that database next starts. However, these log files could be useful if a backup or an earlier version of the database were to be restored. The log files will be used to roll the database forward from the time of backup. Therefore, transaction log files should not be permanently deleted until you are sure that you will not want to replay them into an older version of the database.<br /><br />Before you manually remove any transaction log files, you should determine the state of any database that used the particular transaction log files. In this situation, determine the "attach" or "detach" state of each database that used the particular transaction log files. You can determine whether a database is attached or detached by examining the database file header by using the Eseutil utility's /MH command switch. For example, run the following command at a command prompt where <var>database_name</var> is the name of the database that you want to examine: </p><p class="indent"><span class="userInput"><strong><font size="4">eseutil /MH <var>database_name</var></font></strong></span></p><p class="title">For example, to examine the <var>Mailbox Store (Server1)</var> database, type </p><p class="indent"><span class="userInput"><strong><font size="4">eseutil /MH “<var>Mailbox Store (Server1).edb</var>”</font></strong></span></p><p class="title">Note To examine the header of a database by using the Eseutil command, the database must be stopped.<br /><br />After you run this command, examine the State value in the header information that appears. The State value provides the following information about whether the database has been correctly detached: </p><h1 class="title"><table class="list ul"><tbody><tr><td class="bullet"><p>•</p></td><td class="text"><p>If the database has been correctly detached, the state value is either Clean Shutdown or Consistent, depending on the version of Exchange Server that is running. </p></td></tr><tr><td class="bullet"><p>•</p></td><td class="text"><p>If the database has not been correctly detached, the state value is Dirty Shutdown or Inconsistent. This means that some of the existing transaction log files contain outstanding transactions that are required by the database. If you remove the transaction log files in this situation, the database cannot be started again unless you restore the database from a backup or unless you repair the database by using the Eseutil command and the Isinteg command. <br /><br />For more information about how to repair an Exchange Server database, click the following article number to view the article in the Microsoft Knowledge Base: </p><p class="indent"><a class="KBlink" href="/kb/812357/">812357</a><span class="pLink"> (http://support.microsoft.com/kb/812357/)</span> How to maintain your Exchange database after you repair by using the Eseutil /p tool in Exchange Server 5.5, in Exchange 2000 Server, and in Exchange Server 2003 </p></td></tr></tbody></table></h1><p class="title">Two reserve transaction log files that act as placeholders and that reserve hard disk space are also available in case the hard disk on which the transaction log files are stored becomes full. These reserve transaction log files are named Res1.log and Res2.log. If the hard disk where the transaction log files are located becomes full, Exchange Server will use these two reserve transaction log files to continue logging long enough to stop the database cleanly. When Exchange Server cannot create an additional transaction log file because the log disk is full, Res2.log is renamed and is used as the next log. If it is required, Res1.log will also be used.<br /><br />Sometimes the capacity of both of the reserve transaction log files might be exceeded. This causes all the databases in the storage group to be stopped in a Dirty Shutdown or Inconsistent state.<br /><br />Warning If you run out of disk space on the transaction log drive, the databases may not be able to shut down cleanly. If one or more of the databases are in a Dirty Shutdown or Inconsistent state and if you delete all the transaction log files in order to free disk space, no databases in the affected storage groups will be mountable again without being repaired or restored. You must not delete log files that are still required by one or more of the databases. </p><h1 class="topOfPage"><table><tbody><tr><td class="image"><p><a href="#top"></a></p></td><td class="text"><p><a href="#top">Back to the top</a></p></td></tr></tbody></table></h1><p class="title" id="tocHeadRef">Storage groups</p><p class="title">Exchange Server databases are organized into storage groups. A storage group is a set of databases that share a single transaction log file stream. In Exchange Server 5.5, there is a single Information Store storage group that contains up to two database files. These two database files are named Priv.edb and Pub.edb respectively. Additionally, Exchange Server 5.5 contains a single Directory Service storage group that contains a single database file that is named Dir.edb. <br /><br />In Exchange 2000 Server and in Exchange Server 2003, there is no Directory Service storage group. In Exchange 2000 Server and in Exchange Server 2003, there can be up to four Information Store storage groups per server. Each of these storage groups can contain up to five databases. The names of these databases are configurable by the administrator.<br /><br />If the transaction log drive becomes full, all databases in the storage group will be stopped immediately. When you start any database in a storage group, the state of all databases in the storage group is checked. Any required transaction log file replay is performed together for all databases before the first database can start. Transaction log file replay operations and events generally apply to all databases in a storage group, not to an individual database.<br /><br />Important You should verify that each database file is in a Clean Shutdown or Consistent state. One or more databases in a particular storage group may be correctly detached even though another database in that same storage group is not correctly detached. Do not assume that all databases in a storage group are in a Clean Shutdown state based on the state of the first database that you examine.<br /><br />Note For Exchange Server 5.5, you must examine each database that is contained in a single .edb file by using the Eseutil command. For Exchange 2000 Server and for Exchange Server 2003, each database is divided into two files. The two files are an .stm file and an .edb file. Examine the state of both the .stm file and the .edb file by using the Eseutil command.</p>]]></description>
		<link>http://faq.serveunet.com/index.php?action=artikel&amp;cat=16&amp;id=33&amp;artlang=en</link>
		<pubDate>Mon, 05 Nov 2007 16:40:11 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[GPA Pix 501  [ DHCP outside]]]></title>
		<description><![CDATA[<p>show config<br />: Saved<br />: Written by enable_15 at 14:54:37.115 UTC Fri Apr 27 2007<br />PIX Version 6.3(5)<br />interface ethernet0 auto<br />interface ethernet1 100full<br />nameif ethernet0 outside security0<br />nameif ethernet1 inside security100<br />enable password fDLBfk8ruleFLQQb encrypted<br />passwd 2KFQnbNIdI.2KYOU encrypted<br />hostname GPA<br />domain-name GPA.Local<br />fixup protocol dns maximum-length 512<br />fixup protocol ftp 21<br />fixup protocol h323 h225 1720<br />fixup protocol h323 ras 1718-1719<br />fixup protocol http 80<br />fixup protocol rsh 514<br />fixup protocol rsh 3389<br />fixup protocol rtsp 554<br />fixup protocol sip 5060<br />fixup protocol sip udp 5060<br />fixup protocol skinny 2000<br />fixup protocol smtp 25<br />fixup protocol sqlnet 1521<br />fixup protocol tftp 69<br />names<br />access-list 100 permit tcp any any eq 3389 <br />access-list 100 permit icmp any any echo-reply <br />access-list 100 permit icmp any any <br />access-list GPA_splitTunnelAcl permit ip 192.168.1.0 255.255.255.0 any <br />access-list inside_outbound_nat0_acl permit ip 192.168.1.0 255.255.255.0 10.0.100.0 255.255.255.128 <br />access-list outside_cryptomap_dyn_20 permit ip any 10.0.100.0 255.255.255.128 <br />pager lines 24<br />icmp permit any outside<br />icmp permit any inside<br />mtu outside 1500<br />mtu inside 1500<br />ip address outside dhcp setroute retry 4<br />ip address inside 192.168.1.1 255.255.255.0<br />ip audit info action alarm<br />ip audit attack action alarm<br />ip local pool VPNPool 10.0.100.1-10.0.100.100<br />pdm location 192.168.1.10 255.255.255.255 inside<br />pdm location 0.0.0.0 255.255.255.255 outside<br />pdm history enable<br />arp timeout 14400<br />global (outside) 1 interface<br />nat (inside) 0 access-list inside_outbound_nat0_acl<br />nat (inside) 1 0.0.0.0 0.0.0.0 0 0<br />static (inside,outside) tcp interface 3389 192.168.1.10 3389 netmask 255.255.255.255 0 0 <br />access-group 100 in interface outside<br />timeout xlate 3:00:00<br />timeout conn 2:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00<br />timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00<br />timeout sip-disconnect 0:02:00 sip-invite 0:03:00<br />timeout uauth 0:10:00 absolute<br />aaa-server TACACS+ protocol tacacs+ <br />aaa-server TACACS+ max-failed-attempts 3 <br />aaa-server TACACS+ deadtime 10 <br />aaa-server RADIUS protocol radius <br />aaa-server RADIUS max-failed-attempts 3 <br />aaa-server RADIUS deadtime 10 <br />aaa-server LOCAL protocol local <br />http server enable<br />http 0.0.0.0 0.0.0.0 outside<br />http 192.168.1.0 255.255.255.0 inside<br />no snmp-server location<br />no snmp-server contact<br />snmp-server community public<br />no snmp-server enable traps<br />floodguard enable<br />sysopt connection permit-ipsec<br />sysopt connection permit-pptp<br />sysopt noproxyarp outside<br />sysopt noproxyarp inside<br />crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac <br />crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20<br />crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5<br />crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map<br />crypto map outside_map client authentication LOCAL <br />crypto map outside_map interface outside<br />isakmp enable outside<br />isakmp policy 20 authentication pre-share<br />isakmp policy 20 encryption 3des<br />isakmp policy 20 hash md5<br />isakmp policy 20 group 2<br />isakmp policy 20 lifetime 86400<br />vpngroup GPA address-pool VPNPool<br />vpngroup GPA dns-server 192.168.1.10<br />vpngroup GPA wins-server 192.168.1.10<br />vpngroup GPA split-tunnel GPA_splitTunnelAcl<br />vpngroup GPA idle-time 1800<br />vpngroup GPA password ********<br />telnet 0.0.0.0 0.0.0.0 inside<br />telnet timeout 5<br />ssh 0.0.0.0 0.0.0.0 outside<br />ssh timeout 5<br />console timeout 0<br />username Lantek password 8h83TKLnDr67RWq5 encrypted privilege 15<br />terminal width 80<br />Cryptochecksum:0d0e3eea5a37daed72eb97811316e61d</p><p> GPA#  </p>]]></description>
		<link>http://faq.serveunet.com/index.php?action=artikel&amp;cat=12&amp;id=27&amp;artlang=en</link>
		<pubDate>Fri, 27 Apr 2007 19:01:46 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Claysville PIX 501]]></title>
		<description><![CDATA[<p>PIX Version 6.3(5)<br />interface ethernet0 auto<br />interface ethernet1 100full<br />nameif ethernet0 outside security0<br />nameif ethernet1 inside security100<br />enable password fDLBfk8ruleFLQQb encrypted<br />passwd fDLBfk8ruleFLQQb encrypted<br />hostname Claysville<br />domain-name ciscopix.com<br />fixup protocol dns maximum-length 512<br />fixup protocol ftp 21<br />fixup protocol h323 h225 1720<br />fixup protocol h323 ras 1718-1719<br />fixup protocol http 80<br />fixup protocol rsh 514<br />fixup protocol rtsp 554<br />fixup protocol sip 5060<br />fixup protocol sip udp 5060<br />fixup protocol skinny 2000<br />fixup protocol smtp 25<br />fixup protocol sqlnet 1521<br />fixup protocol tftp 69<br />names<br />access-list inside_outbound_nat0_acl permit ip any 192.168.1.128 255.255.255.128</p><p>access-list 100 permit tcp any any eq 3389<br />access-list 100 permit icmp any any<br />pager lines 24<br />mtu outside 1500<br />mtu inside 1500<br />ip address outside 65.209.105.106 255.255.255.248<br />ip address inside 192.168.1.1 255.255.255.0<br />ip audit info action alarm<br />ip audit attack action alarm<br />ip local pool VPN_Inside 192.168.1.150-192.168.1.200<br />pdm location 192.168.1.128 255.255.255.128 outside<br />pdm location 192.168.1.2 255.255.255.255 inside<br />pdm logging informational 100<br />pdm history enable<br />arp timeout 14400<br />global (outside) 1 interface<br />nat (inside) 0 access-list inside_outbound_nat0_acl<br />nat (inside) 1 0.0.0.0 0.0.0.0 0 0<br />static (inside,outside) tcp 65.209.105.106 3389 192.168.1.10 3389 netmask 255.255.255.255 0 0<br />access-group 100 in interface outside<br />route outside 0.0.0.0 0.0.0.0 65.209.105.105 1<br />timeout xlate 0:05:00<br />timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00<br />timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00<br />timeout sip-disconnect 0:02:00 sip-invite 0:03:00<br />timeout uauth 0:05:00 absolute<br />aaa-server TACACS+ protocol tacacs+<br />aaa-server TACACS+ max-failed-attempts 3<br />aaa-server TACACS+ deadtime 10<br />aaa-server RADIUS protocol radius<br />aaa-server RADIUS max-failed-attempts 3<br />aaa-server RADIUS deadtime 10<br />aaa-server LOCAL protocol local<br />http server enable<br />http 192.168.1.0 255.255.255.0 inside<br />no snmp-server location<br />no snmp-server contact<br />snmp-server community public<br />no snmp-server enable traps<br />floodguard enable<br />sysopt connection permit-pptp<br />telnet 192.168.1.0 255.255.255.0 inside<br />telnet timeout 5<br />ssh timeout 5<br />console timeout 0<br />vpdn group PPTP-VPDN-GROUP accept dialin pptp<br />vpdn group PPTP-VPDN-GROUP ppp authentication pap<br />vpdn group PPTP-VPDN-GROUP ppp authentication chap<br />vpdn group PPTP-VPDN-GROUP ppp authentication mschap<br />vpdn group PPTP-VPDN-GROUP ppp encryption mppe auto<br />vpdn group PPTP-VPDN-GROUP client configuration address local VPN_Inside<br />vpdn group PPTP-VPDN-GROUP pptp echo 60<br />vpdn group PPTP-VPDN-GROUP client authentication local<br />vpdn username lantek password *********<br />vpdn enable outside<br />vpnclient server 192.168.1.1<br />vpnclient mode client-mode<br />vpnclient vpngroup Claysville password ********<br />terminal width 80<br />Cryptochecksum:48526126b1a4b17708e96ea1a8483b77<br />: end</p>]]></description>
		<link>http://faq.serveunet.com/index.php?action=artikel&amp;cat=12&amp;id=26&amp;artlang=en</link>
		<pubDate>Tue, 10 Apr 2007 15:30:22 GMT</pubDate>
	</item>
</channel>
</rss>