Hello,
I am looking to turn my LPC2468 into a router. It seems that the RL-ARM TCPnet doesn't have any functionality to support this. Does anyone know of either an open-source solution or a product that supports this?
Any thoughts on this would be really appreciated!
Thanks! Eric
So is it correct that I need to add NAT to lwip in order to do this?
I thought NAT was already available. It appears, I was mistaken: savannah.nongnu.org/.../
You can always implement it yourself, of course. But it will be a challenge if you are a newcomer to TCP/IP. Well, integrating lwip into your application is a challenge in itself.