<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>penoycentral.net &#187; Linux/Nix</title>
	<atom:link href="http://www.penoycentral.net/category/linuxnix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.penoycentral.net</link>
	<description>Misadventures of Penoy Internet tips tricks howtos reviews nonsense rants and fun</description>
	<lastBuildDate>Tue, 09 Mar 2010 17:22:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Novell Data Center Technical Specialist</title>
		<link>http://www.penoycentral.net/linuxnix/novell-data-center-technical-specialist/</link>
		<comments>http://www.penoycentral.net/linuxnix/novell-data-center-technical-specialist/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:22:06 +0000</pubDate>
		<dc:creator>penoycentral</dc:creator>
				<category><![CDATA[Linux/Nix]]></category>

		<guid isPermaLink="false">http://www.penoycentral.net/?p=432</guid>
		<description><![CDATA[After the free Novell Certified Linux Administrator certification, now Novell again gives free certification. Novell Data Center Technical Specialist. Everyone who received this cert is clueless what does this means.  Quick search on the Novell site does&#8217;nt give any result or info.




I&#8217;m not sure if i will add this cert on my CV.  Free cert [...]]]></description>
			<content:encoded><![CDATA[<p>After the free Novell Certified Linux Administrator certification, now Novell again gives free certification. Novell Data Center Technical Specialist. Everyone who received this cert is clueless what does this means.  Quick search on the Novell site does&#8217;nt give any result or info.</p>
<p><span id="more-432"></span></p>
<p>I&#8217;m not sure if i will add this cert on my CV.  Free cert without exam?  Bad idea i guess..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.penoycentral.net/linuxnix/novell-data-center-technical-specialist/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux Professional Institute alumni to receive Novell Certified Linux Administrator</title>
		<link>http://www.penoycentral.net/linuxnix/linux-professional-institute-alumni-to-receive-novell-certified-linux-administrator/</link>
		<comments>http://www.penoycentral.net/linuxnix/linux-professional-institute-alumni-to-receive-novell-certified-linux-administrator/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:20:01 +0000</pubDate>
		<dc:creator>penoycentral</dc:creator>
				<category><![CDATA[Linux/Nix]]></category>

		<guid isPermaLink="false">http://www.penoycentral.net/?p=408</guid>
		<description><![CDATA[Linux Professional Institute alumni to receive Novell Certified Linux Administrator for free. As in for free!!! No charge or extra exam to take. As long you are a LPIC-1 certified, you are eligible to be a CLA certified. So what&#8217;s the catch? Seems Novell wants to boost their marketing strategy and pump up the numbers [...]]]></description>
			<content:encoded><![CDATA[<p>Linux Professional Institute alumni to receive Novell Certified Linux Administrator for free. As in for free!!! No charge or extra exam to take. As long you are a LPIC-1 certified, you are eligible to be a CLA certified. So what&#8217;s the catch? Seems Novell wants to boost their marketing strategy and pump up the numbers of certified professional under their umbrella.</p>
<p><span id="more-408"></span></p>
<p>To validate your LPIC go to<strong> https://cs.lpi.org/caf/Xamman/certification</strong> and apply for Novell CLA certification at <strong>http://practicum.novell.com/LPI2CLAForm.php</strong>. Fill out the form, provide your LPI ID and verification code. Allow 1 business day before they send your pdf certification stating that you are a certified SUSE Linux Enterprise 11 admin!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.penoycentral.net/linuxnix/linux-professional-institute-alumni-to-receive-novell-certified-linux-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring clients users home directory in NIS using Solaris 10</title>
		<link>http://www.penoycentral.net/linuxnix/configuring-clients-users-home-directory-in-nis-using-solaris-10/</link>
		<comments>http://www.penoycentral.net/linuxnix/configuring-clients-users-home-directory-in-nis-using-solaris-10/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 04:16:14 +0000</pubDate>
		<dc:creator>penoycentral</dc:creator>
				<category><![CDATA[Linux/Nix]]></category>

		<guid isPermaLink="false">http://www.penoycentral.net/?p=94</guid>
		<description><![CDATA[In this setup, my server also serves as the Network Information Service(NIS) server and NFS indirect sharing for user&#8217;s home directory.

Checking my server&#8217;s NFS shares
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005
-bash-3.00# share
-               /jumpstart   ro,anon=0   &#8220;&#8221;
-               /installer   ro,anon=0   &#8220;&#8221;
-               /export/home   rw   &#8220;&#8221;
-bash-3.00#
My passwd file as an input file for NIS Makefile
-bash-3.00# more /etc/nis_etc/passwd
chris:x:100:1::/home/chris:/bin/bash
Auto_master file
-bash-3.00# more [...]]]></description>
			<content:encoded><![CDATA[<p>In this setup, my server also serves as the Network Information Service(NIS) server and NFS indirect sharing for user&#8217;s home directory.</p>
<p><span id="more-94"></span></p>
<p>Checking my server&#8217;s NFS shares</p>
<blockquote><p>Sun Microsystems Inc.   SunOS 5.10      Generic January 2005<br />
-bash-3.00# share<br />
-               /jumpstart   ro,anon=0   &#8220;&#8221;<br />
-               /installer   ro,anon=0   &#8220;&#8221;<br />
-               /export/home   rw   &#8220;&#8221;<br />
-bash-3.00#</p></blockquote>
<p>My passwd file as an input file for NIS <strong>Makefile</strong></p>
<blockquote><p>-bash-3.00# more /etc/nis_etc/passwd<br />
chris:x:100:1::/home/chris:/bin/bash</p></blockquote>
<p><strong>Auto_master</strong> file</p>
<blockquote><p>-bash-3.00# more /etc/auto_master<br />
#<br />
# Copyright 2003 Sun Microsystems, Inc.  All rights reserved.<br />
# Use is subject to license terms.<br />
#<br />
# ident &#8220;@(#)auto_master        1.8     03/04/28 SMI&#8221;<br />
#<br />
# Master map for automounter<br />
#<br />
+auto_master<br />
/net            -hosts          -nosuid,nobrowse<br />
#/home          auto_home       -nobrowse<br />
/home           auto.home</p></blockquote>
<p><strong>Auto_home</strong> file. server1 is the NIS and NFS server</p>
<blockquote><p>-bash-3.00# more /etc/auto_home<br />
#<br />
# Copyright 2003 Sun Microsystems, Inc.  All rights reserved.<br />
# Use is subject to license terms.<br />
#<br />
# ident &#8220;@(#)auto_home  1.6     03/04/28 SMI&#8221;<br />
#<br />
# Home directory map for automounter<br />
#<br />
+auto_home<br />
chris   server1:/export/home/chris</p></blockquote>
<p><!--adsense--></p>
<p><strong>Makefile</strong> in <em>/var/yp</em></p>
<blockquote><p>&#8230;..</p>
<p>all: passwd group hosts ipnodes ethers networks rpc services protocols \<br />
netgroup bootparams aliases publickey netid netmasks c2secure \<br />
timezone <strong>auto.master auto.home </strong>ageing \<br />
auth.attr exec.attr prof.attr user.attr audit.user<br />
&#8230;..</p>
<p>auto.master.time:  $(DIR)/auto_master<br />
-@if [ -f $(DIR)/auto_master ]; then \<br />
sed -e &#8220;/^#/d&#8221; -e s/#.*$$// $(DIR)/auto_master \<br />
| $(MAKEDBM) &#8211; $(YPDBDIR)/$(DOM)/auto.master; \<br />
touch auto.master.time; \<br />
echo &#8220;updated auto.master&#8221;; \<br />
if [ ! $(NOPUSH) ]; then \<br />
$(YPPUSH) auto.master; \<br />
echo &#8220;pushed auto.master&#8221;; \<br />
else \<br />
: ; \<br />
fi \<br />
else \<br />
echo &#8220;couldn&#8217;t find $(DIR)/auto_master&#8221;; \<br />
fi</p>
<p>auto.home.time:  $(DIR)/auto_home<br />
-@if [ -f $(DIR)/auto_home ]; then \<br />
sed -e &#8220;/^#/d&#8221; -e s/#.*$$// $(DIR)/auto_home \<br />
| $(MAKEDBM) &#8211; $(YPDBDIR)/$(DOM)/auto.home; \<br />
touch auto.home.time; \<br />
echo &#8220;updated auto.home&#8221;; \<br />
if [ ! $(NOPUSH) ]; then \</p></blockquote>
<p>Configure NIS maps using &#8216;make&#8217;</p>
<blockquote><p>-bash-3.00# pwd<br />
/var/yp<br />
-bash-3.00# /usr/ccs/bin/make</p></blockquote>
<p>Checking <strong>auto.master</strong> and <strong>auto.home</strong> maps</p>
<blockquote><p>-bash-3.00# ypcat -k auto.master<br />
+auto_master<br />
/home auto.home<br />
/net -hosts             -nosuid,nobrowse<br />
-bash-3.00# ypcat -k auto.home<br />
+auto_home<br />
chris server1:/export/home/chris</p></blockquote>
<p>Configure <em>/etc/nsswitch.conf</em> automount of your clients</p>
<blockquote><p>automount:  files nis</p></blockquote>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.penoycentral.net/linuxnix/configuring-clients-users-home-directory-in-nis-using-solaris-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Penoi&#8217;s Veritas Volume Manager Notes</title>
		<link>http://www.penoycentral.net/linuxnix/penois-veritas-volume-manager-notes/</link>
		<comments>http://www.penoycentral.net/linuxnix/penois-veritas-volume-manager-notes/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 05:30:40 +0000</pubDate>
		<dc:creator>penoycentral</dc:creator>
				<category><![CDATA[Linux/Nix]]></category>

		<guid isPermaLink="false">http://www.penoycentral.net/?p=93</guid>
		<description><![CDATA[This is my personal notes on Veritas Volume Manager. This page is a continuing notes of frequent commands that i use in VxVM

Initialization
Disk initialization
/usr/lib/vxvm/bin/vxdisksetup -iv [device_tag][attributes]
Example:
#/usr/lib/vxvm/vxdisksetup -iv c2t0d0
Creation
Create initial disk group
vxdg init [diskgroup] [disk_name=device_tag]
Example:
#vxdg init newdg disk1=c2t0d0
Add more disk to the Disk Group
vxdg -g [disk_group] adddisk [disk_name=device_tag]
Example
#vxdg -g newdg adddisk disk2=c2t1d0
Volume Creation
Concatenated Volume
vxassist -g [disk [...]]]></description>
			<content:encoded><![CDATA[<p>This is my personal notes on Veritas Volume Manager. This page is a continuing notes of frequent commands that i use in VxVM</p>
<p><span id="more-93"></span></p>
<p><strong>Initialization</strong></p>
<p>Disk initialization</p>
<blockquote><p>/usr/lib/vxvm/bin/vxdisksetup -iv [device_tag][attributes]</p></blockquote>
<p>Example:</p>
<blockquote><p>#/usr/lib/vxvm/vxdisksetup -iv c2t0d0</p></blockquote>
<p><strong>Creation</strong><br />
Create initial disk group</p>
<blockquote><p>vxdg init [diskgroup] [disk_name=device_tag]</p></blockquote>
<p>Example:</p>
<blockquote><p>#vxdg init newdg disk1=c2t0d0</p></blockquote>
<p>Add more disk to the Disk Group</p>
<blockquote><p>vxdg -g [disk_group] adddisk [disk_name=device_tag]</p></blockquote>
<p>Example</p>
<blockquote><p>#vxdg -g newdg adddisk disk2=c2t1d0</p></blockquote>
<p>Volume Creation</p>
<p>Concatenated Volume</p>
<blockquote><p>vxassist -g [disk group] make [volume_name] [size]</p></blockquote>
<p>Example</p>
<blockquote><p>#vxassist -g newdg make newvol 500m</p></blockquote>
<p>Concatenated Volume by specifying the disk</p>
<blockquote><p># vxassist -g newdg make newvol disk02 disk03</p></blockquote>
<p>Striped Volume</p>
<blockquote><p>vxassist -g [disk group] make [volume_name] [length] layout=stripe ncol=n stripeunit=size</p></blockquote>
<p>Example</p>
<blockquote><p>#vxassist -g newdg make newvol 500m layout=stripe</p></blockquote>
<p>Mirrored Volume</p>
<blockquote><p>#vxassist -g newdg make newvol 500m layout=mirror</p></blockquote>
<p><strong>Viewing VxVM</strong></p>
<p>View Disk Group disk info</p>
<blockquote><p>#vxdisk -o alldgs list</p></blockquote>
<p>View Sub disk</p>
<blockquote><p>#vxprint -ls</p></blockquote>
<p>View Plexes</p>
<blockquote><p>#vxprint -lp</p></blockquote>
<p>View Volumes</p>
<blockquote><p>#vxprint -lv</p></blockquote>
<p><strong>Removing</strong><br />
&#8211;loading&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.penoycentral.net/linuxnix/penois-veritas-volume-manager-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding RTL8111B/RTL8111C network driver to Solaris Jumpstart</title>
		<link>http://www.penoycentral.net/linuxnix/adding-rtl8111brtl8111c-network-driver-to-solaris-jumpstart/</link>
		<comments>http://www.penoycentral.net/linuxnix/adding-rtl8111brtl8111c-network-driver-to-solaris-jumpstart/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 06:13:15 +0000</pubDate>
		<dc:creator>penoycentral</dc:creator>
				<category><![CDATA[Linux/Nix]]></category>

		<guid isPermaLink="false">http://www.penoycentral.net/?p=92</guid>
		<description><![CDATA[My jumpstart client has a builtin RTL8111B/RTL8111C network card. When i boot up the client thru PXE booting it gives me an error &#8220;no driver was found for the interface used to boot jumpstart&#8221;

Download the updated SUNWrge package, this holds the driver for rge
http://www.aplis.cz/SUNWrge.tar.gz
My Jumpstart image is shared thru NFS in /installer directory
#cd /installer/boot
Create a [...]]]></description>
			<content:encoded><![CDATA[<p>My jumpstart client has a builtin RTL8111B/RTL8111C network card. When i boot up the client thru PXE booting it gives me an error &#8220;no driver was found for the interface used to boot jumpstart&#8221;</p>
<p><span id="more-92"></span></p>
<p>Download the updated SUNWrge package, this holds the driver for rge</p>
<blockquote><p>http://www.aplis.cz/SUNWrge.tar.gz</p></blockquote>
<p>My Jumpstart image is shared thru NFS in /installer directory</p>
<blockquote><p>#cd /installer/boot</p></blockquote>
<p>Create a temporary miniroot directory</p>
<blockquote><p>#mkdir x86.miniroot-rge.unpacked</p></blockquote>
<p>Unpack the existing miniroot to the temp miniroot directory</p>
<blockquote><p>#/boot/solaris/bin/root_archive unpack ./x86.miniroot ./x86.miniroot-rge.unpacked</p></blockquote>
<p><!--adsense--><br />
Remove the existing SUNWrge package</p>
<blockquote><p>#pkgrm SUNWrge</p></blockquote>
<p>Add the updated SUNWrge package</p>
<blockquote><p>#cd /export/home/john<br />
#gunzip SUNWrge.tar.gz<br />
#tar xvf SUNWrge.tar<br />
#pkgadd -d . SUNWrge</p></blockquote>
<p>Check the new aliases</p>
<blockquote><p>#grep rge /etc/name_to_major /etc/driver_aliases<br />
/etc/driver_aliases:rge &#8220;pci10ec,8169&#8243;<br />
/etc/driver_aliases:rge &#8220;pci10ec,8110&#8243;<br />
/etc/driver_aliases:rge &#8220;pci10ec,8168&#8243;<br />
/etc/driver_aliases:rge &#8220;pci10ec,8111&#8243;
</p></blockquote>
<p>Remove the existing rge driver in the jumpstart miniroot</p>
<blockquote><p>#cd /installer/boot<br />
#/usr/sbin/rem_drv -b ./x86.miniroot-rge.unpacked/ rge</p></blockquote>
<p>Add the new driver</p>
<blockquote><p>#/usr/sbin/add_drv -b ./x86.miniroot-rge.unpacked  -n -v -m &#8216;* 0600 root sys&#8217; -i &#8216;&#8221;pci10ec,8169&#8243; &#8220;pci10ec,8110&#8243; &#8220;pci10ec,8168&#8243; &#8220;pci10ec,8111&#8243;&#8216; rge</p>
<p>Reboot client to install driver.<br />
Driver (rge) installed.</p></blockquote>
<p>Backup original miniroot</p>
<blockquote><p>#mv x86.miniroot x86.miniroot.orig</p></blockquote>
<p>Compress the new Jumpstart miniroot</p>
<blockquote><p>#/boot/solaris/bin/root_archive pack ./x86.miniroot ./x86.miniroot-rge.unpacked/</p></blockquote>
<p><!--adsense--></p>
<p>Sources:<br />
<a href="http://jeffhigham.blogspot.com/2007/04/adding-pxe-boot-drivers-to-solaris.html">Jeff&#8217;s Solaris Admin blog</a></p>
<p><a href="http://forums.sun.com/thread.jspa?threadID=5103112&amp;messageID=9354811">General Solaris 10 discussion</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.penoycentral.net/linuxnix/adding-rtl8111brtl8111c-network-driver-to-solaris-jumpstart/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Network Storage Foundation</title>
		<link>http://www.penoycentral.net/technology/network-storage-foundation/</link>
		<comments>http://www.penoycentral.net/technology/network-storage-foundation/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 10:27:03 +0000</pubDate>
		<dc:creator>penoycentral</dc:creator>
				<category><![CDATA[Linux/Nix]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.penoycentral.net/technology/network-storage-foundation/</guid>
		<description><![CDATA[Today we discussed introduction on NAS and SAN. Many companies offers such kind of technology product. Even the open source community has its own implementation like FreeNAS and NexentaStor. This will play a great part on my future jobs, so i have to deeply learn this technology.
]]></description>
			<content:encoded><![CDATA[<p>Today we discussed introduction on NAS and SAN. Many companies offers such kind of technology product. Even the open source community has its own implementation like <a title="FreeNAS" href="http://www.freenas.org/">FreeNAS</a> and <a title="NexentaStor" href="http://www.nexenta.com/">NexentaStor</a>. This will play a great part on my future jobs, so i have to deeply learn this technology.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.penoycentral.net/technology/network-storage-foundation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cleared Linux Professional Institute Certification Level-1</title>
		<link>http://www.penoycentral.net/linuxnix/cleared-linux-professional-institute-certification-level-1/</link>
		<comments>http://www.penoycentral.net/linuxnix/cleared-linux-professional-institute-certification-level-1/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 03:34:17 +0000</pubDate>
		<dc:creator>penoycentral</dc:creator>
				<category><![CDATA[Linux/Nix]]></category>

		<guid isPermaLink="false">http://www.penoycentral.net/?p=73</guid>
		<description><![CDATA[After 3 weeks of waiting, i received yesterday the result of my Linux Professional Institute Certification (LPI)Level-1 exam and the grade was PASS. I can&#8217;t believe i nailed exam 102 in which im not sure with my answer. With a passing grade of 500, i got 560!!! what a luck eh!!!!. Hopefully i will have [...]]]></description>
			<content:encoded><![CDATA[<p>After 3 weeks of waiting, i received yesterday the result of my <a title="Linux Professional Institute" href="www.lpi.org" target="_blank">Linux Professional Institute Certification</a> (LPI)Level-1 exam and the grade was PASS. I can&#8217;t believe i nailed exam 102 in which im not sure with my answer. With a passing grade of 500, i got 560!!! what a luck eh!!!!. Hopefully i will have time to review for Level 2 exam. Got to learn Solaris first.</p>
<p><span id="more-73"></span></p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.penoycentral.net/linuxnix/cleared-linux-professional-institute-certification-level-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solaris for newbie</title>
		<link>http://www.penoycentral.net/linuxnix/solaris-for-newbie/</link>
		<comments>http://www.penoycentral.net/linuxnix/solaris-for-newbie/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 08:31:48 +0000</pubDate>
		<dc:creator>penoycentral</dc:creator>
				<category><![CDATA[Linux/Nix]]></category>

		<guid isPermaLink="false">http://www.penoycentral.net/?p=65</guid>
		<description><![CDATA[Starting to learn Sun Solaris. Mainly, my work experience heavily focused on Redhat Linux. Still so many things to catch up. Got this free Solaris ebook for newbie and it has the information that i need for my initial study on Solaris.  Must obtain my certification on Solaris in two months time.    For [...]]]></description>
			<content:encoded><![CDATA[<p>Starting to learn Sun Solaris. Mainly, my work experience heavily focused on Redhat Linux. Still so many things to catch up. Got this<a title="Free Solaris ebook for newbies" href="http://www.teachmesun.com" target="_blank"> free Solaris ebook for newbie</a> and it has the information that i need for my initial study on Solaris.  Must obtain my certification on Solaris in two months time. <img src='http://www.penoycentral.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   For my simulation labs, i will try to install <a title="Virtual Box" href="http://www.virtualbox.org/" target="_blank">virtualbox</a> tonight.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.penoycentral.net/linuxnix/solaris-for-newbie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Port Forwarding Passive FTP</title>
		<link>http://www.penoycentral.net/linuxnix/ssh-port-forwarding-passive-ftp/</link>
		<comments>http://www.penoycentral.net/linuxnix/ssh-port-forwarding-passive-ftp/#comments</comments>
		<pubDate>Tue, 06 May 2008 08:19:56 +0000</pubDate>
		<dc:creator>penoycentral</dc:creator>
				<category><![CDATA[Linux/Nix]]></category>

		<guid isPermaLink="false">http://www.penoycentral.net/?p=56</guid>
		<description><![CDATA[Initialize ssh port forwarding of FTP
#modprobe ip_conntrack
#modprobe ip_conntrack_ftp

#modprobe ip_nat_ftp
#echo 1 &#62; /proc/sys/net/ipv4/ip_forward
Iptables port forwarding rules

iptables -t nat -A PREROUTING -p tcp --dport 21 -i &#60;server's-ethernet&#62; -j DNAT --to &#60;remote-server-ip&#62;:21
iptables -t nat -A POSTROUTING -p tcp -d &#60;remote-server-ip&#62; --dport 21 -j SNAT --to-source &#60;server's-ip&#62;
]]></description>
			<content:encoded><![CDATA[<p>Initialize ssh port forwarding of FTP</p>
<p><code>#modprobe ip_conntrack</code></p>
<p><code>#modprobe ip_conntrack_ftp</code></p>
<p><span id="more-56"></span></p>
<p><code>#modprobe ip_nat_ftp</code></p>
<p><code>#echo 1 &gt; /proc/sys/net/ipv4/ip_forward</code></p>
<p>Iptables port forwarding rules<br />
<code><br />
iptables -t nat -A PREROUTING -p tcp --dport 21 -i &lt;server's-ethernet&gt; -j DNAT --to &lt;remote-server-ip&gt;:21<br />
iptables -t nat -A POSTROUTING -p tcp -d &lt;remote-server-ip&gt; --dport 21 -j SNAT --to-source &lt;server's-ip&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.penoycentral.net/linuxnix/ssh-port-forwarding-passive-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with rpmdb</title>
		<link>http://www.penoycentral.net/linuxnix/problem-with-rpmdb/</link>
		<comments>http://www.penoycentral.net/linuxnix/problem-with-rpmdb/#comments</comments>
		<pubDate>Fri, 02 May 2008 05:47:28 +0000</pubDate>
		<dc:creator>penoycentral</dc:creator>
				<category><![CDATA[Linux/Nix]]></category>

		<guid isPermaLink="false">http://www.penoycentral.net/?p=54</guid>
		<description><![CDATA[Problem
 rpm -qa &#124; grep &#60;package&#62;
rpmdb: unable to join the environment
error: db4 error(11) from dbenv-&#62;open: Resource temporarily unavailable
error: cannot open Packages index using db3 - Resource temporarily unavailable (11)
error: cannot open Packages database in /var/lib/rpm


Solution:
Remove the existing db
#cd /var/lib/rpm
 #rm -rf __db.*
Rebuild the db
#rpm --initdb
 #rpm --rebuilddb
]]></description>
			<content:encoded><![CDATA[<p>Problem</p>
<p><span id="description1"> <code>rpm -qa | grep &lt;package&gt;<br />
rpmdb: unable to join the environment<br />
error: db4 error(11) from dbenv-&gt;open: Resource temporarily unavailable<br />
error: cannot open Packages index using db3 - Resource temporarily unavailable (11)<br />
error: cannot open Packages database in /var/lib/rpm</code><br />
</span></p>
<p><span id="more-54"></span></p>
<p>Solution:</p>
<p><span style="color: #000000;">Remove the existing db</span></p>
<p>#<code>cd <span style="color: #000000;">/var/lib/rpm</span></code><br />
<span style="color: #000000;"> <code>#rm -rf __db.*</code></span></p>
<p>Rebuild the db</p>
<p><span style="color: #000000;"><code>#rpm --initdb</code></span><br />
<span style="color: #000000;"> <code>#rpm --rebuilddb</code></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.penoycentral.net/linuxnix/problem-with-rpmdb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
