
A bo kej hitrej, če se zglasim na poslovalnici na Celovški?

Ali je to uradno ali samo začasna "rešitev"?slow_slow napisal/-a:točno to 3 ipje imaš
Je možno z netsh nastavit tako, da imaš hkrati dhcp in statični IP ?Skorc napisal/-a:Koda: Izberi vse
:Start @echo off cls echo. echo Nastavitve TCP/IP echo. echo Sluzba ......... 1 echo Doma ........... 2 echo echo. set/p Input=Izberite vstrezno stevilko in pritisnite tipko ENTER if %Input% EQU 1 goto Sluzba if %Input% EQU 2 goto Doma goto Start :Sluzba netsh interface ip delete dns name="LAN" all netsh interface ip set address name="LAN" dhcp goto End :Doma netsh interface ip delete dns name="LAN" all netsh interface ip set address name="LAN" static 192.168.0.2 255.255.255.0 192.168.0.1 1 netsh interface ip set dns name="LAN" static 84.255.209.77 goto End :End netsh interface ip show address netsh interface ip show dns ipconfig pause