Hsinchu@Taiwan wrote:
除了使用 ip fi...(恕刪)
謝謝,長知識了。
另外經反覆觀察發現,原來顯示
2049 items out of xxxx
那其實就是總連線數。
/ip firewall address-list add list=a1234 address=[:resolve a1234.no-ip.com] timeout=6h
dophone wrote:
請問一下,如果我的DDNS有數個Host(以NO-IP為例),是否將原來的敘述增加紅字部份即可?
# No-IP automatic Dynamic DNS update
#--------------- Change Values in this section to match your setup ------------------
# No-IP User account info
:local noipuser "your_no-ip_user"
:local noippass "your_no-ip_pass"
# Set the hostname or label of network to be updated.
# Hostnames with spaces are unsupported. Replace the value in the quotations below with your host names.
# To specify multiple hosts, separate them with commas.
:local noiphost "hostname1.no-ip.net"
:local noiphost "hostname2.no-ip.net"
:local noiphost "hostname3.no-ip.net"
# Change to the name of interface that gets the dynamic IP address
:local inetinterface "your_external_interface"...(恕刪)