PPTP On 1.4 works incorrectly

Hi i use :
VyOS 1.4-rolling-202108291448
My PPTP configuration:

set remote-access authentication local-users username user1 password ‘xxxxxx’
set remote-access authentication local-users username user1 static-ip ‘xxx.xxx.10.20’
set remote-access authentication local-users username user2 password ‘xxxxxx’
set remote-access authentication local-users username user2 static-ip ‘xxx.xxx.10.16’
set remote-access authentication local-users username user3 password ‘xxxxxx’
set remote-access authentication local-users username user3 static-ip ‘xxx.xxx.10.19’
set remote-access authentication local-users username user4 password ‘xxxxxx’
set remote-access authentication local-users username user4 static-ip ‘xxx.xxx.10.17’
set remote-access authentication mode ‘local’
set remote-access client-ip-pool start ‘xxx.xxx.10.5’
set remote-access client-ip-pool stop ‘xxx.xxx.10.254’
set remote-access gateway-address ‘xxx.xxx.10.1’
set remote-access name-server ‘xxx.xxx.0.30’
set remote-access name-server ‘xxx.xxx.1.70’
set remote-access outside-address ‘xxx.xxx.167.57’

All works fine, but static ip dont given to clients, they take ip’s from client-ip-pool
And when i try to show session i get :
command: show pptp-server sessions
Reply: unknown column rate-limit

Hello @RomanTcyganov , thank you for reporting a bug. This bug also affected 1.3-rc6 version.
You can track the bug by the following link ⚓ T3790 Does not possible to configure PPTP static ip-address to users

Thank you, new version was fixed this bug!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.