Hi,
this is my scenario (very simple) Mikrotik PPTP server with :
Default gateway : ip route add gateway 89.70.70.129
Ethernet1: 89.70.70.130/25
Ethernet2: 172.16.0.1/16
Ip Pool :
name=“pptp” ranges=89.70.70.200-89.70.70.240
PPP Profiles:
name=“LIMIT” local-address=172.16.0.1 remote-address=pptp use-ipv6=no use-mpls=default use-compression=default
use-vj-compression=default use-encryption=no only-one=yes change-tcp-mss=yes rate-limit=262144/3276800
dns-server=89.70.70.6
PPP Secrets:
0 name=“user1” service=pptp caller-id=“” password=“user1” profile=LIMIT routes=“” limit-bytes-in=0 limit-bytes-out=0
Client IP : 172.16.0.2/16 Windows XP
The problem is that the client authenticated with no problem, obtain the public ip from the poll, can ping the ethernet1 but cant ping the gateway,
no access to internet.
Any ideas ?