]> git.pld-linux.org Git - projects/rc-scripts.git/blob - sysconfig/interfaces/ifcfg-ppp0.leased1
- merge from TOTALNEW branch (see NEWS for more info)
[projects/rc-scripts.git] / sysconfig / interfaces / ifcfg-ppp0.leased1
1 # (c) 1999 Grzegorz Stanislawski <stangrze@open.net.pl>
2 # $Id: ifcfg-ppp0.leased1,v 1.5 2001/05/15 16:03:43 baggins Exp $
3 # config file for setting up hardwired (leased) serial line.
4 #  This configuration uses chats with modem, so You have to have an inteligent
5 # modem (AT commands compatible).
6 # But You can monitor connection speed.
7 DEVICE=ppp0
8 CHATSCRIPT=/etc/sysconfig/interfaces/data/chat-ppp0.leased1
9 ONBOOT=yes
10 IPADDR=192.168.255.254/30
11 REMIP=192.168.255.253
12 HARDFLOWCTL=yes
13 MODEMPORT=/dev/ttyS1
14 LINESPEED=115200
15 DEBUG=no
16 PERSIST=yes
17 HOLDOFF=10
18 #demand option not finished yet ;-(
19 DEMAND=no
20 #ACTIVEFILTER=
21 #IDLE=
22 # one end is "calling"
23 INITSTRING="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. 
28 DATAFORCHAT="INITSTRING"
29
30 REPORTFILE=/var/log/ppp0.log
This page took 0.063247 seconds and 3 git commands to generate.