pptp server wrong mask

When I connect to PPTP server from windows, I get IP from “vpn-pool” pool.
But I not have access to my local computers in /19. (192.168.32.0 for example)

192.168.34.0 255.255.255.0 192.168.32.1 192.168.34.252 11
192.168.34.252 255.255.255.255 On-link 192.168.34.252 266

/ip address print
0 195...*/30 195.49.169.100 ether1-gateway
1 192.168.32.1**/19** 192.168.32.0 ether2

/interface pptp-server server print
enabled: yes
max-mtu: 1450
max-mru: 1450
mrru: disabled
authentication: mschap1,mschap2
keepalive-timeout: 30
default-profile: pptp-profile

/ppp profile print
1 name=“pptp-profile” local-address=192.168.32.1 remote-address=vpn-pool bridge=bridge-local
use-mpls=default use-compression=default use-vj-compression=default use-encryption=yes
only-one=default change-tcp-mss=yes address-list=“” dns-server=192.168.32.202
wins-server=192.168.32.202

/ip pool print
0 vpn-pool 192.168.34.1-192.168.34.254

You can make up any address as the local address of the PPP server, as is going to be just for one end of the tunnel (i.e. 10.1.1.1).

I’d bet using “the real one” for bridge1 is causing you problems.