On 29 Jul 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed). com>,
(E-Mail Removed)
wrote:
>My linux host (FC4) connects to a router through a direct connect FE
>interface. The default gw on my host is set to the router.
Standard network setup
>My application need to return the traffic that is NOT destined to me.
The description is unclear. If the packets are not (IP) addressed to you,
or sent to a port where there is a server listening, the network stack
should reject the connection (or never even receive it). If the traffic
is being sent to your host and to the "correct" port, but are from a
client you don't wish to serve, or asking for a service your application
doesn't provide, then your application should handle the rejection or
redirection of the client.
>How do I acomplish this ? As my experiment, the traffic seems silently
>drop or digested by my linux host.
Your description is unclear. Are you talking about the IP level? That may
be a firewall function. If you are talking at the application level, it's
something about the way the application is written.
Old guy