![]() |
|
Ethernet static address - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: KC868-A series and Uair Smart Controller (https://www.kincony.com/forum/forumdisplay.php?fid=6) +--- Thread: Ethernet static address (/showthread.php?tid=9632) |
Ethernet static address - MattMueller - 07-16-2026 I use a Board KC868-A16 Rev1.6.3 with tasmota firmware-en-a16.bin from here. After installation I have two ip-addresses (via dhcp) one for wifi and one for ethernet. In the console I can change the wifi adress to a static address with the command ipaddress1 xxx.xxx.xxx.xxx , that works fine. But how can I change the ethernet-address to a static one? RE: Ethernet static address - admin - 07-16-2026 Web UI → Console , you can input these command: EthIPAddress 192.168.1.100 EthGateway 192.168.1.1 EthSubnetmask 255.255.255.0 EthDNSServer1 8.8.8.8 EthDNSServer2 1.1.1.1 Restart 1 RE: Ethernet static address - MattMueller - 07-16-2026 Thank You for the quick reply, but this produces the error message "Unknown command" RE: Ethernet static address - admin - 07-16-2026 https://tasmota.github.io/docs/Commands/#how-to-use-commands RE: Ethernet static address - MattMueller - 07-16-2026 The command EthIPAddress is unknown in my version, does that mean, that the compilation I've used (this one) is not ok? RE: Ethernet static address - admin - 07-16-2026 maybe you need enable ethernet function when compile. RE: Ethernet static address - MattMueller - 07-19-2026 Well, I've compiled a new binary with Tasmota 15.4.0 and that does the trick. I can define a static ethernet-address now! RE: Ethernet static address - admin - 07-19-2026 ok, good. |