How to add static IPs on a centos 7 vm in proxmox

brainiers

New Member
Jul 29, 2021
1
0
1
38
Hello,

I am a beginner to proxmox and configuring my first install.

I have installed proxmox successfully and I can access the GUI via internet.

Now I have created a centos 7 VM successfully and it is also accessible via internet.

For this machne i have a /29 ip pool and the machine is connected at eno1 with vmbr on proxmox.

Now my issue is that i want to configure a /24 ip pool on my centos vm. This pools is also routed to my ISP router at eno1. BUt when i add the static ips on vm they do not respond on the internet.

What am I doing wrong and how can i fix this?

Please help with details as i am just a beginner.
 
Hi,

have you been able to solve this already? Usually posting
Code:
cat /etc/network/interfaces
ip a
from both Proxmox VE host and within the VM is really helpful.
In addition, you can debug really many networking problems using tcpdump, for example:
Code:
tcpdump -envi vmbr0