Выручите, братцы!
В первый раз в ручную настраваю ppp соединение,
коннект проходит благополучно, но днс адресса не присваиваются :(,
в следствии чего броузеры не открывают страницы,
(если звонить не через скрипты, а kppp, то все работает)
вот посмотрите на это безобразие:
Aug 28 00:21:41 rudyx pppd[28234]: pppd 2.4.1 started by root, uid 0
Aug 28 00:21:42 rudyx chat[28235]: timeout set to 60 seconds
Aug 28 00:21:42 rudyx chat[28235]: abort on (ERROR)
Aug 28 00:21:42 rudyx chat[28235]: abort on (BUSY)
Aug 28 00:21:42 rudyx chat[28235]: abort on (NO CARRIER)
Aug 28 00:21:42 rudyx chat[28235]: abort on (NO DIALTONE)
Aug 28 00:21:42 rudyx chat[28235]: send (AT&FH0^M)
Aug 28 00:21:42 rudyx chat[28235]: expect (OK)
Aug 28 00:21:42 rudyx chat[28235]: AT&FH0^M^M
Aug 28 00:21:42 rudyx chat[28235]: OK
Aug 28 00:21:42 rudyx chat[28235]: -- got it
Aug 28 00:21:42 rudyx chat[28235]: send (atdp8770^M)
Aug 28 00:21:42 rudyx chat[28235]: timeout set to 75 seconds
Aug 28 00:21:42 rudyx chat[28235]: expect (CONNECT)
Aug 28 00:21:42 rudyx chat[28235]: ^M
бЧЗ 28 00:21:45 rudyx mc: /dev/gpmctl: No such file or directory
Aug 28 00:22:21 rudyx chat[28235]: atdp8770^M^M
Aug 28 00:22:21 rudyx chat[28235]: CONNECT
Aug 28 00:22:21 rudyx chat[28235]: -- got it
Aug 28 00:22:21 rudyx pppd[28234]: Serial connection established.
Aug 28 00:22:21 rudyx pppd[28234]: Using interface ppp0
Aug 28 00:22:21 rudyx pppd[28234]: Connect: ppp0 <--> /dev/ttyS0
Aug 28 00:22:28 rudyx pppd[28234]: local IP address 10.10.10.1
Aug 28 00:22:28 rudyx pppd[28234]: remote IP address 195.162.49.1
pppd вызываю так:
ppp-on
[skip]
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/ttyS0 38400 \
asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
noipdefault debug netmask $NETMASK defaultroute \
connect DIALER_SCRIPT
помогите чем сможете, заранее благодарен.