# Network ## Static IP Both X-555 and Z-903 use IP `192.168.42.129` statically assigned, hardcoded in a binary. They also set IP via DHCP when connecting via wifi. ## tftp_server ``` # from lsof: /system/bin/tftp_server root@ngl:/ # netstat Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:5037 0.0.0.0:* LISTEN ```