nettools-inst.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Net-tools</title>
  4. <para>If you don't know what to answer to all the questions asked during
  5. the <userinput>make</userinput> phase, then just accept the defaults, which
  6. will be just fine in the majority of the cases. What you are asked here
  7. are a bunch of questions relating to the kind of network protocols that you
  8. have enabled in your kernel.</para>
  9. <para>The default answers will enable the tools from this package to work
  10. with the most common protocols such as TCP, PPP and a bunch of others. You
  11. still need to actually enable these protocols in the kernel. What you do
  12. here is merely telling the programs to be able to use those protocols, but
  13. it's up to the kernel to make them available to the system.</para>
  14. <para>Configure the Net-tools package:</para>
  15. <para><screen><userinput>make config</userinput></screen></para>
  16. <para>If you intend to accept the default settings, you may skip the
  17. questions generated by <emphasis>make config</emphasis> by running
  18. <userinput>yes "" | make config</userinput> instead.</para>
  19. <para>Compile the package:</para>
  20. <para><screen><userinput>make</userinput></screen></para>
  21. <para>Finish installing the package:</para>
  22. <para><screen><userinput>make update</userinput></screen></para>
  23. </sect2>