ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Grigory Batalov <bga-no-spam@kovgok.ru>
To: sisyphus@altlinux.ru
Subject: [sisyphus] How to automate bridging
Date: Fri, 16 Jan 2004 13:50:29 +0300
Message-ID: <20040116135029.322900f4.bga-no-spam@kovgok.ru> (raw)

Здравствуйте!

Хочется при включении компьютера сразу поднимать мост на сетевой
карте (eth0) примерно так:

BRCTL=/sbin/brctl
TUNCTL=/usr/local/sbin/tunctl
IFCONFIG=/sbin/ifconfig

[ -x $TUNCTL ] && $TUNCTL -t tap0
[ -x $IFCONFIG ] && $IFCONFIG tap0 up
[ -x $IFCONFIG ] && $IFCONFIG eth0 up
[ -x $BRCTL ] && $BRCTL addbr br0
[ -x $BRCTL ] && $BRCTL addif br0 eth0
[ -x $BRCTL ] && $BRCTL addif br0 tap0

И чтобы в дальнейшем либо на eth0, либо на br0 (пока не решил,
что правильнее) поднялся IP и IPX из соответствующего ifcfg-*.

Куда лучше прописать эти строчки?

А ещё чтобы при service network stop выполнялось вот это:

[ -x $BRCTL ] && $BRCTL delif br0 eth0
[ -x $BRCTL ] && $BRCTL delif br0 tap0
[ -x $BRCTL ] && $BRCTL delbr br0

??

-- 
Григорий Баталов,
начальник бюро
системного администрирования
ОАО "Ковдорский ГОК"
+7-(81535)-76036


                 reply	other threads:[~2004-01-16 10:50 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=20040116135029.322900f4.bga-no-spam@kovgok.ru \
    --to=bga-no-spam@kovgok.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