I’ve just started playing with PPTP and I am so confused.
! I create the PPTP server
/ interface pptp-server
add name=“PPTP” user=“matt” disabled=no
/ interface pptp-server server
set enabled=yes mtu=1460 mru=1460 authentication=mschap2,mschap1 \ keepalive-timeout=30 default-profile=default
! I create the PPTP client
/ interface pptp-client
add name=“pptp-out1” mtu=1460 mru=1460 connect-to=x.y.z.a user=“matt”
password=“matt” profile=default add-default-route=no
allow=mschap2,mschap1,chap,pap disabled=no
And when I monitor I see them connected - looks go so far
status: authenticated
uptime: 2s
idle-time: 2s
user: matt
caller-id: x.y.z.b
The problem:
! Server side IP address
/ip address
add address=192.168.7.1/24 network=192.168.7.0 broadcast=192.168.7.255
interface=PPTP comment=“” disabled=no
! client side address
/ip address
add address=192.168.7.2/24 network=192.168.7.0 broadcast=192.168.7.255
interface=pptp-out1 comment=“” disabled=no
Despite the PPTP being up neither end can ping the other. This is a very raw install - outside IP addresses, inside addresses, and NAT - there isn’t any sort of access list blocking stuff. The PPTP sessions show up, too, just no IP connectivity.
This is on 2.8.28