Search results

  1. M

    Install Proxmox on Debian 12 Desktop

    Thank, I want still use Gnome desktop and use it and update it and use proxmox too and upgrade it to new release I read I have to remove debian kernel
  2. 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?
  3. M

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

    Thanks, like these auto vmbr2 iface vmbr2 inet static address 5.6.3.6/29 bridge-ports none bridge-stp off bridge-fd 0 post-up echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp
  4. M

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

    If I add these to /etc/network/interfaces is enough and some VMs can have Pulic IPs? auto vmbr2 iface vmbr2 inet static address 5.6.3.6/29 # additional public IPs bridge-ports none bridge-stp off bridge-fd 0
  5. M

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

    You said I set one of this public IP on one of the VMs and this VM can has public IP?
  6. M

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

    Thank you, I have some private IPs too, Do I have to do this for NAT these new public IPs to some VMs. post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up iptables -t nat -A POSTROUTING -s '5.6.3.6/29' -o eno1 -j MASQUERADE #new Public IPs post-down iptables -t nat -D...
  7. 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...
  8. M

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

    Thanks, what about NAT,I should another iptables commands on vmbr3? I have another question is this config good for routed network?
  9. 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...
  10. M

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

    Thank, but I do not know why when I use this guide VM can not ping 8.8.8.8 Can I find simple config for my use?
  11. M

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

    Thank, I use this link for config , https://first2host.co.uk/blog/proxmox-ve-8-routed-network-configuration/#comment-1649 which interface I must choose during made VM vmbr1 or vmbr0? which gateway I must set to VM during installation and after install? I can not find nice guide for promox 8...
  12. 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...
  13. M

    Get server from hetzner for proxmox

    Thank, nice guide, I see your link , but I do not understand this auto lo iface lo inet loopback auto eno0 iface eno0 inet static address 198.51.100.5/29 gateway 198.51.100.1 post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up echo 1 >...
  14. M

    Get server from hetzner for proxmox

    Can I do this only by Proxmox ?
  15. M

    Get server from hetzner for proxmox

    Thanks, but I do not want buy many IPs.I want do this with one public IP or two public IP.
  16. M

    Get server from hetzner for proxmox

    Installation is done, what I must do about how user access to VMs from internet?
  17. M

    Get server from hetzner for proxmox

    Thanks, I bought dedicated server from Hetzner with one IP public, I want install Proxmox and Run more than 100 VMs by proxmox, I want all these VMs can accessible from internet and user can ssh or rdp to these VMs and use these VMs. I want best solution for this case. I search around and i saw...