PPTP connected clients don't get internet access

My Mikrotik router OS v.6.0 is setup as pptp server clients can remotely connect alright but my problem is after they are connected they cannot browse the net there is apparently no internet connection by then they still keep connected and not disconnected.

this is my router setup

Interfaces<<
[admin@MikroTik] /interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave

NAME TYPE MTU L2MTU MAX-L2MTU

0 R LAN(With interNet ) ether 1500
3 R ;;; Seving as access Point For PPTP clients
Modem - Public IP ppp-out 1500

\

DHCP for LAN<--internet on interface<<<
[admin@MikroTik] /ip dhcp-client> print
Flags: X - disabled, I - invalid

INTERFACE USE ADD-DEFAULT-ROUTE STATUS ADDRESS

0 LAN(With interNet ) yes yes bound 192.168.78.102/24

\

POOL FOR PPTP USERS<<
[admin@MikroTik] /ip pool> print

NAME RANGES

0 PPTP-Normal 10.0.0.1-10.0.0.254

\

FIREWALL<<<
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=masquerade src-address=192.168.78.102


ROUTING TABLE<<
[admin@MikroTik] /ip route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 Modem - Public IP 1
1 DS 0.0.0.0/0 192.168.78.1 1
2 ADC 10.112.116.59/32 10.30.8.162 Modem - Public IP 0
3 ADC 192.168.78.0/24 192.168.78.102 LAN(With interN... 0


<<>>
[admin@MikroTik] /ip dns> print
servers: 192.168.78.102
dynamic-servers:
allow-remote-requests: yes
max-udp-packet-size: 4096
query-server-timeout: 2s
query-total-timeout: 10s
cache-size: 2048KiB
cache-max-ttl: 1w
cache-used: 9KiB

Update to 6.15 and try again

thanks rextend i did and still connected pptp clients dont get internet access. how do i redirect pptp connected clients packets to an interface with internet so that they also gain access and use my internet.. dont worry about the english bro

thanks rextend i did and still connected pptp clients dont get internet access. how do i redirect pptp connected clients packets to an interface with internet so that they also gain access and use my internet.. dont worry about the english bro

Please is there a way to forward all connected pptp clients packets over a different interface connected to internet??

So for me the solution was to update the DNS server listed in the PPP profile. Had it pointing to the Mikrotik 192.168.200.1 which SHOULD have worked but instead changed this to 1.1.1.1 (cloudflares DNS) and viola! Hope this helps someone.

Thanks man, your post helped me! :slight_smile: