Hi
After last upgrade to 6.42.3 (tried bugfix too, 6.40.
on SXT LTE I got the following problem - ppp interface address getting LAN local ip 192.168.88.1.
PPP Server (6.40.2):
/ppp profile
8 * name="default-encryption" use-mpls=default use-compression=default use-encryption=yes only-one=default
change-tcp-mss=no use-upnp=default address-list="" on-up="" on-down=""
/ppp secret
add local-address=10.10.29.37 name=mastnarva password=**** remote-address=10.10.29.38
But on the client I see
[admin@MikroTik] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK INTERFACE
0 ;;; defconf
192.168.88.1/24 192.168.88.0 ether1
1 D 10.35.43.132/24 10.35.43.0 lte1
2 D 192.168.88.1/32 10.10.29.37 gw01
Why 192.168.88.1 are being assigned to the PPP interface while remote-address=10.10.29.38 is written?