• 25-03-2023, 13:24:49
    #1
    arkadaşlar bir türlü bu kısmı geçemiyorum intenette gösterdiği şekil ayarladım ama ünlem işareti yine gitmedi bilgisi olan var mı?
  • Kabul Edilen Cevap
    • cmd'yi yönetici çalıştır

      netsh interface ipv4 set address name="YOUR INTERFACE NAME" static IP_ADDRESS SUBNET_MASK GATEWAY
      
      DNS için
      netsh interface ip add dns "Ethernet 2" 8.8.8.8 index=1
      netsh interface ip add dns "Ethernet 2" 8.8.4.4 index=2
  • 25-03-2023, 13:46:05
    #2
    Bu cevap, konu sahibi tarafından kabul edilebilir bir cevap olarak işaretlendi.
    cmd'yi yönetici çalıştır

    netsh interface ipv4 set address name="YOUR INTERFACE NAME" static IP_ADDRESS SUBNET_MASK GATEWAY
    
    DNS için
    netsh interface ip add dns "Ethernet 2" 8.8.8.8 index=1
    netsh interface ip add dns "Ethernet 2" 8.8.4.4 index=2