problima me to ppp-on script

timepasser timepasser at nxmail.gr
Sat Jun 28 13:45:57 EEST 2003


Xaireto tous pades,

  Exoun piasei oi zestes edo stin Athina kai mazi tous exei piasei fotia 
kai to keyboard ( :) ) apo ta synexomena configurations oste na 
douleuoun ola apsoga. Pragma pou me fernei stin erotisi mou. Gia na 
baino sto Internet xrisimopoio to GUI tou Gnome (ousiastika to wvdial) 
mias kai to GUI tou gnome einai frontend gia to sygkekrimeno programma. 
Prospathousa loipon tis proalles na xrisimopoiiso to scripts ppp-on gia 
na syndetho. Afou to ekana executable kai to etrexa to modem oute kan 
endiaferthike na kanei dial alla opos eida kai sta messages elege ta 
ekseis" connect script fail", "exit" . Koitaksa kai to exo sto sosto 
stty kathos kai tis rythmiseis. Opote parakato sas kano copy paste to 
ppp-on script mipos kapoios boresei na me boithisei. As simiothei oti 
sto account kai password exo balei tis lekseis foobared gia profaneis 
logous ... :)


#!/bin/sh
#
# Script to initiate a ppp connection. This is the first part of the
# pair of scripts. This is not a secure pair of scripts as the codes
# are visible with the 'ps' command.  However, it is simple.
#
# These are the parameters. Change as needed.
TELEPHONE=8962555555    # The telephone number for the connection
ACCOUNT=foobared # The account name for logon (as in 'George Burns')
PASSWORD=foobared   # The password for this account (and 'Gracie Allen')
LOCAL_IP=0.0.0.0        # Local IP address if known. Dynamic = 0.0.0.0
REMOTE_IP=0.0.0.0       # Remote IP address if desired. Normally 0.0.0.0
NETMASK=255.255.255.0   # The proper netmask if needed
#
# Export them so that they will be available at 'ppp-on-dialer' time.
export TELEPHONE ACCOUNT PASSWORD
#
# This is the location of the script which dials the phone and logs
# in.  Please use the absolute file name as the $PATH variable is not
# used on the connect option.  (To do so on a 'root' account would be
# a security hole so don't ask.)
#
DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
#
# Initiate the connection
#
# I put most of the common options on this command. Please, don't
# forget the 'lock' option or some programs such as mgetty will not
# work. The asyncmap and escape will permit the PPP link to work with
# a telnet or rlogin connection. You are welcome to make any changes
# as desired. Don't use the 'defaultroute' option if you currently
# have a default route to an ethernet gateway.
#
exec /usr/sbin/pppd debug lock modem crtscts /dev/ttyS1 57600 \
         asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
         noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT



Euxaristo
Nikos Nikiforakis




More information about the Migrate2linux mailing list