README 1.1 KB

123456789101112131415161718192021222324252627
  1. Network Configuration:
  2. Script Files:
  3. /sbin/ifup
  4. /sbin/ifdown
  5. /lib/lsb/*
  6. Configuration Files:
  7. /etc/sysconfig/ifconfig.*
  8. Note: ifconfig.* files will be processed
  9. in alphanumerical order on boot, and reversed on shutdown.
  10. - IFACE : The interface that is being configured (e.g. eth0)
  11. - SERVICE: Which script to run in services directory.
  12. - ONBOOT : If set to yes, this interface will be started on bootup
  13. Additional Configuration:
  14. SERVICE ipv4-static:
  15. - IP : Static IP Address
  16. - GATEWAY : Specifies the IP Address of the gateway server
  17. - PREFIX : CIDR prefix of IP Address, defaults to 24 if not set
  18. - PEER : IP Address of peer (for point-to-point connections and tunnels)
  19. - BROADCAST: Broadcast address
  20. SERVICE ipv4-static-route:
  21. - TYPE : Network (default type if not specified), default, host or unreachable
  22. - IP : IP Address of target (for network, host and unreachable)
  23. - PREFIX : CIDR prefix of target (for network, host and unreachable)
  24. - GATEWAY: IP Address of gateway to reach target (for network and default)