]> git.pld-linux.org Git - projects/rc-scripts.git/blob - trunk/sysconfig/interfaces/ifcfg-ppp0.leased1
Released 0.4.5.5.
[projects/rc-scripts.git] / trunk / sysconfig / interfaces / ifcfg-ppp0.leased1
1 # (c) 1999 Grzegorz Stanislawski <stangrze@open.net.pl>
2 # $Id$
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 #
8 DEVICE=ppp0
9 CHATSCRIPT=/etc/sysconfig/interfaces/data/chat-ppp0.leased1
10 ONBOOT=yes
11 IPADDR=192.168.255.254/30
12 REMIP=192.168.255.253
13 HARDFLOWCTL=yes
14 MODEMPORT=/dev/ttyS1
15 LINESPEED=115200
16 DEBUG=no
17 PERSIST=yes
18 HOLDOFF=10
19 #demand option not finished yet ;-(
20 DEMAND=no
21 #ACTIVEFILTER=
22 #IDLE=
23 # one end is "calling"
24 INITSTRING="ATs0=0&l1"
25 # while other is "receiving"
26 #INITSTRING="ATs0=1&l1"
27 #if your modem doesn't support AT&L1 command try with ATD on one side 
28 #and ATA on the other. 
29 DATAFORCHAT="INITSTRING"
30
31 REPORTFILE=/var/log/ppp0.log
This page took 0.13728 seconds and 3 git commands to generate.