]> TLD Linux GIT Repositories - rc-scripts.git/blob - sysconfig/interfaces/ifcfg-ppp0.leased2
- from PLD
[rc-scripts.git] / sysconfig / interfaces / ifcfg-ppp0.leased2
1 # (c) 1999 Grzegorz Stanislawski <stangrze@open.net.pl>
2 # config file for setting up hardwired (leased) serial line.
3 # This config assumes "transparent" modem (in ex. goramo), null modem
4 # cable or current loop. 
5 # Advantage is smaller logfiles and slower 'pid spinning' (no chat is
6 # executed)
7 # You can configure Your AT Hayes compatibile modem to transparent mode
8 # using ATS0=0&L1&S5&W on master "calling" side and ATS0=1&L1&S5&W on
9 # slave "reciving" side 
10 # Note: After commiting last &W You won't be able to talk to Your modem 
11 # until You reset it to factory defaults using some jumper.
12 # if You don't have any jumper YOU HAVE BEEN WARNED. 
13 #
14 DEVICE=ppp0
15 ONBOOT=yes
16 IPADDR=192.168.255.254/30
17 REMIP=192.168.255.253
18 HARDFLOWCTL=yes
19 MODEMPORT=/dev/ttyS1
20 LINESPEED=115200
21 DEBUG=no
22 PERSIST=yes
23 HOLDOFF=10
24 #demand option not finished yet ;-(
25 DEMAND=no
26 #ACTIVEFILTER=
27 #IDLE=
28
29 REPORTFILE=/var/log/ppp0.log