From: Kondratenko Boris <kondor71@yandex.ru> To: "культурный офтопик" <smoke-room@altlinux.ru> Subject: Re: [room] Спутниковый интернет Date: Mon, 22 Aug 2005 23:21:42 +0400 Message-ID: <1124738502.11333.4.camel@kondor7> (raw) In-Reply-To: <20050801112003.GC26143@nick.comp-mir.ru> Почти удалось все настроить и задокументировать как это делал... Есть пара вопросов. Первый, есть скрипт запуска IRDA, выглядит так: > #!/bin/sh > # > # Minimal stuff required to get the MA620 USB IRDA dongle recognised by > # the kernel. Version 1 -- works with unpatched kernel, but only at > # 9600bps. > > modprobe uhci_hcd > modprobe pl2303 > modprobe irda > echo 115200 > /proc/sys/net/irda/max_baud_rate > modprobe irtty-sir > modprobe ma600-sir > modprobe ircomm-tty > irattach /dev/ttyUSB0 -d ma600 -s > > exit 0 Куда его надо прописать, чтобы он запускался автоматически? И более серьезный вопрос, есть скрипт, который должен запустить DVB карту, не могу кое что понять: > #!/bin/bash > # Probing modules > modprobe ipip > modprobe ip_gre > # > echo 1 > /proc/sys/net/ipv4/ip_forward > echo 0 > /proc/sys/net/ipv4/conf/all/rp_filter > # Making routes > echo "Adding routes..." > ip route add express-vpn-fake.planetsky.com via ### что суда прописать? YOUR_EARTH_GW > echo "OK" > # VPN > echo "Starting VPN..." > pptp express-vpn-fake.planetsky.com call pptpfake > echo "OK" > # Making default gw > route del default > route add default dev ppp0 Как я понял, там надо указать мое второе соединение, при помощью которого я уже законнекчен, а как его узнать? -- С Уважением, Борис.
next prev parent reply other threads:[~2005-08-22 19:21 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-08-01 10:05 Kondratenko Boris 2005-08-01 10:55 ` some_x 2005-08-01 11:20 ` Afanasov Dmitry 2005-08-02 17:24 ` Michael Shigorin 2005-08-22 19:21 ` Kondratenko Boris [this message] 2005-08-22 20:03 ` Michael Shigorin
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=1124738502.11333.4.camel@kondor7 \ --to=kondor71@yandex.ru \ --cc=smoke-room@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
Культурный офтопик This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/smoke-room/0 smoke-room/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 smoke-room smoke-room/ http://lore.altlinux.org/smoke-room \ smoke-room@lists.altlinux.org smoke-room@lists.altlinux.ru smoke-room@lists.altlinux.com smoke-room@altlinux.ru smoke-room@altlinux.org smoke-room@altlinux.com public-inbox-index smoke-room Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.smoke-room AGPL code for this site: git clone https://public-inbox.org/public-inbox.git