My init script doesnt seem to update the changeip server. I have already changed the IP address to 127.0.0.255. This script worked before I changed it. clueless
Robert S.
:log message="ddnsInit: Creating Dynamic DNS update system."
:global u
:set u "infomate"
:global p
:set p "????????"
:global s
:set s "Mikrotik"
:global h
:set h "*1"
:global dhcpInterface
:set dhcpInterface [ /ip dhcp-client get interface ]
:log message=("ddnsInit: Found dhcp interface " . $dhcpInterface )
:global ddnsProxyEmail
:set ddnsProxyEmail "
ddnsUpdate@ChangeIP.com"
:global ddnsFromEmail
:set ddnsFromEmail "infomate@?????????????.com"
:global ddnsSmtpServer
:set ddnsSmtpServer "204.16.170.20"
:global a
:set a "127.0.0.255"