List of questions
Related questions
Question 109 - 201-450 discussion
What is the command to add another IP address (192.168.1.2) to a network interface (eth0) that already has (at least) one IP address in the 192.168.1.0/24 subnet?
A.
ip add addr 192.168.1.2/32 dev eth0
B.
ifconfig eth0 192.168.1.2 netmask 255.255.255.255
C.
ip addr add 192.168.1.2/32 dev eth0
D.
ipconfig eth0 192.168.1.2
Your answer:
0 comments
Sorted by
Leave a comment first