]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/interfaces/ifcfg-ppp0.leased1
remove $Id$ lines
[projects/rc-scripts.git] / sysconfig / interfaces / ifcfg-ppp0.leased1
CommitLineData
7e04fe0e 1# (c) 1999 Grzegorz Stanislawski <stangrze@open.net.pl>
2# config file for setting up hardwired (leased) serial line.
520df687 3# This configuration uses chats with modem, so You have to have an inteligent
7e04fe0e 4# modem (AT commands compatible).
5# But You can monitor connection speed.
520df687 6#
7e04fe0e 7DEVICE=ppp0
dd3a0d16 8CHATSCRIPT=/etc/sysconfig/interfaces/data/chat-ppp0.leased1
7e04fe0e 9ONBOOT=yes
de1fc6ce 10IPADDR=192.168.255.254/30
7e04fe0e 11REMIP=192.168.255.253
7e04fe0e 12HARDFLOWCTL=yes
13MODEMPORT=/dev/ttyS1
14LINESPEED=115200
15DEBUG=no
16PERSIST=yes
17HOLDOFF=10
18#demand option not finished yet ;-(
19DEMAND=no
20#ACTIVEFILTER=
21#IDLE=
22# one end is "calling"
23INITSTRING="ATs0=0&l1"
24# while other is "receiving"
25#INITSTRING="ATs0=1&l1"
26#if your modem doesn't support AT&L1 command try with ATD on one side
27#and ATA on the other.
28DATAFORCHAT="INITSTRING"
29
30REPORTFILE=/var/log/ppp0.log
This page took 1.014807 seconds and 4 git commands to generate.