Community discussions

MikroTik App
 
norenberg
newbie
Topic Author
Posts: 49
Joined: Mon Nov 23, 2009 2:26 am

PPTP over Hotspot (PPTP-OUT)

Thu Jan 03, 2013 9:22 am

Situation is the following:

1. I had to turn off the wifi from a working RB Hotspot and use external wireless. I have a PPTP connection from this Hotspot to connect to my main RB1000 over Internet so I can manage it.
So I just connected this RB behind a router and put the hotspot on ether1.
If I turn off the hotspot, the PPTP-OUT can connect fine. If I turn on, it times out.

Things I tried and haven't worked:
a.Put ether1 mac on IP Bindings
b.put the ether1 IP on walled garden, plus the destination IP on walled garden
c. add the firewall rules:

filter
 0   ;;; place hotspot rules here
     chain=unused-hs-chain action=passthrough 

 1   chain=input action=accept protocol=udp src-port=1700 

 2   chain=input action=accept protocol=gre 

 3   chain=input action=accept protocol=tcp dst-port=1723 

 4   chain=hs-unauth action=accept protocol=udp src-address=10.0.0.175 
     in-interface=ether1 

 5   chain=hs-unauth action=accept protocol=gre in-interface=ether1 
nat
Flags: X - disabled, I - invalid, D - dynamic 
 0 X ;;; place hotspot rules here
     chain=unused-hs-chain action=passthrough 

 1   ;;; masquerade hotspot network
     chain=srcnat action=masquerade src-address=10.5.100.0/24 

 2   chain=srcnat action=masquerade 

 3   ;;; masquerade hotspot network
     chain=srcnat action=masquerade src-address=10.5.101.0/24 

what could be wrong?

thanks a lot
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6697
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: PPTP over Hotspot (PPTP-OUT)

Thu Jan 03, 2013 3:38 pm

Do you have HotSpot server on local interface only and PPTP connects to PPTP server over public non-HotSpot interface?
 
norenberg
newbie
Topic Author
Posts: 49
Joined: Mon Nov 23, 2009 2:26 am

Re: PPTP over Hotspot (PPTP-OUT)

Thu Jan 03, 2013 11:37 pm

Do you have HotSpot server on local interface only and PPTP connects to PPTP server over public non-HotSpot interface?
No, I only have one interface. Will this work?

Thanks!

Who is online

Users browsing this forum: baragoon, drymarau, tdw and 66 guests