HI ,
Im new in this forum and im amature in mikrotik router.
i try to set VPN on my MK ( PPTP ) cuz in my country some websites are restricted like Youtube , Facebook and … So i create PPTP and i select WLAN Interface for it .
Problem is when i enable the pptp from PPP tab , everythings allright in PS4 ecxept Playstation Network Sign-in ( Failed ), and when i disable the pptp, PSN : Successful . What is the problem ? Please help me.
Here is the Screenshot of my PS4
We would need to see the configs to be of real help.
/export hide-sensitive
Additionally PPTP is not considered safe or secure anymore. That means your VPN “could” at least theoretically be made to expose sensitive data like accessing Facebook.
Your configuration shows some oddities at least from a “fresh eye’s” perspective. It seems you have a lot of unused configuration (IP pools). Additionally, you’ve set some ether ports to be master-port of ether1 and it seems that’s your WAN port. This along with bridging ether1 and wlan1 seems like your entire environment is setup to be on your WAN. To add to this you’ve got an IP address for one subnet on wlan1 and another subnet on ether1 both members of the same bridge.
I’d start with some clarification of why everything is bridged to your “outside” interface. I’m thinking you’re being saved by the very generic SRCNAT of MASQUERADE in your /ip firewall nat from a functionality standpoint.
The best action to get you into an optimal state would be to get you to a “typical” state unless you provide some additional reasoning. This being a normal WAN side and a normal LAN side where your WiFi and such lives. The server you have may need to be NAT’d through the firewall or we can create a WAN side bridge and leave it exposed to the Internet if needed. Also, It seems you’ve setup 4 VPN profiles. What’s the reason for all them? Are they meant as fail-over options or just old-configs? When we get to that state we can tweak your NAT rules to ensure everything is working as expected. Also a MRRU of 1600 when you have a 1500 MTU is likely not ideal. The last part of this is your PS4 network may not work properly through a provider VPN with normal PAT.