diff options
author | Bill Nottingham <notting@redhat.com> | 2002-03-11 22:10:08 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-03-11 22:10:08 +0000 |
commit | 83c5f7d06c0bcb45a71c3ccc3f513903d38242c2 (patch) | |
tree | beee53d8b6c6f263afe5e626d00e2fe4f25d6ff4 /sysconfig.txt | |
parent | 29b25f0b3f86cf0fa72bb1fc24cd99f5b96cd12c (diff) | |
download | initscripts-83c5f7d06c0bcb45a71c3ccc3f513903d38242c2.tar initscripts-83c5f7d06c0bcb45a71c3ccc3f513903d38242c2.tar.gz initscripts-83c5f7d06c0bcb45a71c3ccc3f513903d38242c2.tar.bz2 initscripts-83c5f7d06c0bcb45a71c3ccc3f513903d38242c2.tar.xz initscripts-83c5f7d06c0bcb45a71c3ccc3f513903d38242c2.zip |
initial support for setting source addresses, for LVS
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 85109c7e..0b4b7aef 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -455,6 +455,7 @@ Files in /etc/sysconfig/network-scripts/ DEVICE=<name of physical device (except dynamically-allocated PPP devices where it is the "logical name")> IPADDR= + SRCADDR= NETMASK= GATEWAY= ONBOOT=yes|no @@ -469,6 +470,8 @@ Files in /etc/sysconfig/network-scripts/ file if PEERDNS is not set to "no". FIREWALL_MODS=yes|no modify firewall to attempt to allow DNS through. Defaults to 'yes'. + SRCADDR= + use the specified source address for outgoing packets If BOOTPROTO is not "none", then the only other item that must be set is the DEVICE item; all the rest will be determined |