-
-
Notifications
You must be signed in to change notification settings - Fork 43
Set a Static IP Address
This step allows you to fix the Pad's IP address, but this can also be done in your router settings by setting a static IP address to the Pad.
-
Connect in SSH with root user and your password.
-
In
root
folder create a new folder namedspeeder_pad
by typing this command:mkdir /root/speeder_pad
-
Download this files pack and unzip it: Speeder Pad Files
-
Open the file
01-network-manager-all.yaml
with a text editor and replace this lines with your information:-
addresses: [xxx.xxx.xxx.xxx/24]
-> Replace xxx.xxx.xxx.xxx by the IP address you want to assign to your Speeder Pad -
gateway4: xxx.xxx.xxx.xxx
-> Replace xxx.xxx.xxx.xxx by your gateway -
addresses: [xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx]
-> Replace xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx by your DNS addresses
-
-
At this step make sure you have entered the correct information otherwise your Speeder Pad will not connect to the WiFi network and the only solution will be to restore the Speeder Pad.
-
Save the file and drag and drop it to the
/root/speeder_pad/
folder. -
Then enter this commands (one at a time):
cp /root/speeder_pad/01-network-manager-all.yaml /etc/netplan/
chmod 755 /etc/netplan/01-network-manager-all.yaml
sudo netplan apply
-
It's possible that your SSH session freezes after the last command, this is due to the fact that the Speeder Pad has just taken the new IP address. In this case, you must restart the Speeder Pad.
-
After restarting, your Speeder Pad will then have the new IP address.
• About
• Wiki Changelog
• KlipperScreen Changelog
• STL Files & Themes
• Restore OS Image File
• SSH Connection
• Change pi User Password
• Change Timezone
• Change Wi-Fi Location
• Update Dependencies
• Delete Flsun Builds
• Install Official Builds (1 instance)
• Install Official Builds (Multiple instances)
• V400 (MKS Nano V2.0 - STM32F103)
• V400 (Nano V2.1 Clone - GD32F303)
• V400 (BigTreeTech SKR 3.0)
• V400 (MKS Nano V3.0/V3.1)
• Super Racer (MKS Nano V3.0/V3.1)
• Super Racer (BigTreeTech SKR 1.3)
• Super Racer (BigTreeTech SKR 2.0)
• Fix Shutdown button in Mainsail
• Add Webcams Support
• Add Timelapse Support
• Add Exclude Objects Support
• Use Klipper TMC Autotune
• Use Neopixels Ring Light
• Use BigTreeTech KNOMI
• Calibrate your Printer
• Measure resonances with Raspberry Pi Pico
• Measure resonances with Fysetc Portable Input Shaper
• Start and End Gcode
• Enable Firmware Retraction
• Display Thumbnails in Mainsail and KlipperScreen
• Enable Root Access
• Change SSH Welcome Message and Cleanup Files
• Set a Static IP Address
• Change Boot Logo