South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
I have static on my DSL line.
Do you have a use case that specifically needs a static IP?
For home use a dynamically updating A Name is more than enough. I use a script and host DNS with CloudFlare. All I pay for is the domain name.
IIRC Afrihost offer static IP's on the business VDSL.
Why don't you use a dynamic DNS service like No-IP?
Axxess
Axxess. Think it is R40. Maybe you should make a deal with the devil....Who do you use?
Telkom also has static IP's for ~R45pm.
Web Africa Uncapped Pro have static IPs and so does Vox Fat Pipe Business accounts.Another Devil I am not wanting to face...
Dammit, I really wish I was just "missing" the option on Web Africa somewhere, such a schlep to move ISPs
Dear <my_name>,
Thank you for your email, we are not providing static IP address
Thank you for your patience.
Kind Regards,
The Webafrica Support Team
Why don't they provide it? I don't know much about it but surely it shouldn't be too complicated?
##############Script Settings##################
:local NOIPUser "no-ip.com LOGIN"
:local NOIPPass "no-ip.com PASSWORD"
:local WANInter "MikroTik Router WAN Interface Name"
###############################################
:local NOIPDomain "$NOIPUser.no-ip.org"
:local IpCurrent [/ip address get [find interface=$WANInter] address];
:for i from=( [:len $IpCurrent] - 1) to=0 do={
:if ( [:pick $IpCurrent $i] = "/") do={
:local NewIP [:pick $IpCurrent 0 $i];
:if ([:resolve $NOIPDomain] != $NewIP) do={
/tool fetch mode=http user=$NOIPUser password=$NOIPPass url="http://dynupdate.no-ip.com/nic/update\3Fhostname=$NOIPDomain&myip=$NewIP" keep-result=no
:log info "NO-IP Update: $NOIPDomain - $NewIP"
}
}
}
IS ignite offer VPN based static ips that run on any connection. It's says DSL add on, but I use them on LTE and DSLAny way I can use my MikroTik to "mask" the behavior of a static IP?
The biggest requirement is the remote MySQL, I can enter a fully qualified domain name into AWS and I have 100s of domains to use.
Perhaps, @IOPS you can give me the rundown on how to use NO-IP? I have never used a dynamic IP service.