All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian Purnomo" <cpurn@cpurn.net>
To: lartc@vger.kernel.org
Subject: [LARTC] ethernet bonding ?
Date: Fri, 23 May 2003 01:39:21 +0000	[thread overview]
Message-ID: <marc-lartc-105365406714299@msgid-missing> (raw)

HI All.

I have a linux box connected to a switch network with 2 network interfaces, how would I able to 'trunk' these 2 interfaces? options I can see are:
- ethernet bonding
- iproute2?
- teql

Which one are the best to use? 

I'm curretly having problem with ethernet bonding, my setup are as follow:
ip add: 192.168.10.30/24

I do:

# modprobe bonding
# ip addr add 192.168.10.30/24 dev bond0
# ifenslave bond0 eth0
# ifenslave bond0 eth1
# ip link set bond0 up

At this stage, I can't ping any of the other workstations / server in 192.168.10.0/24 subnet.  I run tcpdump on both the bonding machine and the server I am pinging, I can see the bonding machine keeps sending arp request, the server recevies the arp request and also sends a reply back... but it seems the arp reply never get through to the bonding machine.  Has anyone experience this issue?

PS: I have just subscribed to this mailling list, have been fiddling alot with LARTC, cool stuff I must say!

Thanks in advanced

Christian.


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

             reply	other threads:[~2003-05-23  1:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-23  1:39 Christian Purnomo [this message]
2003-05-23 15:01 ` [LARTC] ethernet bonding ? Martin A. Brown

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=marc-lartc-105365406714299@msgid-missing \
    --to=cpurn@cpurn.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.