Zaloguj sięZarejestruj się

Użytkownik systemu operacyjnego Linux chce przypisać adres IP 152.168.1.200 255.255.0.0 interfejsowi sieciowemu. Które polecenie powinien wydać, mając uprawnienia root?

ID pytania: 111

ip addr add 152.168.1.200/16 dev eth1

netsh interface IP 152.168.1.200/16 /add

ip addr add 152.168.1.200 255.255.0.0 dev eth1

netsh interface IP 152.168.1.200 255.255.0.0 /add