diff options
author | Harald Hoyer <harald@redhat.com> | 2001-06-22 11:50:57 +0000 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2001-06-22 11:50:57 +0000 |
commit | ab2eaa4b07aeb0a24609219d53c55031abce4172 (patch) | |
tree | 86e0112a43ed3472ebe9dbd9f1847f11e3542c37 /sysconfig.txt | |
parent | 0abe02da31712933cd72cd3994a5a4d01113b511 (diff) | |
download | initscripts-ab2eaa4b07aeb0a24609219d53c55031abce4172.tar initscripts-ab2eaa4b07aeb0a24609219d53c55031abce4172.tar.gz initscripts-ab2eaa4b07aeb0a24609219d53c55031abce4172.tar.bz2 initscripts-ab2eaa4b07aeb0a24609219d53c55031abce4172.tar.xz initscripts-ab2eaa4b07aeb0a24609219d53c55031abce4172.zip |
added ISDN items
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index e691e155..576400a4 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -506,6 +506,48 @@ Files in /etc/sysconfig/network-scripts/ BOOTTIMEOUT=30 The amount of time to wait at boot before giving up on the connection. + + IPPP-specific items (ISDN) + PROVIDER=<ProviderName> + USER=<Login> + PASSWORD=<Password> + ENCAP=[syncppp|] + DIALMODE=[manual|auto] + SECURE=off|on + MSN=<> + PHONE_IN=<Callback.Number> + AREACODE=<> + REGIONCODE=<> + PHONE_OUT=<PhoneNumber> + BUNDLING=off|on + HUPTIMEOUT=<number> + DNS1=<PrimaryDNS> + DNS2=<SecondaryDNS> + DOMAIN="" + LAYER=[HDLC|] + CALLBACK=off|on + CHARGEHUP=<number> + CHARGEINT=<number> + CBHUP=<number> + CBDELAY=<number> + DIALMAX=<number> + AUTH=[+pap] [-chap] + IHUP=<> + DELDEFAULTROUTE=[enabled|disabled] + CBCP=off|on + VJ=off|on + VJCCOMP=off|on + AC=off|on + PC=off|on + BSDCOMP=off|on + CCP=off|on + SLAVE_DEVICE=ippp[0-9] + + ippp0 items being deprecated: + BOOT=[on|off] will be converted to ONBOOT=[yes|no] by netconf + LOCAL_IP= will be converted to IPADDR by netconf + REMOTE_IP= will be converted to GATEWAY by netconf + /etc/sysconfig/network-scripts/chat-<interface-name>: |