Skip to main content

All Questions

Tagged with
0 votes
0 answers
15 views

How do I configure 2 public IP addresses on Debian and enable NAT traversal on one?

I got 2 IP addresses from my hosting company, xx.xx.xx.109 and xx.xx.xx.110, both in the same subnet. The subnet mask is 255.255.255.192 and the gateway is xx.xx.xx.20 I have a Proxmox server and ...
WarningSign's user avatar
0 votes
0 answers
58 views

Proxmox linux bridge has binded ip which not works 50% of time

I have default proxmox install on Vultr baremetal server It has bridge like this root@ed2:~# cat /etc/network/interfaces auto lo iface lo inet loopback iface enp1s0 inet manual auto vmbr0 iface ...
arheops's user avatar
  • 1,385
0 votes
0 answers
61 views

Why does my NVMe shows up twice?

Running Debian (ProxMox), why do all my NVMe shows up twice? It is quite confusing which one I should use when trying to perform CLI operations. # ls /dev/disk/by-id/nvme-...
bilogic's user avatar
  • 139
0 votes
0 answers
2k views

How should I configure /etc/network/interface to make Proxmox node use an iface trunk?

On a proxmox node I have the current /etc/network/interfaces file: auto lo iface lo inet loopback iface eno1 inet manual iface eno2 inet manual iface eno3 inet manual iface eno4 inet manual auto ...
Kraal's user avatar
  • 101
4 votes
1 answer
1k views

How to make samba share show free space correctly?

I have a server with proxmox on it, that has 2 VMs running.One of these servers has a samba share that is accessed by the other. The share points to the mounting point of a drive. And here comes the ...
meszolym's user avatar
0 votes
1 answer
3k views

Persistent promiscuous mode in Debian 12

TLDR: How do you add persistent promiscuous mode in Debian 12? I'm running a Proxmox server with a few virtual machines and each VM is running separate Docker containers for different tasks. ...
samumoil's user avatar
0 votes
0 answers
598 views

NAT with iptables does not work from within a VM

I use Proxmox on a Debian 11 host with two public IP addresses. One ip gets bridged to a virtual machine (VM1) via vmbr0. For another machine (VM2, IP 192.168.10.2) I want to use NAT to get internet ...
DaBrot's user avatar
  • 1
0 votes
0 answers
2k views

Proxmox - Configure two bridges in a single NIC

I have Proxmox installed in two servers directly linked by a switch, I need to configure two different addresses in a specific NIC (that have a capacity of 10GB) for each server. I tried many ...
Khalil Meg's user avatar
0 votes
1 answer
448 views

Computer not booting after removing graphics card?

A recent machine was given to me use as a ProxMox (basically Debian) server. It uses an Asus H310M-K motherboard and it came with an Nvidia Geforce 710 graphics card. It booted already just fine, even ...
daveslab's user avatar
  • 1,005
1 vote
1 answer
862 views

Proxmox System freezes after 30-40 minutes running, no containers/VMs running

I am having some problems with a new-to-me used Xeon E3-1225 server I'm trying to turn into home server. Currently, I have it setup with Proxmox installed, two 1TB hard drives (different makes/models)...
Vick L's user avatar
  • 11
0 votes
1 answer
796 views

System Down KVM

I have an issus with my proxmox server. Sometime I cannot access to my server. Ping or Ssh does not work, I have tried to connect my screen to the server to check what's happen but I have no image. ...
rab's user avatar
  • 13
1 vote
1 answer
935 views

Cannot Mount disk in VM debian ( via proxmox )

I have added my disk successfully in proxmox and mounted them: I can list all my files include inside root@pve:/mnt/sdc# cd /mnt/sda/ root@pve:/mnt/sda# ls images lost+found NAS4 root@pve:/mnt/sda# ...
rab boubou's user avatar