TS-4900 Network configuration example: Difference between revisions

From embeddedTS Manuals
(Created page with "Our default yocto image uses systemd which stores its network files in "/etc/systemd/network/". The simplest network config would look like this: In /etc/systemd/network/eth...")
(No difference)

Revision as of 17:23, 30 July 2014

Our default yocto image uses systemd which stores its network files in "/etc/systemd/network/". The simplest network config would look like this:

In /etc/systemd/network/eth.network

[Match]
Name=eth*

[Network]
DHCP=yes