[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RE > ISDN.Net connection - some answers



Hetz Ben Hamo wrote:
> 
> Hi Guy,
> 
> from what do u affraid? you can replace the username with UUUUU and
> password with XXXXX.
> 
> But, if you still ensisting not giving it and helping me....
> 
> Hetz

LOL.
nice attitude :)
hrm , btw. what are YOU afraid of, reading some HOWTO ???
i often wander about the question ppl at this list have, 
dont you read documantation ?
how are you planning to run a Linux machin , or you just do it to feel
cool ?
I know this mailing list intent to bring ppl to know linux better, and
things like what im saying here should not be said.
but maybe its about time they should.


here:
xe:~$ more doc/ppp-up
#!/bin/sh
exec pppd connect \
'chat -v -f /etc/ppp/chatscript' \
-detach crtscts modem defaultroute \
user <username> \
/dev/cua0 38400 (:194.90.1.13) <---- optional , read the pppd man page 
<password>

xe:~$ more /etc/ppp/chatscript 
TIMEOUT                  50
ABORT                    '\nBUSY\r'
ABORT                    '\nNO ANSWER\r'
ABORT                    '\nRINGING\r\n\r\nRINGING\r'
''                       \rATM    <---- put any modem string
'OK-+++\c-OK'            ATH0
OK                       'ATDT5166222'
CONNECT                  ''

and you need: 
xe:~$ more /etc/ppp/pap-secrets 
/etc/ppp/pap-secrets: Permission denied  ;)


Guy.