* [sisyphus] Скрипт
@ 2005-10-11 16:12 Kondratenko Boris
0 siblings, 0 replies; only message in thread
From: Kondratenko Boris @ 2005-10-11 16:12 UTC (permalink / raw)
To: Сизиф
Я тут пытаюсь все настроить Спутниковый интернет и такой вопрос: вот
этот скрипт может вносить dns в /etc/resolv.conf?
> #!/bin/sh
> DIALTIMEOUT=20
>
> # если мобильник подцеплен к COM1 а не к IR, заменить в скрипте ircomm0 на ttyS0
> case "$1" in
> mts0885)
> MODEM=ircomm0 SPEED=57600 MODEM_INIT=""
> IH_IP=" ipcp-accept-local ipcp-accept-remote noipdefault user mts"
> LOGSCRIPT="CONNECT"
> PHONE="0885"
> ;;
> mtsgprs|*)
> MODEM=ircomm0 SPEED=115200 MODEM_INIT='AT+CGDCONT=1,\"IP\",\"internet.mts.ru\" OK'
> IH_IP=" ipcp-accept-local ipcp-accept-remote noipdefault
> debug usepeerdns user mts
> novj nobsdcomp novjccomp nopcomp noaccomp"
> LOGSCRIPT="CONNECT"
> PHONE="*99***1#"
> ;;
> esac
>
> # перед запуском pppd удаляет default router, по окончании - восстанавливает
> # Более корректно было бы вставить эти действия в /etc/ppp/ip-up.local и /etc/ppp/ip-down.local
> DR=`route -n | egrep '^0.0.0.0'| grep -v ppp | sed 's/^[^ ]* *\([^ ]*\) .*/default gw \1/'` ;
> if [ -n "$DR" ] ; then
> trap "echo route add $DR ; route add $DR ; exit" 2 3 9 15
> route delete $DR
> echo route delete $DR
> fi
> ##########################
>
> ##################### При обрыве соединения pppd перезапускается ####################
> while true ; do
> pppd \
> connect 'chat -v ABORT "NO DIALTONE" ABORT "NO CARRIER" ABORT BUSY "" '"$MODEM_INIT"' ATDP'$PHONE' '"$LOGSCRIPT"' ;' \
> crtscts defaultroute modem -detach mru 1500 \
> $NASH_IP:$IH_IP /dev/$MODEM $SPEED
> sleep $DIALTIMEOUT
> done
Просто у меня туда постоянно заносятся днс от этого соединения, а это в свою очередь
мешает мне посылать запросы на днс небесного провайдера...
--
С Уважением, Борис.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-10-11 16:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-11 16:12 [sisyphus] Скрипт Kondratenko Boris
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git