networking broken after every reboot

kpwn

Member
Jun 8, 2021
18
0
6
31
HI everyone,

whenever i reboot my PBS (derdicated local server) i have to restart the networking by running:
Bash:
systemctl restart networking

If i dont do that the PBS is not accepting incomming connections, rendering it useless.
I am using newest PBS version updated today.

The workaround is simple, but i dont think thats supposed to be like that. Am i missing something?
 
how does your network config look like? (/etc/network/interfaces)
can you post the journal from e.g. the last boot?

Code:
journalctl -b
 
can you reboot and before restarting the networking service do
Code:
ip addr
ip link
cat /etc/network/interfaces
?
 
This time it worked... maybe its a racecondition.
i made a note to use those 3 commands you mentionend if it fails again