Advertisement
Guest User

Untitled

a guest
Dec 31st, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [root@localhost ~]# man ifcfg
  2. This manual page documents briefly the ifcfg command.
  3.  
  4. This is a simplistic script replacing one option of ifconfig , namely, IP address
  5. management. It not only adds addresses, but also carries out Duplicate Address
  6. Detection RFC-DHCP, sends unsolicited ARP to update the caches of other hosts shar-
  7. ing the interface, adds some control routes and restarts Router Discovery when it
  8. is necessary.
  9.  
  10. I strongly recommend using it instead of ifconfig both on hosts and on routers.
  11.  
  12. IFCONFIG - COMMAND SYNTAX
  13. DEVICE - it may have alias, suffix, separated by colon.
  14.  
  15. command
  16. - add, delete or stop.
  17.  
  18. address
  19. - optionally followed by prefix length.
  20.  
  21. peer - optional peer address for pointpoint interfaces.
  22.  
  23. EXAMPLE
  24. This function determines, whether this is router or host. It returns 0, if the
  25. host is apparently not router.
  26.  
  27. SEE ALSO
  28. ip-cref.dvi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement