Debian 9 Networking Issue

Bashed

New Member
Joined
Nov 2, 2020
Messages
21
Reaction score
0
Credits
225
Installed Debian 9 (twice even) on this server. Was pinging fine during installation via KVM on IP xxx.xxx.98.106 (main IP). After reboot, nothing is coming up on eno1 interface. Any ideas?

Screenshot_2021-05-07_221928.png
 


Try changing this
Code:
iface eno1 inet static
to this
Code:
iface inet eno1 static
and see if that helps, which I think would since AFAIK inet should be before the device.
 
If it is installed use ethtool first on each of the interfaces to see which one has an active link and then configure that interface with the ip configuration in /etc/network/interfaces, so something like this.
Code:
ethtool eno1
Then check if it says yes where it says "Link Detected"
Once you find the one that has link create an ip configuration for it, that would something like you had before.
Code:
auto eno1
iface eno1 inet static
    address xxx.xxx.98.106/24
    gateway xxx.xxx.98.1
    dns-nameservers 8.8.8.8 8.8.4.4
 
Last edited:
ethtool is not installed and can't install it due to lack of connectivity
 
No quite the same error, now it's telling some firmware it's missing. How did you create the VM? virt-install? qemu? Can you show the VM's settings? I wonder if there's something missing from the settings you used when creating the VM.
 

Members online


Latest posts

Top