Hi guys,
I'm new to Proxmox and I'm sorry to ask for a topic already treated several times, but I'm unable to forward ports (NAT).
This is the situation:
I've installed Proxmox for the first time on my home server to run some VMs for services like web server, cloud server, SQL server, etc...
I have only one physical network adapter (enp5s0) and a bridge one that Proxmox created automatically (vmbr0).
Vmbr0 has a static ip address (192.168.0.44) and it was successfully recognized by the router.
I paste the /etc/network/interfaces content:
I have two VMs with static ip addresses and also they are recognized by router:
I don't understand if it's a iptables problem, a firewall problem or other.
All Proxmox's firewalls are disabled.
Can anyone help me?
Thanks!
I'm new to Proxmox and I'm sorry to ask for a topic already treated several times, but I'm unable to forward ports (NAT).
This is the situation:
I've installed Proxmox for the first time on my home server to run some VMs for services like web server, cloud server, SQL server, etc...
I have only one physical network adapter (enp5s0) and a bridge one that Proxmox created automatically (vmbr0).
Vmbr0 has a static ip address (192.168.0.44) and it was successfully recognized by the router.
I paste the /etc/network/interfaces content:
Code:
auto lo
iface lo inet loopback
iface enp5s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.44
netmask 255.255.255.0
gateway 192.168.0.1
bridge_ports enp5s0
bridge_stp off
bridge_fd 0
I have two VMs with static ip addresses and also they are recognized by router:
- webserver (192.168.0.45)
- mysql (192.168.0.46)
I don't understand if it's a iptables problem, a firewall problem or other.
All Proxmox's firewalls are disabled.
Can anyone help me?
Thanks!