<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8.0-dev (info@mypapit.net)" -->
<rss version="2.0"  xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>LinuxConfig - RSS</title>
        <description><![CDATA[Linuxconfig RSS Feed]]></description>
        <link>http://www.linuxconfig.net/</link>
        <lastBuildDate>Wed, 08 Sep 2010 09:48:08 GMT</lastBuildDate>
        <generator>FeedCreator 1.8.0-dev (info@mypapit.net)</generator>
		<atom:link href="http://www.linuxconfig.net/index.php?option=com_ninjarsssyndicator&amp;feed_id=1&amp;format=raw" rel="self" type="application/rss+xml" />        <item>
            <title>How To rename network interface in Linux</title>
            <link>http://www.linuxconfig.net/index.php/linux-how-to/network/206-changing-the-name-of-network-interface-in-linux.html</link>
            <description><![CDATA[<code class="brush: bash;"> /sbin/ifconfig ppp1 down<br /> /sbin/ip link set ppp1 name my_ppp<br /> /sbin/ifconfig my_ppp up </code>]]></description>
            <pubDate>Mon, 26 Jul 2010 12:26:48 GMT</pubDate>
            <guid isPermaLink="false">http://www.linuxconfig.net/index.php/linux-how-to/network/206-changing-the-name-of-network-interface-in-linux.html</guid>
        </item>
        <item>
            <title>IPv6 Configuration on FreeBSD</title>
            <link>http://www.linuxconfig.net/index.php/linux-manual/network/205-ipv6-configuration-on-freebsd.html</link>
            <description><![CDATA[<p>So, it's time to make the IPv4-IPv6 gateway, to walk in "another  Internet", to whom he will soon.</p>
<p>GO and register at<a title=" http://go6.net/4105/register.asp" target="_blank" href="http://go6.net/4105/register.asp"> http://go6.net/4105/register.asp </a></p>
<p>The kernel supports IPv6, ie it built with options INET6 (GENERIC kernel already  supports this protocol)</p>

<p><a href="http://www.linuxconfig.net/index.php/linux-manual/network/205-ipv6-configuration-on-freebsd.html">Read more...</a></p>]]></description>
            <pubDate>Mon, 26 Jul 2010 12:11:01 GMT</pubDate>
            <guid isPermaLink="false">http://www.linuxconfig.net/index.php/linux-manual/network/205-ipv6-configuration-on-freebsd.html</guid>
        </item>
        <item>
            <title>IPv6 Configuration on Ubuntu Linux</title>
            <link>http://www.linuxconfig.net/index.php/linux-manual/network/204-ipv6-configuration-in-ubuntu-linux.html</link>
            <description><![CDATA[<p>We have Ubuntu 8.10 Intrepid Ibex Server Edition, coming out to the network via PPP and working with the intranet IP through NAT.</p>
<p><strong><span style="color: #ff6600;">Task: </span></strong> to give him a real, white IPv6-address, and make its IPv6-based router, which will provide for the transfer of packets between IPv6-world and local area network.</p>

<p><a href="http://www.linuxconfig.net/index.php/linux-manual/network/204-ipv6-configuration-in-ubuntu-linux.html">Read more...</a></p>]]></description>
            <pubDate>Mon, 26 Jul 2010 11:26:44 GMT</pubDate>
            <guid isPermaLink="false">http://www.linuxconfig.net/index.php/linux-manual/network/204-ipv6-configuration-in-ubuntu-linux.html</guid>
        </item>
        <item>
            <title>Transfer of static routes to DHCP</title>
            <link>http://www.linuxconfig.net/index.php/linux-manual/network/203-transfer-of-static-routes-to-dhcp.html</link>
            <description><![CDATA[<p>write in the main section of the configuration file of DHCP server:</p>
<code class="brush: bash;"> option ms-classless-static-routes code 249 = array of unsigned integer 8;<br /> option rfc3442-classless-static-routes code 121 = array of unsigned integer 8; </code>

<p><a href="http://www.linuxconfig.net/index.php/linux-manual/network/203-transfer-of-static-routes-to-dhcp.html">Read more...</a></p>]]></description>
            <pubDate>Mon, 26 Jul 2010 11:01:20 GMT</pubDate>
            <guid isPermaLink="false">http://www.linuxconfig.net/index.php/linux-manual/network/203-transfer-of-static-routes-to-dhcp.html</guid>
        </item>
        <item>
            <title>FreeBSD 8.1</title>
            <link>http://www.linuxconfig.net/index.php/component/content/article/3-newsflash/201-released-freebsd-81.html</link>
            <description><![CDATA[<p>Released FreeBSD 8.1</p>
<p><a title="FreeBSD 8.1" href="http://www.linuxconfig.net/index.php?option=com_content&amp;view=article&amp;id=200:released-freebsd-81&amp;catid=1&amp;Itemid=95">read more</a></p>]]></description>
            <pubDate>Mon, 26 Jul 2010 10:43:44 GMT</pubDate>
            <guid isPermaLink="false">http://www.linuxconfig.net/index.php/component/content/article/3-newsflash/201-released-freebsd-81.html</guid>
        </item>
        <item>
            <title>Released FreeBSD 8.1</title>
            <link>http://www.linuxconfig.net/index.php/latest-linux-news/200-released-freebsd-81.html</link>
            <description><![CDATA[<p>Released FreeBSD 8.1. The release is available for architectures amd64, i386, ia64, pc98, powerpc and sparc64 5 mounting assemblies: bootonly, CD, DVD, LiveFS and Memstick for USB Flash.  To perform a binary upgrade from previous versions, you must do:</p>

<p><a href="http://www.linuxconfig.net/index.php/latest-linux-news/200-released-freebsd-81.html">Read more...</a></p>]]></description>
            <pubDate>Mon, 26 Jul 2010 10:38:10 GMT</pubDate>
            <guid isPermaLink="false">http://www.linuxconfig.net/index.php/latest-linux-news/200-released-freebsd-81.html</guid>
        </item>
        <item>
            <title>How to mount iso-image of the CD drive in FreeBSD</title>
            <link>http://www.linuxconfig.net/index.php/linux-how-to/system/199-how-to-mount-iso-image-of-the-cd-drive-in-freebsd.html</link>
            <description><![CDATA[In /boot/loader.conf add vn_load = "YES" or load by the hands kldload vn.ko<br />
mount:<br />
<code class="brush: bash;">
    vnconfig /dev/vn0c /home/user/cdrom.iso<br />
    mount -t cd9660 /dev/vn0c /mnt
	</code>
unmount:<br />
<code class="brush: bash;">
    umount /mnt<br />
    vnconfig -u /dev/vn0c
	</code>]]></description>
            <pubDate>Thu, 22 Jul 2010 14:47:37 GMT</pubDate>
            <guid isPermaLink="false">http://www.linuxconfig.net/index.php/linux-how-to/system/199-how-to-mount-iso-image-of-the-cd-drive-in-freebsd.html</guid>
        </item>
        <item>
            <title>Combining two network interfaces under FreeBSD 5.x</title>
            <link>http://www.linuxconfig.net/index.php/linux-manual/for-admins/198-combining-two-network-interfaces-under-freebsd-5x.html</link>
            <description><![CDATA[The Combination of two 100 Mbit/c network cards into one virtual, with a 200 Mbit/s bandwidth.<br /> <code class="brush: bash;"> kldload /boot/kernel/ng_ether.ko<br /> kldload /boot/kernel/ng_one2many.ko<br /> ifconfig rl0 up<br /> ifconfig rl1 up<br /> ngctl mkpeer rl0: one2many upper one<br /> ngctl connect rl0: rl0:upper lower many0<br /> ngctl connect rl1: rl0:upper lower many1<br /> ngctl msg rl1: setpromisc 1<br /> ngctl msg rl1: setautosrc 0<br /> ngctl msg rl0:upper \<br /> setconfig "{ xmitAlg=1 failAlg=1 enabledLinks=[ 1 1 ] }"<br /> ifconfig rl0 inet 192.168.0.78 <br /> </code>]]></description>
            <pubDate>Thu, 22 Jul 2010 14:42:36 GMT</pubDate>
            <guid isPermaLink="false">http://www.linuxconfig.net/index.php/linux-manual/for-admins/198-combining-two-network-interfaces-under-freebsd-5x.html</guid>
        </item>
        <item>
            <title>How to boot into single user mode (single mode)</title>
            <link>http://www.linuxconfig.net/index.php/linux-how-to/system/197-how-to-boot-into-single-user-mode-single-mode.html</link>
            <description><![CDATA[<h4>FreeBSD:</h4>
<code class="brush: bash;">boot -s</code>
<h4>Solaris:</h4>
<code class="brush: bash;">stop+a<br />bo: boot -s </code>

<p><a href="http://www.linuxconfig.net/index.php/linux-how-to/system/197-how-to-boot-into-single-user-mode-single-mode.html">Read more...</a></p>]]></description>
            <pubDate>Thu, 22 Jul 2010 14:24:03 GMT</pubDate>
            <guid isPermaLink="false">http://www.linuxconfig.net/index.php/linux-how-to/system/197-how-to-boot-into-single-user-mode-single-mode.html</guid>
        </item>
        <item>
            <title>Creating IP-IP tunnel between FreeBSD and Linux  </title>
            <link>http://www.linuxconfig.net/index.php/linux-manual/linux-unix/196-creating-ip-ip-tunnel-between-freebsd-and-linux-.html</link>
            <description><![CDATA[Suppose we have 2 cars PC1 (FreeBSD, ip-address IP1, interface INT1) and PC2 (Linux, IP2, INT2). <br />
Lets build IP-IP tunnel (on the side of FreeBSD will address TUN1, Linux - tun2):

<p><a href="http://www.linuxconfig.net/index.php/linux-manual/linux-unix/196-creating-ip-ip-tunnel-between-freebsd-and-linux-.html">Read more...</a></p>]]></description>
            <pubDate>Thu, 22 Jul 2010 14:12:25 GMT</pubDate>
            <guid isPermaLink="false">http://www.linuxconfig.net/index.php/linux-manual/linux-unix/196-creating-ip-ip-tunnel-between-freebsd-and-linux-.html</guid>
        </item>
    </channel>
</rss>
