]> TLD Linux GIT Repositories - rc-scripts.git/blob - sysconfig/interfaces/ifcfg-ppp0.leased1
- from PLD
[rc-scripts.git] / sysconfig / interfaces / ifcfg-ppp0.leased1
1 # (c) 1999 Grzegorz Stanislawski <stangrze@open.net.pl>
2 # config file for setting up hardwired (leased) serial line.
3 # This configuration uses chats with modem, so You have to have an inteligent
4 # modem (AT commands compatible).
5 # But You can monitor connection speed.
6 #
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