All of lore.kernel.org
 help / color / mirror / Atom feed
From: "raptor@tvskat.net" <raptor@tvskat.net>
To: lartc@vger.kernel.org
Subject: [LARTC] ala gateway problems
Date: Wed, 07 Jul 2004 08:52:00 +0000	[thread overview]
Message-ID: <20040707115200.60d2aaea@bugs> (raw)

hi,

I have very annoying problem.. First a simple diagram :

x.x.1.0/24 -----------------|
x.x.2.0/24 -----------------|---- (gw: eth0: x.x.1.1 eth1: x.x.2.1 eth1: x.x.3.1)  ---->
x.x.3.0/24 -----------------|


now I have two machines x.x.3.10 (2.4 kernel) and x.x.3.11(2.6 kernel) 
AND they are in the same LAN (phisical net) but as u see in different IP (logical nets).

As I look the traffic with tcpdump and iftop and  the path is the following :
(f.e lets take host at address x.x.1.5 and destination x.x.3.10 )

x.x.1.5  ----> gw:x.x.1.1 ----> x.x.3.10 ---> x.x.1.5 

take into account gateway on the return path is not used (remember they are on the same LAN), which is what I want...

Now I have deployed a new server with a 2.6 kernel, all other routing tables,ifconfig is the same.. but now the path 
of the packets is :


x.x.1.5  ----> gw:x.x.1.1 ----> x.x.3.11 ---> gw:x.x.3.1?  --->  x.x.1.5 

Now I want the first behavior, but have no CLUE what is different, is there some option to set or what ?!!

The second behavior is the not suitable 'cause if there wasn't qos on the gateway it will not be able to handle the traffic...


One my thought is this has to be something with ARP..'cause I dont see arp entires on the new machine ... 

#arp -n | wc -l
3

on the old one there is :

# arp -n | wc -l
105

both are contacted from many hosts... much more than 3 !!


?? ANY IDEA ??

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

                 reply	other threads:[~2004-07-07  8:52 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=20040707115200.60d2aaea@bugs \
    --to=raptor@tvskat.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.