Hello
I'm facing to a weird issue;
I've the following configuration for my interfaces:
I've four VMs behind the bridge, no one is reachable from Internet for any services such as SSH, HTTPS etc..
I've enable ipv4_forwarding on both host and guests.
If I configured a SSH server outside of Proxmox and configure my router to route the port, it's work so it's not the router.
My hosts can reach Internet. Hosts are all Ubuntu 20.04. There's not any firewall configured on Proxmox (I've all disabled, deleted) neither on Hosts.
Any ideas ?
Cheers
I'm facing to a weird issue;
I've the following configuration for my interfaces:
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.70/24
gateway 192.168.1.254
bridge-ports eno1
bridge-stp off
bridge-fd 0
I've four VMs behind the bridge, no one is reachable from Internet for any services such as SSH, HTTPS etc..
I've enable ipv4_forwarding on both host and guests.
If I configured a SSH server outside of Proxmox and configure my router to route the port, it's work so it's not the router.
My hosts can reach Internet. Hosts are all Ubuntu 20.04. There's not any firewall configured on Proxmox (I've all disabled, deleted) neither on Hosts.
Code:
pveversion
pve-manager/6.3-6/2184247e (running kernel: 5.4.103-1-pve)
Any ideas ?
Cheers