you may have heard it a million times: "yesterday it worked, and although I did nothing, now it doesn't work anymore".
Well, this applies to my internet connection ....
I have installed ARM v6 on my raspberry pi (I think it is an old model B). It is connected by a LAN-/Ethernet cable with my network.
The problem: I do not get internet access? E.g.
$this->bbcode_second_pass_code('', '$ ping www.google.de')
results into: "der Name oder Dienst ist nicht bekannt" (which means "name or service unknown")
Are the cables not broken? Do I have network connection?
$this->bbcode_second_pass_code('', '$ ping 10.0.0.21')
results into: 64 bytes from 10.0.0.21 .... 0.554 ms
(Remark: 10.0.0.21 is the router, connected to the modem from my ISP.)
I am using a static IP, perhaps I made the mistake to use that static IP also for another device in the network.
From another computer in the network, I pinged the Arch Linux ARM raspberry pi, successfully. Then I diconnected it, and pinged again. This time, the IP couldn't be found/reached.
Info about the network interface
$this->bbcode_second_pass_code('', '$ ip addr show')
results into:
etho: <BRODCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fqcode] state UP mode DEFAULT group default qlen 1000
link ether b8:27:eb .... brd ff:ff:ff:ff:ff:ff
inet 10.0.0.33/24 brd 10.0.0.255 scope global etho
valid_lft forever preferred_lft forever
inet6 ...
Gateway info
$this->bbcode_second_pass_code('', '$ ip route show')
Default via 10.0.0.21 dev eth0 proto static
10.0.0.0/24 dev etho proto kernel scope link src 10.0.0.33
$this->bbcode_second_pass_code('', 'Content of /etc/systemd/nework/wired.network')
[Match]
Nsme=eth0
[Network]
Address=10.0.0.33/24
Gateway=10.0.0.21
__________________________________________________________________
Since two days, I am now in the try-and-error mode ... no glue what else I can do.
Thanks in advance for all tips, support, etc.
