Hey everybody,
I’m new to Mikrotik.
I want to create secure tunnel connection between PPTP server and PPTP client without remote site things using Mikrotik router. I can use PPPoE instead of it but our network is Layer 3. So I cannot use PPPoE.
I can use PPPoE as follows:
client(PPPoE) ----> L2 switch network ------> PPPoE server ------> router -----> internet
But our network is L3 and as follows. That’s why I cannot use PPPoE.
client(PPPoE) ----> L3 switch(network) ------> PPPoE server ------> router -----> internet
I tried to configure as shown below. I used WinXP VPN client instead of PPTP client. When I configured like these, it says remote site is inactive then it’s disconnected.
client(PPTP) ----> L3 switch -------> PPTP server ------> router ------> internet
in this case, what should I do?
help me