an IP stack problem regarding routing and ARP

Pei Zheng (zhengpei@msu.edu)
Sun, 23 Sep 2001 17:56:14 -0400


Hi, Sorry to bother you all.
My question is about the Linux kernel IP stack regarding routing
tables and ARP.
Basically I am considering a hack on the IP stack for the purpose of
routing emulation(emulating 2 routers in one kernel):

If a Linux box has 2 NICs, I would like to generate some packets in the
kernel, sent them out from one NIC to an Ethernet switch, and then
receive them on the other NIC. Is it possible, with the help of appropriate
routing table, routing rules and ARP configuration? Or the kernel IP
stack must be modified? It seems to me that if the kernel figures
out that a packet's next hop is its local network interface, it will
deliver to that interface through IP stack directly.

Thanks!

-Pei Zheng

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/