[ZBX-17144] Appliance (.raw disk image) for KVM, VirtualBox, .. does not have network connectivity Out from Box Created: 2020 Jan 06 Updated: 2024 Apr 10 Resolved: 2020 May 19 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Appliance (L) |
Affects Version/s: | 4.4.4 |
Fix Version/s: | None |
Type: | Incident report | Priority: | Minor |
Reporter: | Aigars Kadikis | Assignee: | Jurijs Klopovskis |
Resolution: | Won't fix | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
KVM, VirtualBox |
Issue Links: |
|
||||
Team: | |||||
Story Points: | 1 |
Description |
does not have network connectivity out from the box because of DHCP works with an unexisting interface. Replacing network interface ens3 with enp0s3 does fix the issue:
sudo su
sed -i "s| ens3| enp0s3|g" /etc/network/interfaces
/etc/init.d/networking restart
|