mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
Network Configuration:
|
|
Script Files:
|
|
/sbin/ifup
|
|
/sbin/ifdown
|
|
/lib/lsb/*
|
|
|
|
Configuration Files:
|
|
/etc/sysconfig/ifconfig.*
|
|
Note: ifconfig.* files will be processed
|
|
in alphanumerical order on boot, and reversed on shutdown.
|
|
- IFACE : The interface that is being configured (e.g. eth0)
|
|
- SERVICE: Which script to run in services directory.
|
|
- ONBOOT : If set to yes, this interface will be started on bootup
|
|
|
|
Additional Configuration:
|
|
SERVICE ipv4-static:
|
|
- IP : Static IP Address
|
|
- GATEWAY : Specifies the IP Address of the gateway server
|
|
- PREFIX : CIDR prefix of IP Address, defaults to 24 if not set
|
|
- PEER : IP Address of peer (for point-to-point connections and tunnels)
|
|
- BROADCAST: Broadcast address
|
|
|
|
SERVICE ipv4-static-route:
|
|
- TYPE : Network (default type if not specified), default, host or unreachable
|
|
- IP : IP Address of target (for network, host and unreachable)
|
|
- PREFIX : CIDR prefix of target (for network, host and unreachable)
|
|
- GATEWAY: IP Address of gateway to reach target (for network and default)
|