static ip

main
jebba 2022-01-27 19:43:21 -07:00
parent cd4bb7397d
commit 9e7d6313a9
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# 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
@ -8,3 +14,5 @@ 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
```