IFCONFIG.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH IFCONFIG 8
  2. .SH NAME
  3. ifconfig - configure a TCP/IP device
  4. .SH SYNOPSIS
  5. .B ifconfig
  6. .RB [ -I
  7. .IR ip-device ]
  8. .RB [ -h
  9. .IR ipaddr ]
  10. .RB [ -n
  11. .IR netmask ]
  12. .RB [ -iv ]
  13. .SH DESCRIPTION
  14. .B Ifconfig
  15. initializes a TCP/IP device setting the IP address and/or netmask.  It will
  16. report the address and netmask set.  This command may be used if the system
  17. has not been configured properly yet.  It is only used at boot time to set a
  18. fixed address for a system without a physical ethernet.  Normally the
  19. .B inet
  20. task will find it out by itself from the RARP server.
  21. .SH OPTIONS
  22. .TP
  23. .B -h
  24. The decimal TCP/IP address to set.
  25. .TP
  26. .B -n
  27. The netmask to set.
  28. .TP
  29. .B -i
  30. Don't set the IP address or netmask if already set.  This way ifconfig cannot
  31. interfere if the numbers have been found out by RARP.
  32. .TP
  33. .B -v
  34. Report IP address and netmask.  This is the default action if there are no
  35. other options.
  36. .SH "SEE ALSO"
  37. .BR hostaddr (1),
  38. .BR rarpd (8),
  39. .BR set_net_default (8),
  40. .BR boot (8).
  41. .SH AUTHOR
  42. Kees J. Bot (kjb@cs.vu.nl)