All of lore.kernel.org
 help / color / mirror / Atom feed
From: "SeonKyu Park" <carrot@haion.net>
To: lartc@vger.kernel.org
Subject: [LARTC] How can I block packet between eth0  and eth1?
Date: Thu, 28 Apr 2005 01:45:17 +0000	[thread overview]
Message-ID: <20050428014120.M44389@haion.net> (raw)

Hello 

I am using linux box as a network loadbalance router.


                -----------------                               ------------
|LAN| - |eth0         eth1(1.1.1.2)  | DSL1 ------- |DSLAM (1.1.1.1) |
             |               eth2(1.1.1.10) | DSL2 ------- |DSLAM (1.1.1.9) |
                 ----------------                               ------------
                    
But I have a big problem.

If eth2(DSL2) line down,  but still on available ping eth2

Because of DSL from DSLAM has s layer 2 architecture.

So through eth1, eth2's mac address is transferred.

I want block any packet between eth1 and eth2.

I tested local network, too.

Connected 2 cables on each LAN card from switch.

          
|LAN| --- |eth0  1.1.1.1  |
          --- |eth1  1.1.1.2  |
         

I removed cable(eth0), but I can use ping to 1.1.1.1 (because of response from
eth1)

How can solve this problem?

I did serverl times kernel compile change options, and configure /proc/net*


I want that.............
eth0 link up then I want use 1.1.1.1
eth1 link up then I want use 1.1.1.2
Both link up then I want use 1.1.1.1 or 1.1.1.2
but eth0 link down, eth1 link up then I want use only eth1 --> I want solve
this problem

Thank you for reading this.

Have a nice day


ps. sorry I am poor at english

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

                 reply	other threads:[~2005-04-28  1:45 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=20050428014120.M44389@haion.net \
    --to=carrot@haion.net \
    --cc=lartc@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.