LPI Exam Questions

What single command will accomplish this?

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.