----------
> From: Anto <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [id-linux] Lanjutan File resolv.conf.... Permisi....
> Date: Thursday, February 26, 1998 6:30 PM
>
> Kalo boleh... saya juga pengen liat script yg anda pake (ppp-on, dsb).
>
>
> -- Anto --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Script ppp-on nya spt ini :
# ~~~~~~~~~ Start of script ~~~~~~~~~~~
#!/bin/sh
# { Dihapus }
TELEPHONE=520350 # The telephone number for the connection
ACCOUNT=loginsaya # The account name for logon (as in 'George Burns')
PASSWORD=passsaya # 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
#
# { Dihapus }
#
DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
exec /usr/sbin/pppd debug lock modem crtscts /dev/ttyS0 38400 \
asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT
# ~~~~~~~~ End of Script ~~~~~~~~~~
Mau dial tapi kemudian putus.....
sebelum putus saya ping juga tidak terdeteksi hubungannya...
( Kejadiannya mirip mirip kalau saya menggunakan minicom atau dip )
Thank's berat
<Aghart>
-
STOP-LANGGANAN: 'unsubscribe' ke: [EMAIL PROTECTED]
START-LANGGANAN: 'subscribe' ke: [EMAIL PROTECTED]