Question: Configuring Network Interface in Linux: Using the VM you created for Linux Set an IP address, default gateway, and subnet mask using a Linux client

Configuring Network Interface in Linux:

Using the VM you created for Linux

Set an IP address, default gateway, and subnet mask using a Linux client (CLI)

BOOTPROTO=static
IPADDR=192.168.99.1
NETMASK=255.255.255.0
GATEWAY=192.168.99.1
DNS1=8.8.8.8
DNS2=8.8.4.4

Step by Step Solution

3.39 Rating (143 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To configure a network interface in Linux with the specified IP address default gateway and subnet mask using the commandline interface CLI you can fo... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Operating System Questions!