Sending ICMP echo request out
ratheesh kannoth <[email protected]>
| Newsgroups | org.kernel.vger.linux-newbie,org.kernel.vger.netfilter |
|---|---|
| Message-ID | <CAGZFCEEux4TBE+JAqzx9CDJ1HGdNXnqQBHBxhJ8TXEQh3Zq7_w@mail.gmail.com> |
Hi , I have a linux machine with two interfaces eth0 (192.168.1.100 ) and eth1 ( 192.168.1.200 ) . Both are in same subnet ( 192.168.1.0/24 ) . eth0 and eth1 are connected to a switch . I want to send an icmp packet from eth0 and reach eth1 thru the switch. As of now linux machine , bypass the packet thru the stack since both this interfaces are on the same machine. Is there any way to do this ? -Ratheesh