Mikrotik Ppp Profile Script -
/ip firewall address-list remove [find list="ppp-active" address=$remote-address] Log user connections with timestamps.
/ip route add dst-address=192.168.100.0/24 gateway=$remote-address comment="VPN route for $user"
/ip route remove [find comment="VPN route for $user"] Add the remote IP to an address list for firewall rules (e.g., allow only authenticated users).


