Networking
Setting up a Static IP
To set a machine to have a static IP address on your network, it is recommended to configure this on your router. Here's a general guide on how to do this:
Steps to Assign a Static IP via Router
Access Your Router's Admin Interface:
Open a web browser.
Enter the IP address of your router in the address bar. This is often something like
192.168.1.1
or192.168.0.1
.Log in with your router's admin username and password. If you haven't changed these, they might still be the default values (check your router's manual for these).
Locate the DHCP Settings:
Once logged in, look for a section called "DHCP" or "LAN settings". This might be under an "Advanced" settings menu.
Assign a Static IP Address:
Find the section for "Address Reservation" or "Static DHCP" (terminology may vary by router).
Add a new reservation by entering the MAC address of your machine and the IP address you want to assign.
MAC Address: This is a unique identifier for your machine's network adapter. You can find it on your machine by running the command
ifconfig a
(Linux) and looking for the "ether" (MAC) address.IP Address: Choose an IP address that is outside the range of addresses that your router's DHCP server assigns. This is usually specified in the router settings.
Save and Reboot:
Save the new settings.
Reboot your router to apply the changes.
Example for a TP-Link Router
Log in to the TP-Link Web Interface:
Open your browser and go to
192.168.0.1
or192.168.1.1
.Enter your admin username and password.
Navigate to DHCP Settings:
Go to the "DHCP" tab.
Click on "Address Reservation".
Add a New Entry:
Click on "Add New".
Enter the MAC address of your device.
Enter the desired IP address.
Click "Save".
Reboot the Router:
Reboot the router if necessary to apply the new settings.
HS3 Machine Network Connections
To find the MAC address of the machine, ssh into the machine using a terminal with the command below, contact Pantheon for the user password.
ssh hs3@yourmachinename.local
Once in the machine, use the following command to list all network connections:
ifconfig -a
A list of all the networks will be displayed along with the MAC address associated with each type of connection.
Non-Default Network Addresses
If your network does not use the following IP addresses as default, then you will need to modify your moonraker.conf file to account for you networks assigned IP addresses.
trusted_clients:
10.0.0.0/8
127.0.0.0/8
169.254.0.0/16
172.16.0.0/12
192.168.0.0/16
FE80::/10
::1/128
Connecting to the HS3 via a Hotspot
If you need to connect to your HS3 without it being connected to a local network, the most convenient way is with a Hotspot connection.
Create a Hotspot network and connect the machine to it. From there you should be able to access the machine with any device on the same Hotspot Network. Very useful for machine in locations with no network, or when you do not have access to the network the machine is currently connected to, or when the machine is unable to connect to your desired local network and you need access to modify the network settings.
Related pages
www.pantheondesign.com