-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
- Use nmcli to modify the primary network connection to use static IP configuration
- Set the IP address to 192.168.1.100/24
- Set the default gateway to 192.168.1.1
- Configure DNS servers 8.8.8.8 and 8.8.4.4
- Set the system hostname to 'prod-web01.example.com'
- Restart the network connection to apply changes
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels