lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Lwip with two ethernet ports


From: Sergio R. Caprile
Subject: Re: [lwip-users] Lwip with two ethernet ports
Date: Mon, 11 May 2015 09:32:53 -0300
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

To answer a ping to eth0 coming from eth1, lwIP has to actually route
the response. Is it capable of doing that or will it send it to the
gateway (which does not exist) ?
Have run Wireshark on your PC and checked if your lwIP device is
actually sending something ?
Have you followed the packet flow inside your lwIP device ?

For the future:
You won't be able to ping Device_2 from your PC unless:
- Device_2 is configured to have Device_1 as its gateway to
192.168.190.0/24; otherwise it will send it to .254, which is...
- Device_1 routes

-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]