hello all ![]()
Please can anyone provide me with a Script that changes IP address automatically on a specific interface, I need to set that script in a schedule to change the IP address of that interface
thank you
hello all ![]()
Please can anyone provide me with a Script that changes IP address automatically on a specific interface, I need to set that script in a schedule to change the IP address of that interface
thank you
There must be conditions to be met for the script to change the IP address. What are these conditions?
Hello,
Well lets say I need to change the IP address on a specific interface every 24 hours..
thank you
/system scheduler add name=ip interval=24h on-event={
/ip address remove [find];
/ip address add address=x.x.x.x/xx interface=fff ;
}
![]()