public Ip address over ppp

Hello,

I’ve got some problems and I hope someone can help me.

This is the problem: I’ve got a class of public IP 89.xx.xx.xx./25. Through my mikrotik server I pass them to in a class 28/ on a router mikrotik connected with a ppptp connection. The route is configurated on the ppp secret in this way

2 name=“xxxxxxx” service=any caller-id=“” password=“yyyyyyyy”
profile=Comuni local-address=10.10.100.1 remote-address=10.10.100.3
routes=“89.xxx.xxx.xx/28 10.10.100.3 2” limit-bytes-in=0
limit-bytes-out=0

The same when I pass in the route ppp of a customer, and there I give an /32 address.

From the outside I reach the costumer with the public IP, but after few hours it suddenly doesn’t run!

To make the IP run again I set on the server public interface that IP for 5/6 seconds and it run again…

I hope to have been the most clear as possible..


Thanks a lot

add a static route entry of the public IPs on the IP being asigned through pptp, instead of mentioning route in pptp profile.

regards,
Asad

this should work fine the way you are doing this. Maybe the distance 2 is a problem, maybe there is a more specific route sometimes ? I have used this routes in profiles option for a long time with great success. Also, if they are only using a /32 you can assign the public IP directly to them instead of routing it to them.

Sam