Re: SLIP PPP

1999-01-05 Thread Steve Lamb
-BEGIN PGP SIGNED MESSAGE-

On 05 Jan 1999 11:22:40 -0600, [EMAIL PROTECTED] wrote:

>SLIP and PPP are two different protocols and are mutually exclusive.  SLIP
>is pretty much obsolete.

I dunno if I would call SLIP obsolete.  Less convenient, maybe.  ;)

- -- 
 Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
 ICQ: 5107343  | main connection to the switchboard of souls.
- ---+-
-BEGIN PGP SIGNATURE-
Version: PGPsdk version 1.0 (C) 1997 Pretty Good Privacy, Inc

iQCVAwUBNpJbQqC6xbtZwvdnAQHiZAQAm/1o/P4nMDuRK98T34zktd9A/jxDIhTe
X25nxm7+jE36Zg7l/nAEFbpnvYsIdE++65CVnczXtPH+h8vdRAKtuCwWhAQHDpkI
8x737WV27YhEtVIB76bgtZWwigTwhPpW0F3mMOkkE7vleUhTKhmNJ2DJQ60uzlTH
Q89YBxwWiQA=
=lcXZ
-END PGP SIGNATURE-



Re: SLIP PPP

1999-01-05 Thread john
Darko Martic writes:
> SLIP PPP

SLIP and PPP are two different protocols and are mutually exclusive.  SLIP
is pretty much obsolete.

> I would like also to connect with PPP, using script, instead of SLIP and
> to configure tone dilaling As you can see, my provider asks me for
> username and password.

Have you tried running pppconfig and then using pon and poff?
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI


SLIP PPP

1999-01-05 Thread Darko Martic
Hi !

Well, currently I'm trying to connect to the Inet using DIP, and scripts
but...
Here is my script which doesn't work well:

main:
get $local dookie.hr
get $remote 161.53.114.3
port modem
speed
19200
loop:
echo on
#init ATn1L3X3S11=70
init ATX3
dial 111222
wait 00
40
if $errlvl != 0 goto loop
wait name: 
send somebody\n
#if $errlvl != 0
goto error
#wait word: 
#send pass\n
#if errlvl != 0 goto error
#send slip
default\n
wait is 15
if $errlvl != 0 goto error
get $locip remote
get $mtu
1006
default
print SLIP CONNECT to JMU
mode CSLIP
goto exit
error:
print
SLIP to $remote failed.
exit:

I would like also to connect with PPP, using script, instead of SLIP and to
configure tone dilaling
As you can see, my provider asks me for username and password.


Re: setting up a slip/ppp server

1997-11-15 Thread Carey Evans
"Colin R. Telmer" <[EMAIL PROTECTED]> writes:

> I have a machine that is connected to the net and want to set up a slip or
> ppp server only so that I can dial into the machine via a connected modem
> with a PDA (palm pilot) that can establish either a slip or ppp
> connection.

The IP-Masquerade mini-HOWTO should be a good place to start, to find
out about getting a pair of private addresses, and connecting to the
Internet with them even though they're not allowed on the Internet.
Also look at the PPP HOWTO, although the system it describes might not
be quite like Debian's pppd is set up.  Read the pppd(8) man page, and
have a look at the files in /etc/ppp/, like pap-secrets and
options.ttyXX.  I think the text at the top of options.ttyXX gets the
IP addresses in the wrong order, in my version anyway.

-- 
Carey Evans  <*>  http://home.clear.net.nz/pages/c.evans/  gc

 "Trust Ivanova.  Trust yourself.  Anyone else - shoot them."


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


setting up a slip/ppp server

1997-11-14 Thread Colin R. Telmer
I have a machine that is connected to the net and want to set up a slip or
ppp server only so that I can dial into the machine via a connected modem
with a PDA (palm pilot) that can establish either a slip or ppp
connection. Setting this up must be covered in a FAQ, can I assign some
kind of local ip address to the PDA when it tries to get one without
creating problems because I am connected to the internet and the address
may already be in use? Cheers.

--
Colin Telmer, Institute of Intergovernmental Relations
School of Policy Studies Building, Room 309, Queen's University
Kingston, Ontario, Canada, K7L-3N6 (613)545-6000x4219   




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .