PPPD실행 스크립트로 하면 느릴 수 밖에 없는건가요?

porcokang의 이미지

pppd를 통한 dial-up을 시도 할때

제가 알아낸 방법은 두가지 였습니다.

KPPP같은 프로그램으로 접속, 공개된 스크립트로 접속,

그런데 두 방법의 접속시도 해서 성공까지의 시간이 너무 나 차이가 납니다.

KPPP같은 경우 10~15초
스크립트는 1~2분

스크립트에 문제가 있는 걸까요?
고수 님들의 날카로운 지적 기다리겠습니다.

/etc/ppp/peers/skt

# This optionfile was generated by pppconfig 2.3.5. 
# 
#
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/ppp/peers/skt-chat"
debug
defaultroute
noipdefault
usepeerdns
230400
/dev/ttyACM0
crtscts
 
#-pc
#name sktelecom
#ipparam sktelecom
#local
#modem
#novj
#persist
#lcp-echo-failure 0
#cp-echo-interval 0
#password ""

/etc/ppp/peers/skt-chat

# This chatfile was generated by pppconfig 2.3.5.
# Please do not delete any of the comments.  Pppconfig needs them.
# 
# ispauth CHAP
# abortstring
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT DELAYED
# modeminit
'' ATZ
OK-AT-OK "AT$$ANTLVL?"
OK-AT-OK "AT$$RSSI?"
OK-AT-OK "AT+CRM=160"
# ispnumber
OK-AT-OK "ATDT1501"
# ispconnect
CONNECT \d\c
# prelogin
 
# ispname
# isppassword
# postlogin
 
# end of pppconfig stuff

/etc/ppp/pap-secrets

# Secrets for authentication using PAP
# client	server	secret			IP addresses
####### redhat-config-network will overwrite this part!!! (begin) ##########
"sktelecom" 	* 	""
####### redhat-config-network will overwrite this part!!! (end) ############