You are not logged in.

#1 2018-01-06 05:00:57

joebywan
Member
Registered: 2017-12-15
Posts: 4

How to set static IP with nanodlp?

I've tried adding to nanodlp-network.txt on the sd card:

nanodlp-network.txt
-----------------------------------------
auto wlan0
allow.hotplug wlan0
iface wlan0 inet manual
    wpa-ssid "****"
    wpa-psk "*****"
iface Home inet static
    address 192.168.0.70
    netmask 255.255.255.0
    gateway 192.168.0.1
--------------------------------------------

wpa_supplicant.conf
--------------------------------------
network={
ssid="****"
psk="****"
#key_mgmt=WPA-PSK
id_str="Home"
}
----------------------------------
Not working though.

It's using build 1437 available at https://3dprinterwiki.info/d7/d7-nanodlp-settings-2/

Any suggestions?

Offline

#2 2018-01-06 05:06:26

joebywan
Member
Registered: 2017-12-15
Posts: 4

Re: How to set static IP with nanodlp?

Wifi works, it just uses DHCP.

Offline

Board footer

Powered by FluxBB