Hello, I try to provide IPv6 address on my SSTP serwer. As client I use this app: https://play.google.com/store/apps/details?id=it.colucciweb.sstpvpnclient
When I turn on IPv6 on serwer (ROS v6.44.2 stable) serwer and client assign link-local addresses to each other. But I can’t give usefull IPv6 address to client.
/ipv6 pool
add name=pool_ipv6 prefix=2a00:c020:1:1::/64 prefix-length=64
/ppp profile
add change-tcp-mss=no dhcpv6-pd-pool=pool_ipv6 name=SSTP use-compression=no use-encryption=required use-ipv6=required use-mpls=no use-upnp=no
/interface sstp-server server
set authentication=mschap2 certificate=SSTP_SERV default-profile=SSTP enabled=yes force-aes=yes pfs=yes
/ip address
add address=IP interface=ether1=
/ip cloud
set update-time=no
/ip dns
set servers=8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip route
add distance=1 gateway=gateway
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh port=57185
set api disabled=yes
set api-ssl disabled=yes
/ipv6 address
add address=2a00:c020::f:26/126 advertise=no interface=ether1
/ipv6 route
add distance=1 gateway=2a00:c020::f:25
/ppp secret
add local-address=10.10.10.1 name=wmanka password=dupa123 profile=SSTP remote-address=10.10.10.2 service=sstp
If anyone has experience in this configuration, please help me.
Thank You in advice.