PPTP Tunel

Hi all!

Device: RouterBOARD740
I configured the PPTP server, create a user for this purpose. But, in the properties of pptp-in status: disconnected. on the client side i created pptp client configured ip address, username and password. status is running. is this normal?

Config router1 (server)

/interface ethernet
set 0 name=ether1-gateway
set 1 name=ether2-master-local
set 2 master-port=ether2-master-local name=ether3-slave-local
set 3 master-port=ether2-master-local name=ether4-slave-local
set 4 master-port=ether2-master-local name=ether5-slave-local
/interface pppoe-client
add add-default-route=yes dial-on-demand=yes disabled=no interface=ether1-gateway name=pppoe-out1 password=xxxxx use-peer-dns=yes user=xxxxx
/interface pptp-server
add name=pptp-Tunel user=tun1
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=ether2-master-local name=default
/interface pppoe-server server
add disabled=no interface=ether1-gateway service-name=service1
/interface pptp-server server
set enabled=yes
/ip address
add address=192.168.88.100/24 comment=“default configuration” interface=ether2-master-local
/ip dhcp-client
add comment=“default configuration” disabled=no interface=ether1-gateway
/ip dhcp-server network
add address=192.168.88.0/24 comment=“default configuration” dns-server=192.168.88.100 gateway=192.168.88.100
/ip dns
set allow-remote-requests=yes servers=85.113.62.225,85.113.63.225
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add chain=input comment=“default configuration” disabled=yes protocol=icmp
add chain=input comment=“default configuration” connection-state=established disabled=yes
add chain=input comment=“default configuration” connection-state=related disabled=yes
add action=drop chain=input comment=“default configuration” disabled=yes in-interface=ether1-gateway
add chain=forward comment=“default configuration” connection-state=established disabled=yes
add chain=forward comment=“default configuration” connection-state=related disabled=yes
add action=drop chain=forward comment=“default configuration” connection-state=invalid disabled=yes
/ip firewall nat
add action=masquerade chain=srcnat comment=“default configuration” out-interface=ether1-gateway
add action=masquerade chain=srcnat src-address=192.168.88.0/24
/ip neighbor discovery
set ether1-gateway disabled=yes
/ip route
add distance=1 dst-address=192.168.88.0/24 gateway=192.168.100.2
/ppp aaa
set accounting=no
/ppp secret
add local-address=192.168.100.1 name=tun1 password=tun1 remote-address=192.168.100.2 service=pptp
/tool mac-server
add disabled=no interface=ether2-master-local
add disabled=no interface=ether3-slave-local
add disabled=no interface=ether4-slave-local
add disabled=no interface=ether5-slave-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local

Config router2 (client)
/interface bridge
add admin-mac=D4:CA:6D:EB:F6:EF auto-mac=no l2mtu=1598 name=bridge-local
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether2 ] name=ether2-master-local
set [ find default-name=ether3 ] master-port=ether2-master-local name=
ether3-slave-local
set [ find default-name=ether4 ] master-port=ether2-master-local name=
ether4-slave-local
set [ find default-name=ether5 ] master-port=ether2-master-local name=
ether5-slave-local
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=
20/40mhz-ht-above distance=indoors l2mtu=2290 mode=ap-bridge ssid=
MikroTik-EBF6F3
/ip neighbor discovery
set ether1-gateway discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=
dynamic-keys wpa-pre-shared-key=4AC702D20585 wpa2-pre-shared-key=
4AC702D20585
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
mac-cookie-timeout=3d
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge-local lease-time=
10m name=default
/port
set 0 name=usb1
/interface ppp-client
add add-default-route=yes allow=pap,chap,mschap1,mschap2 apn=internet
data-channel=0 default-route-distance=1 dial-command=ATDT dial-on-demand=
no disabled=no info-channel=0 keepalive-timeout=30 max-mru=1500 max-mtu=
1500 modem-init=“” mrru=disabled name=ppp-out1 null-modem=no password=“”
phone=“” pin=“” port=usb1 profile=default use-peer-dns=yes user=“”
/interface pptp-client
add add-default-route=yes allow=pap,chap,mschap1,mschap2 connect-to=
46.0.56.45 default-route-distance=1 dial-on-demand=yes disabled=no
keepalive-timeout=60 max-mru=1450 max-mtu=1450 mrru=1600 name=pptp-out1
password=tun1 profile=default-encryption user=tun1
/interface bridge port
add bridge=bridge-local interface=ether2-master-local
add bridge=bridge-local interface=wlan1
/ip address
add address=192.168.88.1/24 comment=“default configuration” interface=
bridge-local network=192.168.88.0
/ip dhcp-client
add comment=“default configuration” dhcp-options=hostname,clientid disabled=
no interface=ether1-gateway
/ip dhcp-server network
add address=192.168.88.0/24 comment=“default configuration” dns-server=
192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add chain=input comment=“default configuration” disabled=yes protocol=icmp
add chain=input comment=“default configuration” connection-state=established
disabled=yes
add chain=input comment=“default configuration” connection-state=related
disabled=yes
add action=drop chain=input comment=“default configuration” disabled=yes
in-interface=ether1-gateway
add chain=forward comment=“default configuration” connection-state=
established disabled=yes
add chain=forward comment=“default configuration” connection-state=related
disabled=yes
add action=drop chain=forward comment=“default configuration”
connection-state=invalid disabled=yes
/ip firewall nat
add action=masquerade chain=srcnat comment=“default configuration”
out-interface=ether1-gateway
add action=masquerade chain=srcnat out-interface=ppp-out1
/ip upnp
set allow-disable-external-interface=no
/system leds
set 0 interface=wlan1
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local
add interface=wlan1
add interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local
add interface=wlan1
add interface=bridge-local