Kaynağa Gözat

Note about reverting to dynamic IP

Bob Mottram 8 yıl önce
ebeveyn
işleme
2baffb874f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Dosyayı Görüntüle

1304
     dialog --title $"Set a static local IP address" \
1304
     dialog --title $"Set a static local IP address" \
1305
            --backtitle $"Freedombone Control Panel" \
1305
            --backtitle $"Freedombone Control Panel" \
1306
            --inputbox $"In order to forward incoming internet traffic to this system most internet routers need to know a static local IP address to send the data to.\n\n
1306
            --inputbox $"In order to forward incoming internet traffic to this system most internet routers need to know a static local IP address to send the data to.\n\n
1307
-Enter a static local IP address for this system.\n\nIt will typically be ${IPv4_address_base}.x" 15 60 "$STATIC_IP" 2>$data
1307
+Enter a static local IP address for this system.\n\nIt will typically be ${IPv4_address_base}.x\n\nIf you leave this field blank then the system will revert to using a dynamic IP address." 18 60 "$STATIC_IP" 2>$data
1308
     sel=$?
1308
     sel=$?
1309
     case $sel in
1309
     case $sel in
1310
         0) NEW_STATIC_IP=$(<$data)
1310
         0) NEW_STATIC_IP=$(<$data)