-
Fototrend
Mikrotik routerekkel foglalkozó téma. Mikrotik router típusok, hardverek, router beállítások, programozás (scriptek írása), frissítés, és minden Mikrotik routerrel kapcsolatos beszélgetés helye.
Új hozzászólás Aktív témák
-
Ejelhar
senior tag
válasz
mazso1988
#25196
üzenetére
Szia,
az enyémbe ez mocorog:
##############Script Settings##################
:local NOIPUser "NOIPfelhasználónév"
:local NOIPPass "jelszó"
:local WANInter "WAN_Interfész_neve"
:local NOIPDomain "NOIP-átírandó domain"
###############################################
# Get the current IP on the interface
:local currentIP [/ip address get [find interface="$WANInter" disabled=no] address]
# Strip the net mask off the IP address
:for i from=( [:len $currentIP] - 1) to=0 do={
:if ( [:pick $currentIP $i] = "/") do={
:set currentIP [:pick $currentIP 0 $i]
}
}
:if ([:resolve $NOIPDomain server 1.1.1.1] != $currentIP) do={
/tool fetch mode=http user=$NOIPUser password=$NOIPPass url="http://dynupdate.no-ip.com/nic/update\3Fhostname=$NOIPDomain&myip=$currentIP" keep-result=no
:log info "NO-IP Update: $NOIPDomain - $currentIP"
}
Új hozzászólás Aktív témák
- NVIDIA GeForce RTX 5070 / 5070 Ti (GB205 / 203)
- AMD Navi Radeon™ RX 9xxx sorozat
- Hobby rádiós topik
- Menekül a HEVC licencdíja elől a HP és a Dell
- Microsoft Outlook topic
- iPhone topik
- Épített vízhűtés (nem kompakt) topic
- Kínai és egyéb olcsó órák topikja
- Milyen légkondit a lakásba?
- Apple MacBook
- További aktív témák...
- ÁRGARANCIA!Épített KomPhone i9 14900KF 64GB RAM RTX 5090 32GB GAMER PC termékbeszámítással
- Workstation bazár - Lenovo, HP, Dell - számla, 6 hó garancia
- Xiaomi 14T 256GB, Kártyafüggetlen, 1 Év Garanciaval
- STANDARD Setup! Már kamatmentes rèszletre is! Èrdeklődj!
- Xiaomi Mi 10T Lite 128GB, Kártyafüggetlen, 1 Év Garanciával
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest
ekkold
