<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Jürgen P.R. Unger - FreeBSD</title>
    <link>http://blog.jpru.de/</link>
    <description>another boring blog</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6-alpha1 - http://www.s9y.org/</generator>
    <pubDate>Sun, 15 Apr 2007 22:09:59 GMT</pubDate>

    <image>
        <url>http://blog.jpru.de/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Jürgen P.R. Unger - FreeBSD - another boring blog</title>
        <link>http://blog.jpru.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>it's magic ?</title>
    <link>http://blog.jpru.de/archives/10-its-magic.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.jpru.de/archives/10-its-magic.html#comments</comments>
    <wfw:comment>http://blog.jpru.de/wfwcomment.php?cid=10</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.jpru.de/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    

    <author>nospam@example.com (Juergen)</author>
    <content:encoded>
    
&lt;p&gt;there seems to be more magic than supposed to within FreeBSD ...&lt;/p&gt;
&lt;p&gt;I just wanted to configure a new VLAN on one of my FreeBSD gateways. So, to not forget I entered the configuration for it in &lt;font face=&quot;courier new,courier,monospace&quot;&gt;/etc/rc.conf&lt;/font&gt;:&lt;br /&gt;
&lt;/p&gt;
&lt;pre&gt;cloned_interfaces=&amp;quot;... vlan42&amp;quot;&lt;br /&gt;ifconfig_vlan42=&amp;quot;inet 1.1.1.1 netmask 255.255.255.224 vlan 42 vlandev fxp0&amp;quot;&lt;/pre&gt;after this I started to set up and configure the new vlan-interface manually:&lt;br /&gt;
&lt;pre&gt;ifconfig vlan42 create&lt;/pre&gt;a quick check with &lt;span style=&quot;font-family: monospace;&quot;&gt;&lt;/span&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;ifconfig&lt;/font&gt;  if the interface was created the right way and I was very surprised: not only the interface was created but also set up with its complete configuration, the ip, vlan-id and assignment to the physical interface.  These configuration details are &lt;b&gt;only&lt;/b&gt; available within rc.conf and normally ifconfig should not refer to this file. Additional tests without the configuration details for this interface in rc.conf are showing the expected results, and every time the config-details are present in rc.conf they where used during an &lt;font face=&quot;courier new,courier,monospace&quot;&gt;ifconfig create&lt;/font&gt; call.&lt;br /&gt;&lt;p&gt;Also I do not find any reference to this behaviour in the sourcecode of ifconfig and also a ktrace logging delivers only one ioctl call for creating the new interface.  It stays to be mysterioous... at least at the moment.&lt;/p&gt;&lt;p&gt;Oh, not to forget: the test where done with FreeBSD 6.2-p3.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 16 Apr 2007 00:09:59 +0200</pubDate>
    <guid isPermaLink="false">http://blog.jpru.de/archives/10-guid.html</guid>
    
</item>
<item>
    <title>manual FreeBSD 6.2 install via PXE and serial console</title>
    <link>http://blog.jpru.de/archives/3-manual-FreeBSD-6.2-install-via-PXE-and-serial-console.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.jpru.de/archives/3-manual-FreeBSD-6.2-install-via-PXE-and-serial-console.html#comments</comments>
    <wfw:comment>http://blog.jpru.de/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.jpru.de/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (Juergen)</author>
    <content:encoded>
    
&lt;p&gt;
so, every now and then a new installation has to be made.
The machines to be installed are typically 150km away, but equipped with a serial
console and an remote power switch.   So I grabed an idea from
few month ago and tried to use the 6.2-Release bootonly image. &lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://blog.jpru.de/archives/3-manual-FreeBSD-6.2-install-via-PXE-and-serial-console.html#extended&quot;&gt;Continue reading &quot;manual FreeBSD 6.2 install via PXE and serial console&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 17 Mar 2007 20:43:29 +0100</pubDate>
    <guid isPermaLink="false">http://blog.jpru.de/archives/3-guid.html</guid>
    
</item>

</channel>
</rss>