Hello guys,
I am currently trying to set up a pptp-vpn. I followed step 1-4 on this tutorial.
When I am trying to connect to the vpn-server using my windows 10 laptop I am timing out.
I checked the netstat before connecting using "netstat -alpn | gre :1723" and got 1 entry
after connecting there are 2
The state of the second entry will switch to "TIME_WAIT" after a few moments.
What am I doing wrong?
Greetings
Simon Schulte | Neokil
I am currently trying to set up a pptp-vpn. I followed step 1-4 on this tutorial.
When I am trying to connect to the vpn-server using my windows 10 laptop I am timing out.
I checked the netstat before connecting using "netstat -alpn | gre :1723" and got 1 entry
Code:
tcp 0 0 0.0.0.0:1723 0.0.0.0:* LISTEN 7537/pptpd
Code:
tcp 0 0 0.0.0.0:1723 0.0.0.0:* LISTEN 7537/pptpd
tcp 0 0 85.214.XX.XXX:1723 46.223.XX.XXX:47514 ESTABLISHED 7581/pptpd [46.223.
What am I doing wrong?
Greetings
Simon Schulte | Neokil