i have an embedded system with an Ethernet interface that needs to accept external packets with IP of 127.x.x.xx. is there a way to force Linux to accept external packets with this loop back address and to treat the packets as "normal" IP packets? also, is there a way to force Linux to send out ping packets when the interface has an IP of 127.x.x.x?
thank you in advance.