From: "SB CH" <chulmin2@hotmail.com>
To: netfilter@lists.netfilter.org
Subject: standby port at the bridge firewall ?
Date: Mon, 17 Feb 2003 04:31:30 +0000 [thread overview]
Message-ID: <F93GsRbHozNNrUIY7Hp0001b6f5@hotmail.com> (raw)
Hello, all.
I would like to set standby switch like this.
So if a main switch is down, I would like to service with standby switch
instead of main switch.
(traffic using only main switch and just connects with standby switch at
normal state)
and I connected main switch with eth0, Sub switch with eth1,
and additionally connects standby switch with eth2 at the bridge firewall.
Main Switch Standby Switch
| |
| |
---------------------------
|
Bridge Firewall
|
Sub Switch
Then, How can I change this brctl script?
### pre configuration just using eth0 and eth1
brctl addbr br0
brctl stp br0 off
brctl addif br0 eth0
brctl addif br0 eth1
ifconfig eth0 down
ifconfig eth1 down
ifconfig eth0 0.0.0.0 promisc up
ifconfig eth1 0.0.0.0 promisc up
ifconfig br0 211.1.1.1 promisc up
route add default gw 211.1.1.1
should do I change like this to us standby switch?
Will it works well?
doesn't do loop?
## modified configuration using eth0, eth1 and eth2.
brctl addbr br0
brctl stp br0 off
brctl addif br0 eth0
brctl addif br0 eth1
brctl addif br0 eth2
ifconfig eth0 down
ifconfig eth1 down
ifconfig eth2 down
ifconfig eth0 0.0.0.0 promisc up
ifconfig eth1 0.0.0.0 promisc up
ifconfig eth2 0.0.0.0 promisc up
ifconfig br0 211.1.1.1 promisc up
route add default gw 211.1.1.1
So sorry my poor english.
_________________________________________________________________
상큼한 만남과 따뜻한 공동체 생활... 지금 MSN 커뮤니티에서 시작하세요!
http://groups.msn.com/?pgmarket=ko-kr
next reply other threads:[~2003-02-17 4:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-17 4:31 SB CH [this message]
2003-02-17 6:26 ` standby port at the bridge firewall ? Arnt Karlsen
2003-02-17 6:46 ` Arnt Karlsen
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=F93GsRbHozNNrUIY7Hp0001b6f5@hotmail.com \
--to=chulmin2@hotmail.com \
--cc=netfilter@lists.netfilter.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox