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