InterviewSolution
Saved Bookmarks
| 1. |
An Administrator Wants To Assign An Ip Address Of 192.168.1.10, A Subnet Mask Of 255.255.255.0, And A Broadcast Address Of 192.168.1.254 To Eth1. What Command Will Accomplish This Task? |
|
Answer» FOLLOWING command will do this task. IFCONFIG eth1 192.168.1.10 NET mask 255.255.255.0 broadcast 192.168.1.254. Following command will do this task. Ifconfig eth1 192.168.1.10 net mask 255.255.255.0 broadcast 192.168.1.254. |
|