lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Communication between different subnets


From: hellish
Subject: Re: [lwip-users] Communication between different subnets
Date: Tue, 14 Sep 2010 05:32:52 -0700 (PDT)

Thanks for clearing up the IP destination confusion! Sure, I'll use wireshark
to capture some packets tomorrow.
Then again, I remember doing this yesterday and wireshark didn't see any
packet (from my board to FTP server), hmm....


Kieran Mansley wrote:
> 
> On Tue, 2010-09-14 at 02:04 -0700, hellish wrote:
>>  * For unicast addresses, the packet is submitted to etharp_query().
>> In
>>  * case the IP address is outside the local network, the IP address of
>>  * the gateway is used.
>>    So lwip modified destination IP address of the packets(sent from my
>> board) to that of the gateway?  This confused me. Why change the
>> destination
>> IP address? According to my network textbook, it is the destination
>> MAC
>> address that should be changed to that of the gateway.
> 
> Yes, your textbook is right.  But to find the MAC address of the gateway
> we have to use the IP address of the gateway in the lookup.  The packet
> itself will still be sent with the IP address of the FTP server.
> 
> It should just work if you've configured the netif with the gateway
> address properly.
> 
> Can you get a packet capture to show what's going wrong.  You've said it
> doesn't work but we need more information about what goes wrong to debug
> this problem.
> 
> Kieran
> 
> 
> _______________________________________________
> lwip-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lwip-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Communication-between-different-subnets-tp29706546p29708089.html
Sent from the lwip-users mailing list archive at Nabble.com.




reply via email to

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