]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/interfaces/ifcfg-ppp0.leased2
- preparation for upcoming 0.4.0.1 release
[projects/rc-scripts.git] / sysconfig / interfaces / ifcfg-ppp0.leased2
CommitLineData
7e04fe0e 1# (c) 1999 Grzegorz Stanislawski <stangrze@open.net.pl>
ec8b15cb 2# $Id$
7e04fe0e 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.
14DEVICE=ppp0
15ONBOOT=yes
de1fc6ce 16IPADDR=192.168.255.254/30
7e04fe0e 17REMIP=192.168.255.253
7e04fe0e 18HARDFLOWCTL=yes
19MODEMPORT=/dev/ttyS1
20LINESPEED=115200
21DEBUG=no
22PERSIST=yes
23HOLDOFF=10
24#demand option not finished yet ;-(
25DEMAND=no
26#ACTIVEFILTER=
27#IDLE=
28
29REPORTFILE=/var/log/ppp0.log
This page took 0.040124 seconds and 4 git commands to generate.