PPP as server

Hi! I’m trying to setup a ftp server accessible through ppp. Sadly with PPPSetPeerAddr I only can access the server with one IP. Any suggestions ? Thanks

Take a look at the ppp\ftpdircom1 example api which is a direct PPP serial connection on COM1. The application itself starts an FTP server on the unit and allows network access to the server via the Ethernet connection and access by the remote serial host through the serial link.

my problem is I set the peer address and only this address can access my server. If I don’t set set peer address no client can access the server via ppp.