/interface pptp-server server
set default-profile="my VPN PPTP" enabled=yes
/ip address
add address=192.168.1.254/24 interface=bridge-local network=192.168.1.0
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid disabled=\
no interface=ether1-gateway
/ip dhcp-server lease
add address=192.168.1.100 mac-address=00 server=\
"DHCP server LAN"
add address=192.168.1.88 client-id=1 mac-address=\
A0 server="DHCP server rentego LAN"
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.254 netmask=24
/ip dns static
add address=192.168.88.1 name=router
/ip firewall nat
add action=dst-nat chain=dstnat disabled=yes dst-port=3389 in-interface=\
ether1-gateway protocol=tcp to-addresses=192.168.1.105 to-ports=3389
add action=masquerade chain=srcnat comment="default configuration" \
out-interface=ether1-gateway
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
add name=VPN ranges=192.168.1.150-192.168.1.200
add name=dhcp ranges=192.168.1.10-192.168.1.105
/ppp profile
add dns-server=192.168.1.254 local-address=192.168.1.254 name=\
"my VPN PPTP" remote-address=192.168.1.200 use-encryption=yes
/interface bridge port
add bridge=bridge-local interface=ether2-PC-Server
add bridge=bridge-local interface=wlan1
add bridge=bridge-local disabled=yes interface=ether1-gateway
add bridge=bridge-local interface="ether8-PC vzadu"
add bridge=bridge-local interface=ether11
add bridge=bridge-local interface=ether3
add bridge=bridge-local interface=ether22-slave-local
add bridge=bridge-local interface=ether23-slave-local
add bridge=bridge-local interface=ether24-slave-local
/interface bridge settings