Skip to content

Issue 6.1: Configure a Static IP Address #11

@AhmadMWaddah

Description

@AhmadMWaddah

Issue 6.1: Configure a Static IP Address

VM

VM 1: Jump Host / Main Practice Server

Scenario

You need to configure a server with a static IP address for production use. The network specifications are: IP address 192.168.1.100, subnet mask 255.255.255.0, default gateway 192.168.1.1, and DNS servers 8.8.8.8 and 8.8.4.4. The server should also have the hostname 'prod-web01.example.com'.

Objectives

  1. Use nmcli to modify the primary network connection to use static IP configuration
  2. Set the IP address to 192.168.1.100/24
  3. Set the default gateway to 192.168.1.1
  4. Configure DNS servers 8.8.8.8 and 8.8.4.4
  5. Set the system hostname to 'prod-web01.example.com'
  6. Restart the network connection to apply changes
  7. Verify all configurations are correct

Requirements

  • Use nmcli for network configuration
  • Set proper IP addressing
  • Configure DNS servers
  • Set hostname correctly
  • Verify connectivity after changes

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions