Sir. Chris Good morning here is my updated configuration, please see the Exported Config. below if
i have done some mistakes, please correct me.
[admin@xxxxxx] > /export compact
jan/02/1970 13:24:22 by RouterOS 6.39.2
software id = WY8K-J27Y
/interface wireless
set [ find default-name=wlan1 ] mode=ap-bridge
/interface ethernet
set [ find default-name=ether1 ] comment="POE Devices" disabled=yes
set [ find default-name=ether2 ] comment=WAN
set [ find default-name=ether3 ] comment=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=192.168.2.10-192.168.2.100
add name=OVPN ranges=192.168.2.101-192.168.2.200
add name=PPTP ranges=192.168.2.201-192.168.2.250
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=ether3 lease-time=1d10m name=
dhcp1
/ppp profile
add local-address=OVPN name=OVPN remote-address=OVPN
add local-address=PPTP name=PPTP remote-address=PPTP
set *FFFFFFFE local-address=192.168.89.1 remote-address=OVPN
/interface l2tp-server server
set enabled=yes ipsec-secret=123456 use-ipsec=yes
/interface ovpn-server server
set certificate=xxxxxx cipher=blowfish128,aes128,aes192,aes256 enabled=yes
require-client-certificate=yes
/interface pptp-server server
set enabled=yes
/ip address
add address=192.168.2.1/24 comment=LAN interface=ether3 network=192.168.2.0
add address=121.96.x.x/30 comment=WAN interface=ether2 network=121.96.x.x
/ip dhcp-server network
add address=192.168.2.0/24 gateway=192.168.2.1
/ip dns
set allow-remote-requests=yes servers=
121.96.x.x,202.78.x.x,8.8.8.8,8.8.4.4
/ip firewall filter
add action=accept chain=input protocol=gre
add action=accept chain=input comment=PPTP dst-address=121.96.x.x dst-port=
1723 in-interface=ether2 protocol=tcp
add action=accept chain=input comment="OVPN Port" dst-address=121.96.x.x
dst-port=1149 in-interface=ether2 protocol=tcp
add action=accept chain=input comment="Router Access" dst-address=121.96.x.x
dst-port=80 in-interface=ether2 protocol=tcp
add action=accept chain=input comment="WINBOX 8080" dst-address=121.96.x.x
dst-port=8192 in-interface=ether2 protocol=tcp
add action=accept chain=input comment="Allow PING ICMP " protocol=icmp
/ip firewall nat
add action=masquerade chain=srcnat comment="Default Masquerade Rule for LAN"
out-interface=ether2 src-address=192.168.2.1-192.168.2.255
add action=dst-nat chain=dstnat comment="Router Access" dst-address=
121.96.x.x dst-port=80 in-interface=ether2 protocol=tcp to-addresses=
192.168.2.0/24 to-ports=80
add action=dst-nat chain=dstnat comment=WINBOX dst-address=121.96.x.x
dst-port=8080 in-interface=ether2 protocol=tcp to-addresses=192.168.2.0/24
to-ports=8080
add action=dst-nat chain=dstnat comment="OVPN Port" dst-address=121.96.x.x
dst-port=1149 in-interface=ether2 protocol=tcp to-addresses=192.168.2.0/24
to-ports=1149
add action=dst-nat chain=dstnat comment=PPTP disabled=yes dst-address=
121.96.x.x dst-port=1723 in-interface=ether2 protocol=tcp to-addresses=
192.168.2.0/24 to-ports=1723
add action=src-nat chain=srcnat comment="Rotue traffic via 121.96.x.x"
src-address=192.168.2.0/24 to-addresses=121.96.x.x
/ip route
add check-gateway=ping distance=1 gateway=121.96.x.x
/ip service
set winbox port=8080
/ppp secret
add comment=OVPN-1 local-address=192.168.2.102 name=user1 password=123456
profile=OVPN remote-address=192.168.2.103 service=ovpn
add comment=PPTP-1 local-address=192.168.2.201 name=userdev1 password=123456
profile=PPTP remote-address=192.168.2.202 service=pptp
/system clock
set time-zone-name=Asia/Manila
/system identity
set name=xxxxxx
/system ntp client
set enabled=yes server-dns-names="0.aisa.ntp.pool.org,1.aisa.ntp.pool.org,2.aisa
.ntp.pool.org,3.aisa.ntp.pool.org"
/system routerboard settings
set init-delay=0s
reason why i have enabled PPTP Server is to test if my public IP is live, tried to connect to it using PPTP
it works and when i tried to ping my Public IP it works like a charm it did respond.,
I haven't tested my OVPN Connection yet but, sir do you think on this config,? does my config will grant me access to my OVPN Server, and
furthermore using MT951 on both OVPN Server and client, how can i access files and resource from both networks from server's
network to client's network vise versa.
another question sir chris is my Firewall NAT Correct or need to remove it?
thank you for answering my questions, very glad that someone is helping me out on this very stressful situation.,
Sincerely
-Nico