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
 


Tolkem

Well-Known Member
Joined
Jan 6, 2019
Messages
1,523
Reaction score
1,250
Credits
11,124
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.
 

Tolkem

Well-Known Member
Joined
Jan 6, 2019
Messages
1,523
Reaction score
1,250
Credits
11,124

f33dm3bits

Gold Member
Gold Supporter
Joined
Dec 11, 2019
Messages
6,259
Reaction score
4,731
Credits
45,987
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:
OP
B

Bashed

New Member
Joined
Nov 2, 2020
Messages
21
Reaction score
0
Credits
225
ethtool is not installed and can't install it due to lack of connectivity
 

Tolkem

Well-Known Member
Joined
Jan 6, 2019
Messages
1,523
Reaction score
1,250
Credits
11,124

Tolkem

Well-Known Member
Joined
Jan 6, 2019
Messages
1,523
Reaction score
1,250
Credits
11,124
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


Top