<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
         xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://web.irtnog.org/doc/how-to/RSS">
  <title>How-tos</title>
  <link>http://web.irtnog.org</link>
  
  <description>
    
       Step-by-step instructions.
       
  </description>
  
  
  
            <syn:updatePeriod>daily</syn:updatePeriod>
            <syn:updateFrequency>1</syn:updateFrequency>
            <syn:updateBase>2005-03-06T17:00:00Z</syn:updateBase>
        
  
  <image rdf:resource="http://web.irtnog.org/logo.jpg"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="http://web.irtnog.org/doc/how-to/freebsd-winbind"/>
        
        
            <rdf:li rdf:resource="http://web.irtnog.org/doc/how-to/freebsd-ip330-install"/>
        
        
            <rdf:li rdf:resource="http://web.irtnog.org/doc/how-to/freebsd-postfix"/>
        
        
            <rdf:li rdf:resource="http://web.irtnog.org/doc/how-to/freebsd-postfix-mailman"/>
        
        
            <rdf:li rdf:resource="http://web.irtnog.org/doc/how-to/self-signed-cert"/>
        
        
            <rdf:li rdf:resource="http://web.irtnog.org/doc/how-to/ias-passport-1000"/>
        
        
            <rdf:li rdf:resource="http://web.irtnog.org/doc/how-to/freebsd-install-pxe-wds"/>
        
    </rdf:Seq>
  </items>

</channel>

    <item rdf:about="http://web.irtnog.org/doc/how-to/freebsd-winbind">        <title>How to Join an Active Directory Domain Under FreeBSD</title>        <link>http://web.irtnog.org/doc/how-to/freebsd-winbind</link>        <description>You can join a computer running FreeBSD to a Windows 2000/2003 Active Directory domain using the net/samba3 port configured with Active Directory and winbind support.  Both PAM (for authentication) and NSS (for directory information) are supported.  This how-to assumes that Windows Services for Unix has already been installed and configured on a suitable domain controller, and that the relevant Unix attributes have been specified for domain users and groups.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>xenophon</dc:creator>        <dc:rights></dc:rights>                <dc:date>2007-03-15T15:47:25Z</dc:date>        <dc:type>How-to</dc:type>    </item>
    <item rdf:about="http://web.irtnog.org/doc/how-to/freebsd-ip330-install">        <title>How to Install FreeBSD on an IP330</title>        <link>http://web.irtnog.org/doc/how-to/freebsd-ip330-install</link>        <description>Because there is no easy alternative to booting the FreeBSD installer, and because the network devices as detected and initialized by FreeBSD won't work properly without manual intervention, this document instructs you to accomplish the installation using CD-based media.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>xenophon</dc:creator>        <dc:rights></dc:rights>                <dc:date>2007-01-10T21:29:11Z</dc:date>        <dc:type>How-to</dc:type>    </item>
    <item rdf:about="http://web.irtnog.org/doc/how-to/freebsd-postfix">        <title>How to Replace Sendmail with Postfix Under FreeBSD</title>        <link>http://web.irtnog.org/doc/how-to/freebsd-postfix</link>        <description>While FreeBSD's default Sendmail configuration is relatively secure (in that it opens a submission-only
listener on the loopback interface), Sendmail is difficult to configure and has a history of security-related problems.  I replace Sendmail with Postfix and configure it to relay mail through a proxy instead of delivering mail directly.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>xenophon</dc:creator>        <dc:rights></dc:rights>                <dc:date>2005-09-28T21:45:09Z</dc:date>        <dc:type>How-to</dc:type>    </item>
    <item rdf:about="http://web.irtnog.org/doc/how-to/freebsd-postfix-mailman">        <title>How to Install Mailman Using Postfix Under FreeBSD</title>        <link>http://web.irtnog.org/doc/how-to/freebsd-postfix-mailman</link>        <description>GNU Mailman is a simple mailing list manager that offers list administration from the UNIX command line, via a web browser, or through email.  It supports most common UNIX MTAs, including Sendmail and Postfix.  I installed Mailman on my FreeBSD- and Postfix-based mail servers.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>xenophon</dc:creator>        <dc:rights></dc:rights>                    <dc:subject>Mailing lists</dc:subject>                    <dc:subject>Mailing list manager</dc:subject>                <dc:date>2005-10-19T20:52:53Z</dc:date>        <dc:type>How-to</dc:type>    </item>
    <item rdf:about="http://web.irtnog.org/doc/how-to/self-signed-cert">        <title>How to Create a Self-Signed SSL Certificate</title>        <link>http://web.irtnog.org/doc/how-to/self-signed-cert</link>        <description>Use OpenSSL to generate an X.509 certificate and to convert it into the PKCS#12 format required by Microsoft's Internet Information Service.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>xenophon</dc:creator>        <dc:rights></dc:rights>                <dc:date>2007-01-26T15:15:59Z</dc:date>        <dc:type>How-to</dc:type>    </item>
    <item rdf:about="http://web.irtnog.org/doc/how-to/ias-passport-1000">        <title>How to Configure IAS and Passport 1000-Series Switches for RADIUS Authentication</title>        <link>http://web.irtnog.org/doc/how-to/ias-passport-1000</link>        <description>On the switch command-line interface, use "config radius enable" to enable the RADIUS client, and use "config radius server create" to set the IP address and shared secret of the Windows IAS server.  After creating the client entry and a corresponding custom profile in IAS, enable all authentication types and add a vendor-specific attribute to the profile; use 1584 for the vendor code, 192 for the attribute number, the decimal attribute format, and a value of 6 for "rwa" access.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>xenophon</dc:creator>        <dc:rights></dc:rights>                <dc:date>2007-04-11T15:47:13Z</dc:date>        <dc:type>How-to</dc:type>    </item>
    <item rdf:about="http://web.irtnog.org/doc/how-to/freebsd-install-pxe-wds">        <title>How to Automatically Install FreeBSD Using WDS and PXELINUX</title>        <link>http://web.irtnog.org/doc/how-to/freebsd-install-pxe-wds</link>        <description>The FreeBSD installation diskettes or "boot-only" CD can be converted into a hard disk image and booted via PXE using the PXELINUX and MEMDISK utilities.  The boot loader and images can then be hosted by a Microsoft Windows Deployment Services (WDS) or Remote Installation Services (RIS) installation.  Further customizations are possible, such as unattended installation and local distribution of the installation files.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>xenophon</dc:creator>        <dc:rights></dc:rights>                <dc:date>2007-10-02T13:41:38Z</dc:date>        <dc:type>How-to</dc:type>    </item>




</rdf:RDF>
