Networking & Configuration
Static IP Setup
150 pts
0 solves
easy
hands-on
A server's network interface eth1 is currently configured for DHCP,
but it needs to be switched to a static IP configuration.
Edit /etc/network/interfaces.d/eth1.cfg to configure:
- Static IP: 10.0.1.50
- Netmask: 255.255.255.0
- Gateway: 10.0.1.1
- DNS nameserver: 10.0.1.1
Read /home/challenger/target_config.txt for the full requirements.
Ready to solve this?
Create a free account to launch containers, submit answers, and track your progress.