Your machine has two working NICs with proper addresses. You want to split your network into two new subnets. What single command will accomplish this?
A.
ifconfig
B.
route
C.
netstat
D.
None of the choices
Explanation:
Since the question does not specify that the subnets have to talk to each other, you can skip ip forwarding and routing. That leaves configuring the interfaces using ifconfig.
Vague question. Question says the machine has two working NICs with proper addresses. So when they already have addresses configured what would ifconfig do? Only route can be used here.