>>> On 6/11/2012 at 08:13 AM, "Hamiel, D. (Daniel)" <[email protected]> >>> wrote:
> Hi Ronald, I created two virtual NIC's one (800) is for TSMSWTH and (810) is > for TSMSWTH1 and yes they are on the same subnet. The reason for creating two > is we have OSA EXP3 cards and the one is on Port 0 and the other on Port 1 > and because Linux wants the portno=1 specified in the ifcfg-eth file. It > sounds like a routing problem but I am not sure how to fix it. OK, then you definitely need to check the values of net.ipv4.conf.all.rp_filter net.ipv4.conf.default.rp_filter net.ipv4.conf.eth0.rp_filter net.ipv4.conf.eth1.rp_filter net.ipv4.conf.eth2.rp_filter net.ipv4.conf.eth3.rp_filter net.ipv4.conf.hsi0.rp_filter And make sure they're all zero. OR, what would be preferred would be to write a routing policy that says to answer any particular packet on the same interface that it was received on. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
