1.

Which Command Will Assign Ip Address 192.168.1.1 And Subnet Mask 255.255.255.0 To Eth0 Network Interface?

Answer»

Ifconfig command can be used to ASSIGN IP address. Following command will do the GIVEN task. Ifconfig eth0 192.168.1.1 NET MASK 255.255.255.0

Ifconfig command can be used to assign IP address. Following command will do the given task. Ifconfig eth0 192.168.1.1 net mask 255.255.255.0



Discussion

No Comment Found