How much do you need to do? I did this just yesterday to test some hardware: ifconfig hdlc0 10.39.58.58 netmask 255.255.0.0 broadcast 10.39.255.255 ifconfig hdlc1 10.39.58.59 netmask 255.255.0.0 broadcast 10.39.255.255 route add 1.2.3.4 dev hdlc0 ping 1.2.3.4 & tcpdump -i hdlc1 There were no responses, of course, but hdlc1 did receive the requests. -- Dan Eble <dane@aiinet.com> _____ . | _ |/| Applied Innovation Inc. | |_| | | http://www.aiinet.com/ |__/|_|_| > -----Original Message----- > From: Raghavendra S Ranjal [mailto:srraghav@in.ibm.com] > Sent: Thursday, May 29, 2003 3:28 AM > To: linux-net@vger.kernel.org > Cc: Raghavendra S Ranjal > Subject: routing for 2 cards on single system and transfer of > packets through wire connecting them > > > Hi, > > I am looking for some information on the Linux networking > interface and it > would be great if someone could help me on this. The problem > statement: > > Can we configure the networking interface and the routing > table in linux in > such a way that the packets meant from one interface to > another interface > on the same system ( 2 network cards on the same system > connected to each > other through a cross cable), passes through the ethernet cards. (i.e > linux should not bypass the driver/card , at the IP layer. The packets > should not be routed back at the IP layer,without going down > to the card. > ). > One way is to change the ipaddress at the device driver and > fool the IP > layer, ( as specified by Alssendro Rubini, in his test network device > driver ). But this needs a change in device driver and I am > looking for a > solution which is regardless of the underlying device driver > or any patch > to the kernel, that is, it should work with the standard releases. > > Any help will be appreciated. > > thanks, > Raghav > > PS: Please reply to srraghav@in.ibm.com. > > - > : send the line "unsubscribe > linux-net" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html