Hi,
I’m having an issue configuring the network interface for DHCP on my X5. When I set it up for “auto” the display show an IP Address of 0.0.0.0 and it does not respond on either http or telnet. However if I look at my DHCP server I see that it has been assigned an IP address and the host name is recorded.
If I switch to fixed IP address everything works fine. Since it successfully register with DHCP it is puzzling why the firmware does not recognizes that it has acquired an IP address.
All that is connected to the X5 (Uberclock) is the display adapter (Robotseed), a reprap discount LCD and power supply (USB not connected). I also loaded the latest edge build to see if that made any difference. No change.
Here are the config file settings with the working fixed IP setting commented out.
[[code]]
- network settings
network.enable true # enable the ethernet network services
network.hostname print3d # host name
network.webserver.enable true # enable the webserver
network.telnet.enable true # enable the telnet server
network.ip_address auto # use dhcp to get ip address
- uncomment the 3 below to manually setup ip address
#network.ip_address 192.168.1.17 # the IP address
#network.ip_mask 255.255.255.0 # the ip mask
#network.ip_gateway 192.168.1.1 # the gateway address
#network.mac_override xx.xx.xx.xx.xx.xx # override the mac address, only do this if you have a conflict
[[/code]]
Thanks,
Larry
Imported from wikidot