TS-4900 Network configuration example

From embeddedTS Manuals
Revision as of 17:23, 30 July 2014 by Mark (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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