<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://tips.brimbelle.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://tips.brimbelle.org/feed.php">
        <title>Tips &amp; Tricks tips:openbsd</title>
        <description></description>
        <link>https://tips.brimbelle.org/</link>
        <image rdf:resource="https://tips.brimbelle.org/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-24T04:13:46+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://tips.brimbelle.org/doku.php?id=tips:openbsd:identd&amp;rev=1263164015&amp;do=diff"/>
                <rdf:li rdf:resource="https://tips.brimbelle.org/doku.php?id=tips:openbsd:mailcommand&amp;rev=1300121308&amp;do=diff"/>
                <rdf:li rdf:resource="https://tips.brimbelle.org/doku.php?id=tips:openbsd:netboot_sparc&amp;rev=1263161505&amp;do=diff"/>
                <rdf:li rdf:resource="https://tips.brimbelle.org/doku.php?id=tips:openbsd:netboot_sparc64&amp;rev=1263162082&amp;do=diff"/>
                <rdf:li rdf:resource="https://tips.brimbelle.org/doku.php?id=tips:openbsd:netboot_vax&amp;rev=1263162390&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://tips.brimbelle.org/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Tips & Tricks</title>
        <link>https://tips.brimbelle.org/</link>
        <url>https://tips.brimbelle.org/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://tips.brimbelle.org/doku.php?id=tips:openbsd:identd&amp;rev=1263164015&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-10T23:53:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tips:openbsd:identd</title>
        <link>https://tips.brimbelle.org/doku.php?id=tips:openbsd:identd&amp;rev=1263164015&amp;do=diff</link>
        <description>Very simple and secure identd

Save the code below as identd.c. Then compile it:

$ cc identd.c -o fake_identd
$ sudo cp fake_identd /usr/local/libexec

Then use it in /etc/inetd.conf:

ident		stream	tcp	nowait	_identd	/usr/local/libexec/fake_identd	fake_identd</description>
    </item>
    <item rdf:about="https://tips.brimbelle.org/doku.php?id=tips:openbsd:mailcommand&amp;rev=1300121308&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-14T17:48:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tips:openbsd:mailcommand</title>
        <link>https://tips.brimbelle.org/doku.php?id=tips:openbsd:mailcommand&amp;rev=1300121308&amp;do=diff</link>
        <description>Send basic e-mail with mail(1)

Send e-mail in shell scripts

mail(1) usage:

-s subject 	Use subject for the e-mail title
-c address 	Send copy of the mail to the specified address
-b address 	Send blind carbon copy to specified address

Send a file to root:</description>
    </item>
    <item rdf:about="https://tips.brimbelle.org/doku.php?id=tips:openbsd:netboot_sparc&amp;rev=1263161505&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-10T23:11:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tips:openbsd:netboot_sparc</title>
        <link>https://tips.brimbelle.org/doku.php?id=tips:openbsd:netboot_sparc&amp;rev=1263161505&amp;do=diff</link>
        <description>Netboot OpenBSD/sparc

Modify /etc/ethers

08:00:20:04:f1:bc	moulinette

Modify /etc/hosts

172.16.3.254		moulinette

Modify /etc/inetd.conf

Add tftpd in /tftpboot:

tftp		dgram	udp	wait	root	/usr/libexec/tftpd	tftpd -s /tftpboot

Prepare the bootloader</description>
    </item>
    <item rdf:about="https://tips.brimbelle.org/doku.php?id=tips:openbsd:netboot_sparc64&amp;rev=1263162082&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-10T23:21:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tips:openbsd:netboot_sparc64</title>
        <link>https://tips.brimbelle.org/doku.php?id=tips:openbsd:netboot_sparc64&amp;rev=1263162082&amp;do=diff</link>
        <description>Netboot OpenBSD/sparc64

Modify /etc/ethers

08:00:20:91:c4:b8	deboite

Modify /etc/hosts

172.16.3.254		deboite

Modify /etc/inetd.conf

Add tftpd in /tftpboot:

tftp		dgram	udp	wait	root	/usr/libexec/tftpd	tftpd -s /tftpboot

Prepare the boot loader</description>
    </item>
    <item rdf:about="https://tips.brimbelle.org/doku.php?id=tips:openbsd:netboot_vax&amp;rev=1263162390&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-10T23:26:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tips:openbsd:netboot_vax</title>
        <link>https://tips.brimbelle.org/doku.php?id=tips:openbsd:netboot_vax&amp;rev=1263162390&amp;do=diff</link>
        <description>Netboot OpenBSD/vax

Find the MAC address

&gt;&gt; TEST 50

Modify /etc/ethers

08:00:2b:1b:2a:cf	sacoche

Modify /etc/hosts

172.16.3.254		sacoche

Modify /etc/inetd.conf

Add tftpd in /tftpboot:

tftp		dgram	udp	wait	root	/usr/libexec/tftpd	tftpd -s /tftpboot</description>
    </item>
</rdf:RDF>
