Roland0 wrote: 
> I still think you should first fix the IPv6 issue (see posts #1610 /
> #1611)

Thanks! systemctl status systemd-sysctl.service returns: 


Code:
--------------------
    * systemd-sysctl.service - Apply Kernel Variables
  Loaded: loaded (/usr/lib/systemd/system/systemd-sysctl.service; static; 
vendor preset: disabled)
  *Active: active (exited)* since Fri 2019-09-13 13:36:35 UTC; 24h ago
  Docs: man:systemd-sysctl.service(8)
  man:sysctl.d(5)
  Process: 266 ExecStart=/usr/lib/systemd/systemd-sysctl (code=exited, 
status=0/SUCCESS)
  Main PID: 266 (code=exited, status=0/SUCCESS)
  
  Warning: Journal has been rotated since unit was started. Log output is 
incomplete or unavailable.
--------------------


The result of "sysctl net.ipv6.conf.all.disable_ipv6
net.ipv6.conf.lo.disable_ipv6 net.ipv6.conf.eth0.disable_ipv6" is:


Code:
--------------------
    [root@alarm alarm]# sudo sysctl net.ipv6.conf.all.disable_ipv6 
net.ipv6.conf.lo.disable_ipv6 net.ipv6.conf.eth0.disable_ipv6
  net.ipv6.conf.all.disable_ipv6 = 1
  net.ipv6.conf.lo.disable_ipv6 = 1
  net.ipv6.conf.eth0.disable_ipv6 = 0
--------------------


"systemctl status systemd-networkd.service" shows:


Code:
--------------------
    [root@alarm alarm]# systemctl status systemd-networkd.service
  * systemd-networkd.service - Network Service
  Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; 
vendor preset: enabled)
  *Active: active (running)* since Fri 2019-09-13 13:36:38 UTC; 24h ago
  Docs: man:systemd-networkd.service(8)
  Main PID: 282 (systemd-network)
  Status: "Processing requests..."
  Tasks: 1
  Memory: 1.7M
  CGroup: /system.slice/systemd-networkd.service
  `-282 /usr/lib/systemd/systemd-networkd
  
  Sep 13 13:36:36 alarm systemd[1]: Starting Network Service...
  Sep 13 13:36:38 alarm systemd-networkd[282]: Enumeration completed
  Sep 13 13:36:38 alarm systemd[1]: Started Network Service.
  Sep 13 13:36:38 alarm systemd-networkd[282]: lo: Kernel removed an address we 
don't remember: ::1/128 (valid forever), ignoring.
  Sep 13 13:36:39 alarm systemd-networkd[282]: eth0: IPv6 successfully enabled
  Sep 13 13:36:41 alarm systemd-networkd[282]: eth0: Gained carrier
  Sep 13 13:36:41 alarm systemd-networkd[282]: eth0: DHCPv4 address 
192.168.0.13/24 via 192.168.0.254
  Sep 13 13:36:43 alarm systemd-networkd[282]: eth0: Gained IPv6LL
  Sep 13 13:36:44 alarm systemd-networkd[282]: eth0: Configured
--------------------


> Basically, the [Network] section of
> /etc/systemd/network/20-wired.network should look similar to this:

I don't seem to have /etc/systemd/network/20-wired.network. In that
directory I have two files, "eth0.network" and "en.network".



_______________________________________________________________________
Logitech Media Server Version: Logitech Media Server Version: 7.9.2 -
ARCH-AUR-REL.7.9.2.arch2 running on Wandboard Quad, music library on
SATA HDD
Squeezebox Touch plugged into run-of-the-mill stereo rig via Musical
Fidelity X-Act, extra speakers in kitchen, basement, and bedroom
connected by ordinary copper cable.
------------------------------------------------------------------------
Lestrad's Profile: http://forums.slimdevices.com/member.php?userid=40857
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to