Maximize your protection, eliminate business risks.
Optimize and modernize with cloud transformation.
Empower your people to work securely from anywhere.
Let us handle IT so you can focus on growing your business.
Get multichannel 24/7/365 expert end-user support.
Protect, detect, and respond—Dataprise keeps your business secure.
Maximize uptime with with industry-leading DRaaS.
Swiftly mitigate cyber threats and restore security.
Improve efficiency, productivity and outcomes with cloud.
Ensure all mobile devices, everywhere, are secure.
Gain a competitive edge with strategic IT solutions.
This battle-tested checklist enables your team to swiftly initiate a ransomware response.
IT for businesses of all sizes, in any industry.
Empower institution growth with custom IT solutions.
Ensure your firm is always in compliance.
Improve patient care and staff morale.
Deal with pressing legal matters, not IT.
Keep up with the evolving digital landscape.
Focus on your mission by outsourcing IT.
Accelerate PE client deals and secure data.
Empower Your Municipality with Secure, Reliable IT Services
Execute initiatives and develop IT strategies.
Get the latest industry insights and trends.
Join us at events in person and online.
Hear from clients and learn more about strategic IT.
See how Dataprise can make IT your greatest asset.
Get informative technical resources from IT experts.
Stay on stop of emerging cybersecurity threats.
Discover the key areas of DR your organization needs to address to ensure downtime is minimized.
Gain a strategic asset by bringing harmony to IT.
Ensure 24/7 support and security with dedicated teams.
Drive business forward by partnering with Dataprise.
Meet our one-of-a-kind leadership team.
Discover the recognition Dataprise has earned.
Help us help businesses with strategic IT.
Grow through acquisition and partnership with Dataprise.
Embracing different perspectives and backgrounds.
Find a Dataprise location near you.
Dataprise is committed to empowering more women to consider a career in technology.
Explore our trusted partnerships with leading tech innovators.
Posts
By: Stephanie Hamrick
Table of content
If you find yourself needing to change the internal IP from the default 192.168.1.x network on a USG-Pro-4, it’s pretty easy by using the command line.
Step 1: SSH into the USG-Pro-4 using the default address of 191.168.1.1. Your prompt should change to ubnt@ubnt:~$ once logged in.Here’s the default credentials:
User: ubnt Pass: ubnt
Step 2: Change user to root.
ubnt@ubnt:~$ sudo su – root@ubnt:~#
Step 3: Check which interface is configured with the internal IP address. It will probably be either eth0 or eth1
root@ubnt:~# ip a
Step 4: Enter configuration mode so you can make changes:
root@ubnt:~# configure [edit]
Step 5: Set the internal IP to what you chose. The syntax calls for CIDR notation.
root@ubnt:~# set interfaces ethernet eth0 address x.x.x.x/24 [edit]
Step 6: Delete the current default IP information that is assigned to the interface you just configured
root@ubnt# delete interfaces ethernet eth0 address 192.168.1.1/24 [edit]
Step 7: Commit the changes. You will lose connectivity to the active SSH session since the IP changed. You can log back into the new address after changing your IP address to something within the same network.
root@ubnt# commit
***NOTE*** While going through the various CLI guides out there for Ubiquiti, I did find a handy command to help. It will list out all configuration commands that are possible, along with the correct syntax.
root@ubnt# show configuration commands
Alison Wallick, PEIFind more tips for networking beginners on the Networking Section of our blog!
Configuring a CLI VPN Between a Cisco ASA and Meraki
Adding and Removing Devices from the Meraki Dashboard
Setting Up New Meraki Access Points
INSIGHTS
Subscribe to our blog to learn about the latest IT trends and technology best practices.