Cant connect to a Hamachi Server(PPTP) on a OpenWrt Client

As the title, is it possible to achieve this?

I am trying to connect to a Hamachi server using pptp and I am getting the following log:

Mon Apr 20 18:26:10 2020 daemon.notice pppd[26956]: Connect: pptp-client<--> pptp (m.hamachi.cc)
Mon Apr 20 18:26:10 2020 daemon.warn pppd[26958]: read returned zero, peer has closed
Mon Apr 20 18:26:10 2020 daemon.warn pppd[26958]: read returned zero, peer has closed
Mon Apr 20 18:26:30 2020 daemon.info pppd[26956]: Terminating on signal 15

I have already configured another vpn server using pptp in the same router so I am certain /network and /firewall files are not an issue.

I am almost sure the content in /etc/ppp/options.pptp file should be fixed.

noipdefault
noauth
nobsdcomp
nodeflate
idle 0
mppe required
maxfail 0
mppe required,no40,no56,stateless

is a UNIX SIGTERM, try with the debug flag, maybe also kdebug 7, whether it yields more verbose insight

Could you please post a sample? Would be very helpful to me.

In /etc/ppp/options.pptp add

debug
kdebug 7

just as a reference for options https://www.freebsd.org/cgi/man.cgi?query=pppd&sektion=8&manpath=FreeBSD+4.7-RELEASE