source: network-scripts/README@ 5bbc896

7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since 5bbc896 was 71e8c2b, checked in by Krejzi <krejzi@…>, 11 years ago

Rename systemd-units to network-scripts.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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