- ggCircuit Help Center
- ggRock User Manual
- Administration - ggRock
-
ggLeap User Manual
- Sales - Point of Sale
- Management - Users
- Configuration - Games and Apps
- Troubleshooting
- Management - Machines
- Management - Consoles
- Sales - Client Orders
- Reporting - Finance
- Getting Started
- Configuration - ggLeap Client
- Configuration - ggLeap Web Admin
- Start Up Commands
- Sales - Prize Redemption
- ggLeap Client
- Web Admin Settings
- Single Sign On (SSO)
- Configuration - Game Licenses
- Management - Machine Groups
- Getting Started with ggLeap
- Reporting - Statistics
- Management - Employee
- Sales - Guest Accounts
- Loyalty System
- Booking
- Events / Arcade
-
ggRock User Manual
- General
- Installation - Debian OS
- Installation - ggRock Server Application
- Administration - ggRock
- Administration - ggLeap
- Administration - Windows
- Administration - Debian OS
- Administration - Games
- Administration - Hardware
- Administration - Network
- Troubleshooting - ggRock
- Troubleshooting - Network
- Troubleshooting - ggLeap
- Troubleshooting - Hardware
- Troubleshooting - Boot
- Troubleshooting - Windows
- Troubleshooting - Games
- Troubleshooting - Debian OS
-
ggLeap Product Tours
Setting your ggrock server back to DHCP so that it may get a new IP address
Grab a copy of these commands before proceeding
ip a
cat /etc/network/interfaces
cat /etc/resolv.conf
Once that is done, we need to make a backup of the interface file
cp /etc/network/interfaces /etc/network/interfaces.SP.bak
Run this command so the server is staged to DHCP an address the next time it powers on
cp /etc/network/interfaces.bak/interfaces.bak /etc/network/interfaces
NOTE:
To undo the changes, simply issue the command below which will restore the backup we made
cp /etc/network/interfaces.SP.bak /etc/network/interfaces
ADDITIONAL NOTE
We didn't bounce the networking service, which is why the changes are 'staged' - if we did bounce networking, it'd grab a new address now which is undesirable.