<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4296&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Need some support for setting up wifi correctly]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4296</link>
		<description><![CDATA[The most recent posts in [SOLVED] Need some support for setting up wifi correctly.]]></description>
		<lastBuildDate>Thu, 29 Apr 2021 11:45:39 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29441#p29441</link>
			<description><![CDATA[<p>Thank you for the suggestions. Using the network manager took care of all my issues, works like a charm. No fiddeling with routing, I can fix the wifi to the 5G band ....</p><p>Also worked again this morning.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Thu, 29 Apr 2021 11:45:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29441#p29441</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29432#p29432</link>
			<description><![CDATA[<p>@rolfie, if you really want eth0 and wlan0 configurations to be alternatives you might add the lines</p><div class="codebox"><pre><code>pre-up ifdown wlan0 || true</code></pre></div><p> to the eth0 configuration, and</p><div class="codebox"><pre><code>pre-up ifdown eth0 || true</code></pre></div><p> to the wlan0 configuration.</p><p>You must also remove the <span class="bbc">allow-hotplug</span> lines to avoid that the automated management tries to bring them both up on boot and status change. Then bring the right one up manually, or via some software that understands the applicable cabling situation, like for example <span class="bbc">wicd</span>, <span class="bbc">connman</span> or <span class="bbc">network-manager</span>.</p><p>Note that any of the latter will compete with your current networking setup, so you will need to clear that out if you use one of them.</p><p>Alternatively you take the DIY approach using <span class="bbc">ethtool</span> and <span class="bbc">wpa_cli</span> to discover the applicable cabling situation; this approach brings the great joy of further learning situations. (For example that&#160; wlan0 must be brought up at link level without configuration in order to scan for access points and determine its &quot;cabling&quot; options, while eth0 is more physical)</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 28 Apr 2021 22:29:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29432#p29432</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29420#p29420</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>Isn&#039;t there a tool that does this switching sort of automagically if configured accordingly? Or do I have to re-invent the wheel? Is any of the network managers of any use in this case?</p></div></blockquote></div><p>I use Network Manager and in Cinnamon the Network applet would allow you to enable whichever of ethernet or wireless is enabled. <br />You can still confuse it by choosing both if both are enabled.<br />With a laptop you&#039;d usually choose ethernet if you were sitting at a desk that was wired. Elsewhere you&#039;d probably try and use Wireless.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Wed, 28 Apr 2021 17:19:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29420#p29420</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29417#p29417</link>
			<description><![CDATA[<p>Try this:</p><div class="codebox"><pre><code>auto eth0
iface eth0 inet static
	address 10.5.5.31/24
	gateway 10.5.5.1
	metric 10
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 10.5.5.1
	dns-search lan.atHome

# WLAN @ Home
auto wlan0
iface wlan0 inet static
	address 10.5.5.32/24
	gateway 10.5.5.1
	metric 20
	dns-nameservers 10.5.5.1
	dns-search lan.atHome
	wpa-ssid 	SSID
	wpa-psk		passwd</code></pre></div><p>The <span class="bbc">metric</span> keyword assigns a priority to the interface, a lower <span class="bbc">metric</span> value causes that interface to be favoured over the other.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 28 Apr 2021 16:06:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29417#p29417</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29416#p29416</link>
			<description><![CDATA[<p>@Ralph: thanks for the input. I was so deep in digging into the wlan issues that I forgot that my company laptops always did ask me to shut down wifi when having a lan connection established. I probably need to start from scratch again. </p><p>Isn&#039;t there a tool that does this switching sort of automagically if configured accordingly? Or do I have to re-invent the wheel? Is any of the network managers of any use in this case?</p><p>Well, I think I need a break now for a day or so. My brain is confused by too many different posts describing differernt ways. </p><p>See you later alligator.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Wed, 28 Apr 2021 15:22:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29416#p29416</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29414#p29414</link>
			<description><![CDATA[<p>Firstly, you cannot easily have two interfaces configured for the same network. I.e., if you want eth0 down and wlan0 up, you&#039;d need to do that, in that order:</p><div class="codebox"><pre><code># ifdown eth0 ; ifup wlan0</code></pre></div><p>Secondly, the <span class="bbc">gateway</span> for <span class="bbc">static</span> configuration does the same as your <span class="bbc">post-up</span> additions to the <span class="bbc">wlan0</span> confguration; i.e. remove the <span class="bbc">post-up</span> lines.</p><p>Thirdly, with <span class="bbc">allow-hotplug</span> rather than <span class="bbc">auto</span> you declare that networking should be managed via hotplugging, in which case <span class="bbc">udev</span> will try to configure the nominated interfaces. Both of them if there is a cable, and potentially with a bit of race between them; one first, then the other. Since you have gateway declarations for both configurations, there will be a competition where the first one wins.</p><p>Possibly your misapprehension is that you regard the configurations as <em>alternatives</em> while <span class="bbc">udev</span> will treat them as &quot;complementary&quot; or &quot;conjunctive&quot; and apply them both. Afaict the network management via either <span class="bbc">allow-hotplug</span> (<span class="bbc">/lib/udev/net.agent</span>) or <span class="bbc">auto</span> (<span class="bbc">/etc/init.d/networking</span>) don&#039;t actually detect &quot;presence of cable&quot; to only apply configurations &quot;as per available cabling&quot;. Instead it will configure all interfaces that it is set to configure, i.e., both eth0 and wlan0, including the possible race and competition about gateway (aka default route).</p><p>The problem with 2 interfaces on the same network is that return traffic will go through the first unless you in addition set up a source based routing rule, so that the kernel has different routing tables for outbound packets depending on what the source IP is. That can be done, but it&#039;s not an automatic function in the kernel&#039;s networking logic.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 28 Apr 2021 14:18:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29414#p29414</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29412#p29412</link>
			<description><![CDATA[<p>nevermind.....</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Wed, 28 Apr 2021 14:13:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29412#p29412</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29409#p29409</link>
			<description><![CDATA[<p>This laptops wifi is causing me headaches. I thought I had a working route setting yesterday evening. Today its not working any more. In addition, the wifi is not connecting on boot as the LAN connection does. </p><p>Digging in the internet showed that routing must be the issue, and I found one or the other useful hint. I modified the /etc/network/interfaces like this:</p><div class="codebox"><pre><code># The primary network interface
allow-hotplug eth0
iface eth0 inet static
	address 10.5.5.31/24
	gateway 10.5.5.1
	# dns-* options are implemented by the resolvconf package, if installed
	dns-nameservers 10.5.5.1
	dns-search lan.atHome
	post-up ip route del default
	post-up ip route add default via 10.5.5.1 dev eth0

# WLAN @ Home
allow-hotplug wlan0
iface wlan0 inet static
	address 10.5.5.32/24
	gateway 10.5.5.1
	dns-nameservers 10.5.5.1
	dns-search lan.atHome
	wpa-ssid 	        SSID
	wpa-psk		passwd
	#up route add -net 10.5.5.0 netmask 255.255.255.0 gw 10.5.5.1 dev wlan0
	#down route delete -net 10.5.5.0 netmask 255.255.255.0 gw 10.5.5.1 dev wlan0
	post-up ip route del default
	post-up ip route add default via 10.5.5.1 dev wlan0</code></pre></div><p>After a <span class="bbc"># service networking --full-restart</span> I could ping the DSL modem and use FF to call up some pages.</p><p>Today the wifi does not really like to start up. I can get it to start up by a series of <span class="bbc">ifup wlan0</span> and <span class="bbc">ip link set wlan0 up</span>, but I haven&#039;t found a clue why its not working sometimes. Also restarting the service fails, and the route always is via eth0.</p><p>Errors I am getting:<br />On ifup I get RTNETLINK: file exists, failed to bring up wlan0.<br />On the restart of the service I get: wpa_supplicant daemon failed to start, exited with return code 1.</p><p>I am a bit exhausted in the moment.</p><p>rolfie</p><p>BTW: is there a toolkit that allows to use the functions keys of the laptop that are triggered by FN-Fx under Windows in the same way in Debian/Devuan?</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Wed, 28 Apr 2021 13:20:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29409#p29409</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29401#p29401</link>
			<description><![CDATA[<p>You need to set the default route to be via the wlan0 interface</p><div class="codebox"><pre><code># ip route replace default via 10.5.5.1 dev wlan0</code></pre></div><p>You also should rather not have localnet routes to 0.0.0.0; it doesn&#039;t really matter since the first matching rule (via wlan0) is used shadowing the other but it may bring confusion to the mind of the operator.</p><p>EDIT: actually I got confused; those are the &quot;normal&quot; net routes... but you should probably avoid net routes to unconnected interfaces. Remember that when there are multiple routes of same specificity, then the first in the list will be used.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 28 Apr 2021 01:44:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29401#p29401</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29394#p29394</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>I don&#039;t want to switch my complete home network from static to dynamic adresses right now</p></div></blockquote></div><p>You can set specific address with a DHCP client.</p><p>I&#039;ve never tried having both ethernet and wireless configured via /etc/network/interfaces and my Debian system is gone now so I can&#039;t fiddle with it to test what works (sorry).</p><p>If you&#039;re using chimaera then perhaps try <a href="https://wiki.archlinux.org/index.php/Iwd" rel="nofollow">iwd</a> for the wireless connection. That can both associate with the SSID and assign the IP addresses all by itself.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 27 Apr 2021 18:27:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29394#p29394</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29393#p29393</link>
			<description><![CDATA[<p>For the time being, I will stick with the static adressing. Thats not the issue. And I don&#039;t want to switch my complete home network from static to dynamic adresses right now. No time for this. </p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>I think the <span class="bbc">RTNETLINK</span> error is because the gateway is defined twice.</p><p>Try using DHCP for the wireless interface.</p></div></blockquote></div><p>Yes, can confirm this. BUUUT: when I remove the gateway definition in the wlan0 section, I can&#039;t get the interface to wake up again. Has cost me several minutes not to say hours now. So I have the message back and the wlan0 at least being recognised agaion by the router. Also I have looked a bit deeper into the routing issue and found one or the other bit of information in the internet. Unfortunatley, a lot of the stuff seems to be outdated, syntax no more correct .....</p><p>Made a little step forward by adding a route for wlan0:</p><div class="codebox"><pre><code>route add -net 10.5.5.0 netmask 255.255.255.0 gw 10.5.5.1 dev wlan0
# route
Kernel-IP-Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
default         fritz.box       0.0.0.0         UG    0      0        0 eth0
localnet        fritz.box       255.255.255.0   UG    0      0        0 wlan0
localnet        0.0.0.0         255.255.255.0   U     0      0        0 eth0
localnet        0.0.0.0         255.255.255.0   U     0      0        0 wlan0
link-local      0.0.0.0         255.255.0.0     U     1000   0        0 eth0</code></pre></div><p>Now a few pings do work:</p><div class="codebox"><pre class="vscroll"><code># ping -c 3 10.5.5.1
PING 10.5.5.1 (10.5.5.1) 56(84) bytes of data.
64 bytes from 10.5.5.1: icmp_seq=1 ttl=64 time=6.15 ms
64 bytes from 10.5.5.1: icmp_seq=2 ttl=64 time=6.77 ms
64 bytes from 10.5.5.1: icmp_seq=3 ttl=64 time=4.38 ms

--- 10.5.5.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2004ms
rtt min/avg/max/mdev = 4.384/5.768/6.770/1.010 ms
# ping -c 3 8.8.8.8 
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 10.5.5.31 icmp_seq=1 Destination Host Unreachable
From 10.5.5.31 icmp_seq=2 Destination Host Unreachable
From 10.5.5.31 icmp_seq=3 Destination Host Unreachable

--- 8.8.8.8 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2050ms
pipe 3
# ping google.com -c 3
PING google.com(fra16s56-in-x0e.1e100.net (2a00:1450:4001:82f::200e)) 56 data bytes
64 bytes from fra16s56-in-x0e.1e100.net (2a00:1450:4001:82f::200e): icmp_seq=1 ttl=119 time=19.3 ms
64 bytes from fra16s56-in-x0e.1e100.net (2a00:1450:4001:82f::200e): icmp_seq=2 ttl=119 time=18.4 ms
64 bytes from fra16s56-in-x0e.1e100.net (2a00:1450:4001:82f::200e): icmp_seq=3 ttl=119 time=20.4 ms

--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2004ms
rtt min/avg/max/mdev = 18.355/19.366/20.437/0.850 ms
# ping www.spiegel.de -c 3
PING aacfb9d106f4.link11.de (128.65.210.180) 56(84) bytes of data.
From rh031.lan.beiHeinrichs (10.5.5.31) icmp_seq=1 Destination Host Unreachable
From rh031.lan.beiHeinrichs (10.5.5.31) icmp_seq=2 Destination Host Unreachable
From rh031.lan.beiHeinrichs (10.5.5.31) icmp_seq=3 Destination Host Unreachable

--- aacfb9d106f4.link11.de ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2056ms
pipe 3</code></pre></div><p>As it looks like now I can ping the DSL router, and a few things work on the internet. Strangely enough the 8.8.8.8 did not work, while google.com was resolved. Also tried to call up the magazine Spiegel with Firefox, adress isn&#039;t resolved. No idea why not. </p><p>Something still isn&#039;t right.</p><p>Also tried to add some routing ruies to the interfaces file, does not seem to work as expected.</p><div class="quotebox"><blockquote><div><p>up route add -net 10.5.5.0 netmask 255.255.255.0 gw 10.5.5.1<br />down route delete -net 10.5.5.0 netmask 255.255.255.0 gw 10.5.5.1</p></div></blockquote></div><p>Where do I need to go from here?</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 27 Apr 2021 18:04:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29393#p29393</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29389#p29389</link>
			<description><![CDATA[<p>I think the <span class="bbc">RTNETLINK</span> error is because the gateway is defined twice.</p><p>Try using DHCP for the wireless interface.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 27 Apr 2021 16:22:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29389#p29389</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29388#p29388</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>EDIT: I presume <span class="bbc">wpa-sssid</span> &amp; <span class="bbc">wpa-psk</span> have the actual SSID &amp; password filled in (rather than <span class="bbc">SSID</span> &amp; <span class="bbc">passwd</span>)?</p></div></blockquote></div><p>Yes, I have removed the real contents and replaced it with dummy data. As I mentioned, the DSL router (a AVM Fritzbox 7580) sees my laptop (after some struggle) and also tells me which frequency the laptop is using. Also the IP is present.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 27 Apr 2021 15:46:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29388#p29388</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29387#p29387</link>
			<description><![CDATA[<p>rfkill tells me now:</p><div class="codebox"><pre><code># rfkill list all
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
1: acer-wireless: Wireless LAN
	Soft blocked: no
	Hard blocked: no
2: acer-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
3: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no</code></pre></div><p>Seems I am also having issues with powersave, and I have no idea how to wake up the wifi when its sleeping. After a fresh reboot:</p><div class="codebox"><pre class="vscroll"><code># ip a
1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether b4:a9:fc:f0:49:e9 brd ff:ff:ff:ff:ff:ff
    inet 10.5.5.31/24 brd 10.5.5.255 scope global eth0
       valid_lft forever preferred_lft forever
3: wlan0: &lt;BROADCAST,MULTICAST&gt; mtu 1500 qdisc noqueue state DOWN group default qlen 1000
    link/ether 94:08:53:88:fe:3f brd ff:ff:ff:ff:ff:ff
    inet 10.5.5.32/24 brd 10.5.5.255 scope global wlan0
       valid_lft forever preferred_lft forever
# ip link set wlan0 up
# ifup wlan0
RTNETLINK answers: File exists
ifup: failed to bring up wlan0
# ip link set wlan0 up
# ip a
1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether b4:a9:fc:f0:49:e9 brd ff:ff:ff:ff:ff:ff
    inet 10.5.5.31/24 brd 10.5.5.255 scope global eth0
       valid_lft forever preferred_lft forever
3: wlan0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 94:08:53:88:fe:3f brd ff:ff:ff:ff:ff:ff
    inet 10.5.5.32/24 brd 10.5.5.255 scope global wlan0
       valid_lft forever preferred_lft forever
    inet6 fe80::9608:53ff:fe88:fe3f/64 scope link tentative 
       valid_lft forever preferred_lft forever
# ip r
default via 10.5.5.1 dev eth0 onlink linkdown 
10.5.5.0/24 dev eth0 proto kernel scope link src 10.5.5.31 linkdown 
10.5.5.0/24 dev wlan0 proto kernel scope link src 10.5.5.32 
169.254.0.0/16 dev eth0 scope link metric 1000 linkdown 
# ping -c 3 10.5.5.1
PING 10.5.5.1 (10.5.5.1) 56(84) bytes of data.
From 10.5.5.31 icmp_seq=1 Destination Host Unreachable
From 10.5.5.31 icmp_seq=2 Destination Host Unreachable
From 10.5.5.31 icmp_seq=3 Destination Host Unreachable

--- 10.5.5.1 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2054ms
pipe 3
# ping -c 3 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 10.5.5.31 icmp_seq=1 Destination Host Unreachable
From 10.5.5.31 icmp_seq=2 Destination Host Unreachable
From 10.5.5.31 icmp_seq=3 Destination Host Unreachable

--- 8.8.8.8 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2034ms
pipe 2
# ping -c 3 google.com
ping: google.com: Temporärer Fehler bei der Namensauflösung</code></pre></div><p>Directly after the reboot the wifi is down. I have to wake it up, then the 5G connection is opened.</p><p>The <span class="bbc">if r</span> brings an interesting fact to daylight: </p><div class="codebox"><pre><code>169.254.0.0/16 dev eth0 scope link metric 1000 linkdown</code></pre></div><p>What is that? I am sure I never set this anywhere. </p><p>Edit: found an entry in the /etc/networks file: <span class="bbc">link-local 169.254.0.0</span>. There are also some entries in /etc/network/-subdirs that refer to avahi. The scripts also contain a reference to these adresses.</p><p>Somewhere a route is specified that does only work with eth0.</p><p>Suggestions? </p><p>Rolf</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 27 Apr 2021 15:43:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29387#p29387</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Need some support for setting up wifi correctly]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29383#p29383</link>
			<description><![CDATA[<p>Can we see</p><div class="codebox"><pre><code>ip a
ip r
ping -c3 8.8.8.8
ping -c3 google.com
rfkill list all</code></pre></div><p>EDIT: I presume <span class="bbc">wpa-sssid</span> &amp; <span class="bbc">wpa-psk</span> have the actual SSID &amp; password filled in (rather than <span class="bbc">SSID</span> &amp; <span class="bbc">passwd</span>)?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 27 Apr 2021 15:26:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29383#p29383</guid>
		</item>
	</channel>
</rss>
