nettools-inst.xml 1.1 KB

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