diff options
author | Bill Nottingham <notting@redhat.com> | 2002-03-25 14:26:55 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-03-25 14:26:55 +0000 |
commit | 98bb40d50dfe6a790b2fcd99f4e7504e95e49ebc (patch) | |
tree | bcb9edc7e4e940d7c27595c5ebcbed05169ea9a8 /sysconfig.txt | |
parent | 8fd9f7c109df3584b927d86643c95d6353028eb4 (diff) | |
download | initscripts-98bb40d50dfe6a790b2fcd99f4e7504e95e49ebc.tar initscripts-98bb40d50dfe6a790b2fcd99f4e7504e95e49ebc.tar.gz initscripts-98bb40d50dfe6a790b2fcd99f4e7504e95e49ebc.tar.bz2 initscripts-98bb40d50dfe6a790b2fcd99f4e7504e95e49ebc.tar.xz initscripts-98bb40d50dfe6a790b2fcd99f4e7504e95e49ebc.zip |
SRCADDR stuff returns
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 5840f8ba..5fc10445 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -506,6 +506,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 @@ -520,6 +521,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 |