Thanks for the help ahoeben, but it didn't work.
I've included the following line to the interfaces file:
auto eth0
iface eth0 inet static
address 192.168.0.26
netmask 255.255.255.0
gateway 192.168.0.254
.. but when the ultimaker starts up it just assigns itself some random ip address.
The eth0 is now active, (wifi disabled) but not with the above ip address.
I'm new to linux networking, so maybe I am missing something.
Any ideas anyone?
Recommended Posts
Top Posters In This Topic
6
5
5
5
Popular Days
Sep 2
4
Mar 23
4
Jul 24
3
May 5
2
Top Posters In This Topic
thorsenrune 6 posts
Daid 5 posts
gr5 5 posts
frowin 5 posts
Popular Days
Sep 2 2019
4 posts
Mar 23 2017
4 posts
Jul 24 2018
3 posts
May 5 2017
2 posts
Popular Posts
ahoeben
Thanks for the passion you brought to all the things you did over the years!
Daid
I'm no longer responsible for the firmware at Ultimaker. As I left Ultimaker 2 months ago. Didn't make a huge fuzz about it. But I left to focus more on my family. The travel time to Ultimaker was no
freesbee
...so if I may give you a suggestion, let IT personnel do their job and implement an easier way to set and protect a static IP in the firmware. Nothing wrong with the SSH and connman for me, but someb
Posted Images
ahoeben 1,991
My best guess would be this approach (but I don't have a UM3 to test):
* Turn on developer mode
* Start the WiFi wizard, which makes the UM3 into a WiFi hotspot
* Connect to the WiFi hotspot of the UM3, but don't complete the wizard
* Figure out the IP address of the UM3 in its own network (which should be the default gateway as handed out to your computer)
* SSH into the UM3 at that address
* Edit the eth0 interface in /etc/network/interfaces to a static IP
* Cancel out of the WiFi hotspot mode and disable WiFi
* Turn off developer mode
Doable: yes. Easy. Not so much.
Link to post
Share on other sites