Re: [lwip-users] The lwip linux port - how to use another ip on the existing subnet

2013-10-20 Thread Enrique Wellborn
Thank you very much Sylvain. Your nice solution answers my first question. In fact, I stumbled upon brctl once or twice in the past and I remember that working with it sometimes led to unpredictable results (like losing communication with my machine). Yet, I'm still unsure about my second question

Re: [lwip-users] IP packet fragmentation problem

2013-10-20 Thread bernard
lwIP supports this feature if you enable: IP_FRAG: Fragment outgoing IP packets if their size exceeds MTU. IP_REASSEMBLY: Reassemble incoming fragmented IP packets. 2013/10/20 xunqinglai > hi, guys, it is said in "Design and Implementation of the lwIP TCP/IP > Stack" that lwip did not carry ou

[lwip-users] IP packet fragmentation problem

2013-10-20 Thread xunqinglai
hi, guys, it is said in "Design and Implementation of the lwIP TCP/IP Stack" that lwip did not carry out a packet fragmentation mechanism, this article is written in 2001, the lwip might be updated several times dated from 2001, dos the latest version support fragmentation now? thanks._

Re: [lwip-users] The lwip linux port - how to use another ip on the existing subnet

2013-10-20 Thread Sylvain Rochet
Hi Enrique, On Sun, Oct 20, 2013 at 11:33:11AM +0200, Enrique Wellborn wrote: > Hi, > I was wondering whether it is possible to use the lwip linux port so that > it'll use an ip address on my existing subnet. > The scenario i'm trying to create is as follows: > My Ubuntu machine has a single ether

[lwip-users] The lwip linux port - how to use another ip on the existing subnet

2013-10-20 Thread Enrique Wellborn
Hi, I was wondering whether it is possible to use the lwip linux port so that it'll use an ip address on my existing subnet. The scenario i'm trying to create is as follows: My Ubuntu machine has a single ethernet device (eth0) with ip: 192.168.0.3/24, gw: 192.168.0.1. I want to create an lwip appl