windows 10 10049 indirizzi ip [Windows Insider]
Windows 10 10049 (il 10041 non mi dava questo problema) mi tiene disattivato 'proprietà" per impostare indirizzi ip statici sia sulla scheda di rete che wi-fi, c'è un modo per risolvere? grazie
Immagine.png
Immagine.png (26.95 KiB) Visto 3464 volte
Autore del post
Iscritto il - 02/11/2014 19:52
Pubblicità
Re: windows 10 10049 indirizzi ip
In rete ho trovato questo antidoto che ho provato ma non sono riuscito a mettere in atto.
Provalo!!!
Open CMD
For Static IP, Subnet Mask, Default Gateway:
netsh interface ip set address name="Ethernet" static 192.168.0.1 255.255.255.0 192.168.1.1

For DNS Servers: here am using Google DNS, change with your own
netsh interface ipv4 add dnsservers "Ethernet 2" 8.8.8.8 index=1
netsh interface ipv4 add dnsservers "Ethernet 2" 8.8.4.4 index=2
Change "Ethernet" to your own Network Device name

Aprire CMD
Per Static IP, Subnet Mask, Gateway predefinito:
netsh interface ip nome indirizzo set = "Ethernet 2" 255.255.255.0 192.168.1.1 192.168.1.2 statico

Per i server DNS: qui sto usando Google DNS, cambiare con il proprio
netsh interface ipv4 aggiungere DnsServers "Ethernet 2" 8.8.8.8 index = 1
netsh interface ipv4 aggiungere DnsServers "Ethernet 2" 8.8.4.4 index = 2

Modifica "Ethernet" per il nome del dispositivo proprio Network

Fammi sapere.
bye
Iscritto il - 07/03/2014 17:08
Re: windows 10 10049 indirizzi ip
ciao Nice, ti ringrazio molto per la tua risposta che comunque mi ha fatto girare della direzione giusta, prendendomi informazioni su internet ho usato dei commando un pò diversi suoi server DNS.

Aprire Prompt dei comandi in modo amministrativo
scrivere: netsh interface ip set address name="Ethernet" static (indirizzo ip) (Subnet mask) (gateway predefinito) (come hai scritto tu, scriverli ovviamente senza parantesi)

ma i server DNS sono così: netsh interface ip set dns name="Ethernet" static (scrivere il server DNS primario)
Poi il secondario: netsh interface ip add name="Ethernet" (scrivere il server DNS secondario) index=2

Grazie di nuovo Nice!
Autore del post
Iscritto il - 02/11/2014 19:52
Re: windows 10 10049 indirizzi ip
E stato un piacere sapere che hai risolto il tuo caso.
Salutoni.
bye
Iscritto il - 07/03/2014 17:08