Search results

  1. M

    Install Proxmox on Debian 12 Desktop

    I have debian 12 desktop with Gnome, I want test proxmox on this desktop Can install proxmox and still has Gnome desktop too?
  2. M

    Add additional Public IPs to proxmox and route them to some VMs

    I installed proxmox, this server has two LAN cards, and it has one public IP, I use Vmbr0 and Vmbr1 for networking and VMs can use Vmbr0 and Vmbr1 for see each other and can update or install package. I have additional public IPs and I want set these IPs and route these IPs to some VMs, How I...
  3. M

    add another private IPs subnet and NAT to VMs, additional public IPs for some range VMs

    I have proxmox 8.2 and this is current interface config source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface lo inet6 loopback iface eno1 inet manual auto vmbr0 iface vmbr0 inet static address 3.2.1.38/26 # first ip public gateway 3.2.1.1 bridge-ports eno1...
  4. M

    I think my config has problem, VMs can not ping 8.8.8.8

    This is my config on proxmox 8.2 about interface source /etc/network/interfaces.d/* auto lo iface lo inet loopback iface lo inet6 loopback auto eno1 iface eno1 inet static address 3.2.1.38/26 gateway 3.2.1.1 up route add -net 3.2.1.0 netmask 255.255.255.255 gw 3.2.1.1...
  5. M

    Get server from hetzner for proxmox

    I want use hetzner dedicated server and install on this server latest proxmox and install VMs on it and give SSH access to users from internet and they can connect to this VMs and use them. Please help me to buy right server for my projects. For example how many Lan or IPs this server should...
  6. M

    Proxmox 4.2.2 , four HDD one for OS and other

    I have HP server , with four HDDs , I install on Proxmox 4.2.2 on first HDD , and I can not find options for partitioning other HDD, during Installation . So what I must do ? Do I partitioning three HDD with Fdisk and then mount them ? I need clean way . I want when first. HDD failed and I...
  7. M

    Proxmox 4, two HDD , one for OS and other for VM , change first HDD with new one

    I installed Proxmox 4 on HP server , and HP server has two HDD , one of them 80GB and another one is 1TB HDD. this HP server work for us over 5 years , without any error , we have another HP too , yesterday first HDD is faild and OS can not boot . So I want change first HDD , I install OS on...
  8. M

    resize VM HDD to 800GB and my real HDD has only 80GB

    I install Proxmox 4 on my HP server , my HP server has two HDD one of them is 80GB and another HDD is 1000GB. I run centos on first HDD make 32 GB virtual HDD for it . 32 GB is not enough for my project , so I go to Proxmox UI and resize HDD . and make mistake and make 800GB HDD , real HD is...
  9. M

    New interface when I run ifconfig -a

    today when I run this command ifconfig -a I see root@aal-prox:~# ifconfig -aeth0 Link encap:Ethernet HWaddr 00:19:bb:ce:a8:60 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3903117 errors:0 dropped:0 overruns:0 frame:0 TX packets:2856980...
  10. M

    FreeBSD move to Proxmox , NICs sometimes can not work

    I have FreeBSD physical server . this server work for me 5 years , after 5 years , mainboard is fail and sometimes it can not turn ON , So I move this server to VM by Proxmox , everything is OK and my FreeBSD boot good , My FreeBSD has two NIC , one NIC with public IP and one NIC with private...
  11. M

    Proxmox 4 , VM have Two NIC , public IP and private IP , can not ping e

    I install Proxmox 4 and I have 4 VM , OpenBSD , FreeBSD , ubuntu and Centos , and I add two NIC for each VM , my Promox 4 has two NIC , one NIC with public IP and one NIC with private IP , this is my root@aal-prox:~# cat /etc/network/interfacesauto lo iface lo inet loopback auto vmbr0 iface...
  12. M

    Can I install plex , transmission , rtorrent and other application ?

    I install Proxmox 4 , can I install Plex and transmission and rtorrent on my server and use them ?
  13. M

    can I run apt-get update and apt-get upgrade everyday

    I install Proxmox 4 and I use it for VM. can I use these commands everyday ? can these command effect on stability of Proxmox ? apt-get update && apt-get upgrade
  14. M

    [SOLVED] proxmox 4, live migration , freebsd, boot error , root partition

    I have pyhysiacal server , this server has FreeBSD , with two IDE HDD , I start live migration by clonezilla and everything go well , but when I start it . I see error about mount root partiton and system can not boot . and I see error about mount root , in VM I make two HDD too I see trying to...
  15. M

    My HP server has two Lan , but only connect to UI with one Lan

    I install Proxmox 4 and I have HP server , my HP server has two Lan card , in first installation , I can not connect to UI . and can not ping my system . so I plug cable to another Lan card , and I can access to UI . I think Proxmox can not detect one Lan card. I want set public IP to first...
  16. M

    fdisk -l do not show second hrd

    I install Proxmox VE 4 and I install it on first HDD and my system has two HDD. when I run this command fdisk -l I see second HDD was partitioned by FreeBSD FS, I want use second HDD , for VM , because I can not find enough space on.first HDD what I must do ?