Up until this afternoon I was running Mikrotik ver. 2.8.28. I took the config file from it and put it on another box with 2.9.10 loaded (rather than risking my working router). Everything is working great except that I can’t login to the mikrotik box from home through VPN anymore.
When I try from Windows XP I get this:
Error 619: A connectoin to the remote computer could not be established, so the port used for this connection was closed.
The log file in Mikrotik says:
TCP connection established from (my home IP)
: waiting for call…
(2 seconds later)
: terminating…
: disconnected
While this is going on I can see a connection called popping up in the Interface list and then disappearing
I’ve never had a problem with this in version 2.8.x
Well I’ve found the problem – I bypassed my Linksys router and it’s connecting fine. I’ve been using the same router the whole time – nothing has changed here – just the MK upgrade from 2.8 to 2.9.
I’m updated the firmware on the router with still no success. I’m using a modified version of the Linksys firmware found here: http://www.sveasoft.com/
VPN pass-throughs are set to enabled on the router.
I am having the same problem. I followed the directions exactly as the mikrotik documentation showed.
After the initial setup, i was able to connect just fine. I walked away for about 10 minutes, and when i came back, I started getting the same error as you had above…I am using 2.9.10. I am trying to downgrade to 2.9.8 and will see if that helps.
Ok here is the config…I followed the 2.9 guide for setting up PPTP.
[rwhalen@WayLAN] ip address> print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 ;;; Internal LAN IP
172.17.1.1/24 172.17.1.0 172.17.1.255 LAN
1 ;;; WLAN IP Address
172.17.2.1/24 172.17.2.0 172.17.2.255 wlan1
2 D 68.73.11.31/24 68.73.11.0 68.73.11.255 WAN
[rwhalen@WayLAN] ip address>
[rwhalen@WayLAN] ppp secret> print
Flags: X - disabled
# NAME SERVICE CALLER-ID PASSWORD PROFILE REMOTE-ADDRESS
0 rwhalen pptp password default-encryption 172.17.1.44
[rwhalen@WayLAN] ppp secret>
[rwhalen@WayLAN] interface pptp-server> print
Flags: X - disabled, D - dynamic, R - running
# NAME USER MTU CLIENT-ADDRESS UPTIME ENCODING
0 waylan rwhalen
Flags: X - disabled, R - running
# NAME MTU MAC-ADDRESS ARP
0 R ;;; WAN Interface (DHCP from SBC)
WAN 1500 00:0C:42:04:03:B9 enabled
1 R ;;; LAN Interface (172.17.1.0/24)
LAN 1500 00:0C:42:04:03:BA proxy-arp
2 X ether3 1500 00:0C:42:04:03:BB enabled
I looked at the ip firewall service-port list, and pptp and gre are enabled, but i noticed that pptp shows up as “I” (invalid). Why would this be??
[rwhalen@WayLAN] ip firewall service-port> print
Flags: X - disabled, I - invalid
# NAME PORTS
0 ftp 21
1 X tftp 69
2 X irc 6667
3 X h323
4 X quake3
5 X mms
6 gre
7 I pptp 1723