ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] How to automate bridging
@ 2004-01-16 10:50 Grigory Batalov
  0 siblings, 0 replies; only message in thread
From: Grigory Batalov @ 2004-01-16 10:50 UTC (permalink / raw)
  To: sisyphus

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

Хочется при включении компьютера сразу поднимать мост на сетевой
карте (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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-01-16 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-16 10:50 [sisyphus] How to automate bridging Grigory Batalov

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