Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 5 months ago.
Redirect Ethernet traffic through another interface
Hi everyone,
I'm working on a project where I want to redirect ethernet traffic through another interface. I have a MBED LPC1768 board which I initialized with a binary that presents the device as USBCDC-ECM ethernet interface. The device has no internet connection and runs a DHCP server so it gets assigned an IP address. The device already receives packets from the computer but now I want to redirect the traffic through a 'right' interface which has a valid internet connection. I'm not sure how to do that.
Is there any way to route internet traffic through another interface? Any help would be highly appreciated.