From: zhuang zhuanghou <zhuanghou@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: How can I control the network package
Date: Fri, 30 Sep 2005 10:35:09 +0800 [thread overview]
Message-ID: <b1df7a2c0509291935u79df2643p@mail.gmail.com> (raw)
Hi All,
I have a linux server with two GE nics configured as follows:
eth0 10.10.12.1 netmask 255.255.255.0
eth1 10.10.12.111 netmask 255.255.255.0
One service application running on it (as a kernel module) and accepts
all the requests from clients on the same subnet (i.e. with subnet 10.10.12.x),
and all the clients will send requests to these two nic round-robinly.
when eth0
accept the request, the corresponding result will be sent back from eth0 too,
but when eth1 accepted the request, its result still go back from eth0, not eth1
due to network route, but I need it go back through where it came from,
so how can I do that?
BTW: the server has two listen sockets bind to these two ips
respectively, use
UDP protocol
Thanks!
reply other threads:[~2005-09-30 2:35 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=b1df7a2c0509291935u79df2643p@mail.gmail.com \
--to=zhuanghou@gmail.com \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox