home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 4 / hacker04 / 04_HACK04.ISO / darwin / darwinx86.iso / private / etc / iftab < prev    next >
Encoding:
Text File  |  2001-09-17  |  973 b   |  23 lines

  1. #
  2. # Network Interface Configuration
  3. #
  4. # This file determined how the machine's network interfaces are
  5. # configured.  Each line is a rule beginning with an interface
  6. # pattern followed by a protocol/address family and a set of
  7. # parameters supplied to ifconfig, or a command line to execute.
  8. # Each interface is matched against the patterns in this file and
  9. # the first one found for each unique protocol/address familiy will
  10. # be executed.  As shipped, this file will do automatic internet
  11. # (inet) configuration for all interfaces (*).
  12. #
  13. # The interface name can use asterisks (*) to match any
  14. # substring.  The protocol/address family can be any string.
  15. # The rest of the line will be given to ifconfig unless it is
  16. # preceeded by an exclamation mark (!), in which case it will be
  17. # executed as a command.  In the latter case, the variable $if
  18. # can be used to refer to the interface name to be configured.
  19. #
  20.  
  21. lo0    inet    127.0.0.1 netmask 255.0.0.0 up
  22. en0    inet    -AUTOMATIC-
  23.