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
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
Get step-by-step solutions from verified subject matter experts
