ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Kondratenko Boris <kondor71@yandex.ru>
To: Сизиф <sisyphus@altlinux.ru>
Subject: [sisyphus] Скрипт
Date: Tue, 11 Oct 2005 20:12:32 +0400
Message-ID: <1129047152.11086.20.camel@kondor7> (raw)

Я тут пытаюсь все настроить Спутниковый интернет и такой вопрос: вот
этот скрипт может вносить 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

Просто у меня туда постоянно заносятся днс от этого соединения, а это в свою очередь 
мешает мне посылать запросы на днс небесного провайдера...
-- 
С Уважением, Борис.



                 reply	other threads:[~2005-10-11 16:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1129047152.11086.20.camel@kondor7 \
    --to=kondor71@yandex.ru \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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