[lwip-users] Is it possible to pass ARP requests from the Ethernet to PPPoS?

2018-02-08 Thread Sturman_1
I use microcontroller and want to connect GSM(PPPos) modem to PC(Ethernet) via controller. I have read that LwIP can forward ipv4 packets. But in order to forward ipv4 packets first need a set connection. The PC sends an ARP request and how to make it get an answer. Can I take bytes from the receiv

Re: [lwip-users] Is it possible to pass ARP requests from the Ethernet to PPPoS?

2018-02-08 Thread goldsimon
Sturman_1 wrote: >I use microcontroller and want to connect GSM(PPPos) modem to >PC(Ethernet) >via controller. I have read that LwIP can forward ipv4 packets. But in >order >to forward ipv4 packets first need a set connection. That's not how ip forwarding works. Ip forwarding is one hop in a rou

Re: [lwip-users] Is it possible to pass ARP requests from the Ethernet to PPPoS?

2018-02-08 Thread Patrick Klos
On 2/8/2018 2:38 AM, Sturman_1 wrote: I use microcontroller and want to connect GSM(PPPos) modem to PC(Ethernet) via controller. I have read that LwIP can forward ipv4 packets. But in order to forward ipv4 packets first need a set connection. The PC sends an ARP request and how to make it get an