Hello community,
I have promox 6.3-2 installed last month on which i have two VMs running on Ubuntu and centOs. The Ubuntu one has a public IP address.
The problem is that it can't be reached from outsisde.
I have temporarily disabled the firewall but i have same result.
The host is configured as followed(cat /etc/network/interfaces) :
auto lo
iface lo inet loopback
iface eno4 inet static
address aaa.bbb.196.22/22
gateway aaa.bbb.196.1
iface eno2 inet manual
iface eno5 inet manual
iface enp0s29u1u1u5 inet manual
iface eno3 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno3
bridge-stp off
bridge-fd 0
And the The VM configuration looks like :
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#
# The loopback network interface
auto lo
iface lo inet loopback
#
# The primary network interface
#auto vmbr0
auto eth0
iface eth0 inet static
address xxx.yyy.147.27
netmask 255.255.zzz.0
gateway xxx.yyy.147.13
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8
I have follow this https://pve.proxmox.com/wiki/Network_Configuration#_default_configuration_using_a_bridge
If someone has a tutorial or found something wrong i'd appraciated.
Thank you !
I have promox 6.3-2 installed last month on which i have two VMs running on Ubuntu and centOs. The Ubuntu one has a public IP address.
The problem is that it can't be reached from outsisde.
I have temporarily disabled the firewall but i have same result.
The host is configured as followed(cat /etc/network/interfaces) :
auto lo
iface lo inet loopback
iface eno4 inet static
address aaa.bbb.196.22/22
gateway aaa.bbb.196.1
iface eno2 inet manual
iface eno5 inet manual
iface enp0s29u1u1u5 inet manual
iface eno3 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno3
bridge-stp off
bridge-fd 0
And the The VM configuration looks like :
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#
# The loopback network interface
auto lo
iface lo inet loopback
#
# The primary network interface
#auto vmbr0
auto eth0
iface eth0 inet static
address xxx.yyy.147.27
netmask 255.255.zzz.0
gateway xxx.yyy.147.13
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8
I have follow this https://pve.proxmox.com/wiki/Network_Configuration#_default_configuration_using_a_bridge
If someone has a tutorial or found something wrong i'd appraciated.
Thank you !