ipv4

  1. X

    IPv4 stopped working, IPv6 works

    I am having a problem where after an update, I lost all IPv4 connectivity. IPv6 thought works This is my setup: 1. Running proxmox on a mini PC (Virtual Environment 8.1.11) 2. Network layout Pfsense (router) --> Unifi Switch --> Proxmox MiniPC (172.25.90.50) 3. Proxmox server is on its...
  2. V

    Problems with interfaces config

    Good day, I have had proxmox on one of my computers for six months now. I don't have much experience in proxmox yet, but I'm making good progress. I have a problem with /etc/network/interfaces I have 2nic ports on my lenovo p700 It seems like proxmox doesn't know where to go (nic) I created a...
  3. F

    Correct settings for Hetzner and allowed MAC-addresses?

    Currently i have my servers IP set at eno1 2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether b4:2e:99:c9:b0:74 brd ff:ff:ff:ff:ff:ff altname enp0s31f6 inet xx.yy.zz.kk/26 scope global eno1 valid_lft forever...
  4. V

    One IP per one VM

    Dear Proxmox Community, I have an existing /27 Subnet on the main Bridge vmbr0. I now would like to have each VM assigned only ONE public IPv4. It's important that I do this on the Hypervisor side, since the Root user of the server should not be able to just add the whole subnet to his VPS. Is...
  5. A

    configuring ipv4 /28 subnet

    General question: I have a /28 subnet and am planning (as i have not many servers and vms) to give each of my vms a subnet ip. I already got this working, to a point, where i had internet, but i had no firwall whatsoever. I already did this before and had a single IP with an OPNsense firewall...
  6. R

    LXC containers not receiving IPv4 addresses

    Hello, I am new to Proxmox. I have some problems with obtaining IPv4 addresses from dhcp in my LXC containers. When I reboot my LXC containers, they won't receive an IPv4 address anymore. I am not sure if this is related, but it seems this started occurring after I ran the following commands on...
  7. D

    OVH: Setup with pfSense at OVH

    Hello! I'm quite aware that there may be a few threads that detail similar issues like the ones I am facing, however this seems to be slightly special, especially with OVH's strange networking. The following setup is given: Proxmox VE 8 Host on latest Version with all Updates installed. Said...
  8. M

    How to create a CT in a server without public ip

    Hey I'm currently setting up a server with proxmox and the problem is : we couldn't buy any public ip for the CT. I tried what I could to try and make this work but I can't quite figure out what I should put in IPv4/CIDR.
  9. U

    Ipv4 addresses issues

    I have installed pimox (proxmox in raspberry pi) and although it was running fine for months, i had to reinstall everything because disk corruption. Now, reinstalled pimox and installed a debian VM and Home Assistant VM.. Both are working fine with ipv6..but ipv4 is not working. They dont take...
  10. L

    Connection is lost intermittently and IPv4 address disappears for both supervisor and VMs

    Hi, I've scanned the forums and read hundreds of threads here and on other forums as well - but nothing seems to help. I'm running a Proxmox server and it's connected to an Unifi UDM with three networks: 10.0.0.0/24, 192.168.0.0/24 and 172.16.0.0/24. The VLANS are tagged with 192 and 172 (which...
  11. S

    IPv4 not available in newly created VM

    Hi, I am installing Flatcar in a Proxmox VM. I have already several VMs working under the `vmbr0` bridge. I disabled the Firewall while defining the VM in Proxmox. Everything goes fine during the install from the Flatcar Production ISO image. But when I `ip a` , only IPV6 is available under the...
  12. L

    OVH - Proxmox 7 + ipv4 + ipv6 (NAT)

    Hello guys I've been facing problems since always related with configuring all LXC's and VM's with ipv4 + ipv6 in OVH. There are 5+ posts in this forum related with that, but not even a completely working tutorial so the community users can finally configure they're machines in the correct way...
  13. A

    Ping LXC over ipv4

    Hello everyone. All of a sudden I'm having trouble resolving LXC hostnames. I think it started after the proxmox update. Now, if I ping LXC by hostname, it resolves as ipv6, but it doesn't ping with the ipv4 flag (-4). If I disable ipv6 in LXC, LXC will usually ping over ipv4. What needs to be...
  14. C

    Proxmox API - Post lxc - IpV6=auto

    Good evening, I wanted to try to POST a lxc with the api proxmox and putting in the net0 that: "net0":"name=vmbr0,ip6=auto,gw6=2001:470:c8fb:ffff::,gw=10.0.0.1,ip=10.0.0.23/24,rate=100" But when it creates my lxc, I look in the network tab and I have this: It does not replace auto with ipv6...
  15. R

    [SOLVED] IPv4 access lost after VM snapshot rollback

    Hi, I had a problem after upgrading one of my VMs to Debian 11 so I made a rollback followed by a VM restart. Now the VM has lost it's IPv4 address, only IPv6 is available: My Proxmox version in use is: 6.4-14 Any ideas how this could happen and how I can get back the IPv4 address?
  16. T

    Need Help - Proxmox with pfSense (1x NIC, 2x IPv4)

    Hello, I have rented a dedicated server. I have proxmox installed on it. Now I want to use pfSense as firewall and for internal routing of the other VMs. My goal is to: - An IPv4 for the host on which proxmox runs and is callable on the internet over it. - An IPv4 for the VM of pfSense, so...
  17. T

    No Internet over Ipv4

    A few days ago i buyed more Ipv4 Addresses and since then, all my LXC´s and with the old and the LXC´s/on Windoof VM are without Internet. I already checked my DNS Settngs, but i found no errors. If i try to ping 8.8.8.8 or any ipv6 adress/domain i get a respond. But with ipv4 not. I already...
  18. P

    Hetzner: IPv4 Routed to VM not working proberly

    Hello, for the last couple of days we try to switch our Proxmox installation from a Linux bridge to a routed setup with Proxmox. The Linux bridge worked just fine, but won't allow us to route IPv6 traffic to the VMs at the same time. Still we can't employ a IPv6 Linux bridge as Hetzner doesn't...
  19. S

    [SOLVED] REST API not setting IPV4 address for LXC container

    I have a working REST API Connection to proxmox. I can create and clone an LXC container just fine using the API. After cloning a container, I am trying to use the REST API to set the containers IP Address, but it's not working. My NodeJS code is below. let formBody = await...
  20. W

    Cannot access webgui after update from any browser

    Hello. I'm trying to troubleshoot a login issue to my usual https://xxx.xxx.xxx.xxx:8006 after updating Proxmox with the command apt-get dist-upgrade. Here is the version: pve-manager/6.4-13/9f411e79 (running kernel: 5.4.157-1-pve) I can ssh and access from mobile but not from browser from a...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!