aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig.txt
Commit message (Collapse)AuthorAgeFilesLines
* Repository scheme updated to new layoutDavid Kaspar [Dee'Kej]2018-05-301-1083/+0
| | | | | NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this.
* Lots of documentationPhil Dibowitz2018-03-281-0/+16
| | | | Docs for stuff I added in #2, #6, and #16.
* ifup-tunnel: Support 'external' tunnels (#172)Phil Dibowitz2018-03-271-1/+6
| | | | | | | | | | | | | | * ifup-tunnel: Support 'external' tunnels This is a newish feature upstream. You can now set the external flag on a ip6_tunnel type interface (though not the primary one, ip6tnl0), and doing so will allow it to decapsulate any packet, and assuming that the inner address is the one on that interface, it'll drop it back on the stack. This is useful for DSR vips. While v6-in-v6 was already supported, this allows v4-in-v6 which is necessary to serve v4 traffic in a v6only infrastructure. There's comments in ifup-tunnel that imply it was designed only for GRE tunnels, but this still seems like the best place for this.
* network: add knob to optionally keep interfaces up during shutdown (#154)Davide Cavalca2017-12-041-0/+5
| | | * network: add knob to optionally keep interfaces up during shutdown
* Replace /var/run with /run everywhereZbigniew Jędrzejewski-Szmek2017-08-031-2/+2
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1471489
* Update references to sysctl.confZbigniew Jędrzejewski-Szmek2017-07-271-5/+5
| | | | | This file hasn't been called that for a while, so update various references to the new sysctl.d names.
* ARPUPDATE introducedDavid Kaspar [Dee'Kej]2017-07-141-0/+5
| | | | | | | | | The ARPUPDATE option has been introduced. It defaults to 'yes'. By setting the ARPUPDATE to 'no', administrator can disable updating neighbouring computers with ARP information about current NIC. This is especially needed when using LVS Load Balancing with Direct routing enabled.
* sysconfig.txt: mention previously introduced NO_DHCP_HOSTNAME optionDavid Kaspar [Dee'Kej]2017-05-031-0/+4
|
* DHCP_FQDN and DHCP_SEND_HOSTNAME introducedDavid Kaspar [Dee'Kej]2017-05-031-1/+11
| | | | | | | | | | | | | | The way DHCP_HOSTNAME is being sent to DHCP server has been completely reworked... DHCP_FQDN now allows user to specify fully qualified domain name to be sent to DHCP server instead of just using simple hostname. This option takes precedence before DHCP_HOSTNAME variable. DHCP_SEND_HOSTNAME can be used to tell initscripts to not send either DHCP_HOSTNAME or DHCP_FQDN to DHCP server. Both of these options should behave same as they do in NetworkManager.
* sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRALukas Nykryn2016-01-061-0/+2
|
* Delete IPX support.Bill Nottingham2014-01-151-10/+0
| | | | | | | Conflicts: rc.d/init.d/network sysconfig.txt sysconfig/network-scripts/ifup-ipx
* use iw instead of iwconfig and friends (#915343)Lukas Nykryn2013-12-101-17/+4
|
* consider IPV6INIT undefined as YESLukas Nykryn2013-07-291-1/+1
|
* drop useless variables from /etc/sysconfig/initLukas Nykryn2013-07-111-7/+0
|
* Sysconfig.txt advised saslauthd -a instad of -v (869075)Václav Pavlín2013-05-221-1/+1
|
* try dhcpv6 after v4 failedLukas Nykryn2013-04-121-0/+3
|
* add ipip6 tunneling support (#928232, raorn@raorn.name)Lukas Nykryn2013-03-271-1/+1
|
* mention rule6 filesLukas Nykryn2013-03-141-1/+3
|
* Remove NETWORKING_IPV6 from sysconfig.txt (#918622)Václav Pavlín2013-03-061-4/+0
|
* check an IP address for existence in ifup-alias (#852005)Lukas Nykryn2013-01-211-0/+4
|
* Update documentation for config file migration for i18n/l10n and hostname ↵Bill Nottingham2012-12-071-8/+5
| | | | | | settings. (#881923) Also, remove obsolete setsysfont.
* Drop prefdm.Bill Nottingham2012-08-081-11/+0
|
* Clarify docs around IPV6INIT=yes/noBill Nottingham2012-06-291-15/+5
|
* Move VLAN= docs to the interface configuration section, rather than ↵Bill Nottingham2012-06-081-1/+1
| | | | /etc/sysconfig/network.
* Update docs to not reference ifconfig.Bill Nottingham2012-04-111-1/+1
|
* Add support for firewalld zones. (#802415, from <jpopelka@redhat.com>)Bill Nottingham2012-03-131-0/+4
| | | | | | | | | | ZONE in an ifcfg file describes the zone an interface should belong to. Zones can be configured in the firewalld configuration file. When interfaces are brought up, tell firewalld, if running, to add them to the proper zone. Similarly, remove them when they're brought down. Modified from a patch from Jiri Popelka.
* Clean up BOOTPROTO docs.Bill Nottingham2012-03-131-5/+6
|
* Clean up IPv6 disable docs some.Bill Nottingham2012-02-101-6/+3
|
* Document the additional ETHTOOL_OPTS enhancementsRaghu Udiyar2012-01-251-0/+3
|
* If locale.conf exists, use it. (#706756, in part)Bill Nottingham2011-10-251-5/+15
| | | | | | | | | | | | | systemd's algorithm on startup is: - if /etc/locale.conf is parseable, use that - otherwise, use /etc/sysconfig/i18n Given that we have a heirarchy of system -> user settings here, simply go: ~/.i18n > /etc/locale.conf > /etc/sysconfig/i18n Add some documentation as well.
* Add support for setting random bridge options via BRIDGING_OPTS. (#734045, ↵Bill Nottingham2011-08-311-0/+8
| | | | #665378)
* Support overriding hostname via /etc/hostname.Bill Nottingham2011-04-181-0/+1
|
* Document NM_CONTROLLED. (#692123)Bill Nottingham2011-03-301-0/+3
|
* Update and improve IPv6 disabling instructions.Ville Skyttä2011-03-011-3/+6
|
* Add GVRP support (#597598, <tomek@jot23.org>)Bill Nottingham2011-02-281-0/+3
|
* Support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984) ↵Bill Nottingham2010-11-301-5/+9
| | | | | | | | Adapted from <jklimes@redhat.com> In addition to legacy IP aliases, this commit adds a support for configuring mupliple IPs via single ifcfg file. It uses the same syntax and behaviour as NetworkManager.
* Adjust clock docs (#637058)Bill Nottingham2010-09-271-13/+9
|
* Document PREFIX/NETMASK (#617481, <jklimes@redhat.com>)Bill Nottingham2010-07-261-0/+6
|
* Document NETWORKWAIT (#595386)Bill Nottingham2010-07-011-0/+8
|
* Tweak wording.Bill Nottingham2010-06-291-1/+1
|
* Mention WDM, though (#609037)Bill Nottingham2010-06-291-1/+1
|
* Document that DISPLAYMANAGER is deprecated.Bill Nottingham2010-06-291-3/+7
|
* Remove obsolete documentation (we don't support dhcpcd.)Bill Nottingham2010-06-241-7/+1
|
* Clean up some leftover VLAN code; clarify documentation.Bill Nottingham2010-05-131-1/+1
|
* use ip command for vlan instead of vconfigPetr Lautrbach2010-05-131-2/+1
|
* Document DHCLIENTARGS.Bill Nottingham2010-02-161-0/+2
|
* Run '/sbin/dhclient -6' instead of /sbin/dhcp6c (#553017, ↵Bill Nottingham2010-01-081-3/+3
| | | | | | | | <dcantrell@redhat.com>) The ISC software is now used for DHCPv6 support, so run dhclient in DHCPv6 mode instead of the older /sbin/dhcp6c program. Still honor the same configuration variables.
* ip_always_defrag was removed in the *2.4* kernel.Bill Nottingham2010-01-061-6/+0
| | | | I think we can safely remove this code.
* Coalesce the multiple rcX and ttyX jobs into single files.Bill Nottingham2009-12-031-0/+3
| | | | | | Adjust other jobs accordingly. Use a configuration parameter for what ttys to start.
* Remove deprecation for older route syntax.Bill Nottingham2009-11-121-2/+2
|