There are two ways to configure the network settings: via Web interface and through TPP's command line interface (CLI).
Open TPS Web Interface and click Network
menu item.
To enable automatic DHCP network configuration select DHCP mode
and click Apply:
If you are using DHCP server built into Microsoft Windows Server
OS
check the chekbox Windows DHCP buggy server compatibility.
Click Apply.
To set IP address manually select Static mode and enter
IP address with network mask to IP4 field, input gateway IP address to
Gateway field.
Click Apply.
DNS 0 and DNS 1 fields are optional.
Open serial port connection or login via
Secure Shell.
All editions mentioned below are done in
/etc/systemd/network/wired.network file.
Use Midnight Commander ('mc') internal editor or any traditional Linux CLI
utility to change this file.
To enable DHCP change this configuration file to:
[Match] Name = eth0 [Network] DHCP = ipv4
[Match] Name = eth0 [Network] DHCP = ipv4 ClientIdentifier = mac
root@tpp:~# systemctl restart systemd-networkd
[Match] Address=192.168.75.208/24 Gateway=192.168.75.1, where Address=192.168.75.208/24 is IP address + netmask joined in one field (short notation).
root@tpp:~# systemctl restart systemd-networkd
[Match] Address=192.168.75.208/24 Gateway=192.168.75.1 DNS = 8.8.8.8, 8.8.4.4Quit editor and run command to apply changes:
root@tpp:~# systemctl restart systemd-resolved