On 15/01/21 09:06, Mark D via USRP-users wrote: > My E320 doesn't have that folder, > there is one "/etc/systemd/network/" > but no "/etc/systemd/networkd/" (i.e. no d after network). > I think maybe is a typing error in the manual and the folder name should be > network. > > The folder at this location is empty, so doesn't contain the SFP+ setting > file.
Are you sure it is managed/configured by systemd-networkd? You can check its status by running "networkctl status eth0". > I have created in this folder a file eth0.network with the following content: > > --------------------------- > [Match] > Name=eth0 > > [Network] > Address=192.168.1.60 >From systemd.network(5), I think you have to specify the netmask, eg: Address=192.168.1.60/24 Do not forget to reload, either using 'networkctl reload' or 'systemctl restart systemd-networkd'. -- Cédric Hannotier _______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
