SSTP Server Binding configuration

Hey Together,

I have an RB2011UiAS with two internet uplinks.

The Router is Configured the Connection for the Clients are Working.
The Failover is working too.


172.16.32.1 ----| |---- 192.168.13.1/24
| |
RED | | BLUE
| |
172.16.33.1 ----| |---- 192.168.16.1/24




Like in the tutorial written ( http://wiki.mikrotik.com/wiki/Manual:Interface/SSTP )
I have tried to configure the Router as sstp server.

/ppp secret add name=Laptop service=sstp password=123 local-address=192.168.13.1 remote-address=192.168.13.100


/interface sstp-server server set certificate=sstp
/interface sstp-server server set enabled=yes
/interface sstp-server server set authentication=mschap2


Now I see that the Router is listening on 192.168.13.1:443 but not on 172.16.32.1:443

I can’t find a option to set the Interface or IP that the SSTP Service should use.

Is there anything that I have missed??

Thanks

Lex / RamShadow

Did you find if you could make SSTP VPN server listen on a specific External IP?

That’s not possible AFAIK. But you can firewall allowing connections only to your desired External IP.

Ditto. Use firewall to restrict allowable IP/interface.

:443 could be SSTP or WebFig via HTTPs… and AFAIK there’s no way of looking at which ports ROS is listening to (no netstat -an equivalent), where did you saw that? on IP > firewall > connections tab?

If you are asking because SSTP only seems to work on your default gateway interface, that’s because of that. Traffic addressed to the router itself could enter by any of the two uplink interfaces, but answers will always exit using the default gw interface unless you provide proper mangle/routing to ensure traffic entering by a given interface exits by the same one.

Tip: google “mikrotik kirnak balance”