<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: recompiling Kernel in RedHat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988584#M4929</link>
    <description>Another BTW,&lt;BR /&gt;&lt;BR /&gt;you know of course that you need to turn on ip-forwarding in order to do NAT/MASQUERADE ?&lt;BR /&gt;&lt;BR /&gt;sysctl -a|grep net.ipv4.ip_forward &amp;gt; should be 1.&lt;BR /&gt;&lt;BR /&gt;If not, sysctl -w net.ipv4.ip_forward=1 ,and put net.ipv4.ip_forward=1 in /etc/sysctl.conf to make it permanent through reboots.&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Jun 2003 12:43:07 GMT</pubDate>
    <dc:creator>Jarle Bjorgeengen</dc:creator>
    <dc:date>2003-06-04T12:43:07Z</dc:date>
    <item>
      <title>recompiling Kernel in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988579#M4924</link>
      <description>I'm using ipchains in RedHat 7.3 for firewall and masquarading and I want to configure some port forwarding. For that I need ipmasqadm to work.&lt;BR /&gt;Man page for ipmasqadm shows that:&lt;BR /&gt;"Kernel must have been compiled with&lt;BR /&gt;CONFIG_EXPERIMENTAL=y&lt;BR /&gt;CONFIG_IP_MASQUERADE=y&lt;BR /&gt;CONFIG_IP_MASQUERADE_MOD=y&lt;BR /&gt;..."&lt;BR /&gt;&lt;BR /&gt;How can I verify if my Kernel were compiled with those parameters and if it wasn't how can I recompile it?&lt;BR /&gt;Thanx&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2003 11:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988579#M4924</guid>
      <dc:creator>Cristian M.</dc:creator>
      <dc:date>2003-06-04T11:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: recompiling Kernel in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988580#M4925</link>
      <description>If you run a standard stock RedHat kernel you almost certainly have these in place. &lt;BR /&gt;&lt;BR /&gt;The configs used for the sock kernels ar kept in /usr/src/linux-2-4/Configs.&lt;BR /&gt;&lt;BR /&gt;Find the config file name that matches your running kernel , and grep for the parameters you mention in it.&lt;BR /&gt;&lt;BR /&gt;For kernel compile,&lt;BR /&gt;install the kernel dev tools, the kernel-source, and kernel headers, and follow the description of the customisation guide on the redhat site, for the distro you have.&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle</description>
      <pubDate>Wed, 04 Jun 2003 11:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988580#M4925</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-06-04T11:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: recompiling Kernel in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988581#M4926</link>
      <description>In RedHat 7.3 it seems that /usr/src contains only redhat directory with some other empty directories.&lt;BR /&gt;you have your points, anyway...</description>
      <pubDate>Wed, 04 Jun 2003 11:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988581#M4926</guid>
      <dc:creator>Cristian M.</dc:creator>
      <dc:date>2003-06-04T11:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: recompiling Kernel in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988582#M4927</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;actually you have to install the kernel-source-ver.arch.rpm to get the directories I was talking about... Sorry about that.&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2003 12:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988582#M4927</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-06-04T12:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: recompiling Kernel in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988583#M4928</link>
      <description>BTW,&lt;BR /&gt;&lt;BR /&gt;I also would very much like to know if there is a way to extract the config a binary kernel was compiled with.&lt;BR /&gt;&lt;BR /&gt;I've tried search for it, but found nothing yet.&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2003 12:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988583#M4928</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-06-04T12:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: recompiling Kernel in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988584#M4929</link>
      <description>Another BTW,&lt;BR /&gt;&lt;BR /&gt;you know of course that you need to turn on ip-forwarding in order to do NAT/MASQUERADE ?&lt;BR /&gt;&lt;BR /&gt;sysctl -a|grep net.ipv4.ip_forward &amp;gt; should be 1.&lt;BR /&gt;&lt;BR /&gt;If not, sysctl -w net.ipv4.ip_forward=1 ,and put net.ipv4.ip_forward=1 in /etc/sysctl.conf to make it permanent through reboots.&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2003 12:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988584#M4929</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2003-06-04T12:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: recompiling Kernel in RedHat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988585#M4930</link>
      <description>HI,&lt;BR /&gt;I would recommend the kernel how-to to know how to compile and install a new kernel.&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Kernel-HOWTO/" target="_blank"&gt;http://www.tldp.org/HOWTO/Kernel-HOWTO/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To be short, kernel compilation could be resume by :&lt;BR /&gt;1- install kernel sources (from kernel.org), in /usr/src,&lt;BR /&gt;2- cd /usr/src/kernel2.4.xx,&lt;BR /&gt;3- make menuconfig, (save your changes by leaving),&lt;BR /&gt;4 - make dep,&lt;BR /&gt;5 - make clean,&lt;BR /&gt;6 - make bzImage,&lt;BR /&gt;7 - make modules,&lt;BR /&gt;8 - make modules_install&lt;BR /&gt;9 - Install your new kernel in your boot directory, install also System.map.&lt;BR /&gt;10 - Update you boot loader&lt;BR /&gt;11 - reboot. it should be ok !! (If you didn't forget to include all the drivers of your conf).&lt;BR /&gt;&lt;BR /&gt;Nota I would recommend also iptables tools to replace ipchains (these are the new tools from netfilter). But there is also an masquerading how to which can help you in all the steps (kernel config also)&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Benoit&lt;BR /&gt;_________&lt;BR /&gt;"Faites-vous des amis prompts a vous censurer." -- Nicolas Boileau, Satires</description>
      <pubDate>Thu, 05 Jun 2003 07:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/recompiling-kernel-in-redhat/m-p/2988585#M4930</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2003-06-05T07:53:58Z</dc:date>
    </item>
  </channel>
</rss>

