DietPi Obtain IP Address:
In all DietPi guides, we use IP address of 192.168.0.100. This will need to be replaced with your IP address.
DietPi-Banner:
- Your current active IP address will show up on the login banner.
- You can re-prompt the banner at any time: /DietPi/dietpi/dietpi-banner 1 Using DietPi-Config:
- Type dietpi-config in the terminal and press enter.
- Select Networking Options
- Select either Ethernet or Wifi
- Your current IP address will be shown in the top section. You can also obtain your IP address by running:
Code: Select all
ip -o a | grep -E '(eth|wlan)[0-9]' | awk '{print $4}' | sed 's|/.*$||'