Search results

  1. A

    Unable to log into web interface

    What error message are you receiving in the web browser? Have you tried to telnet into the web interface to see if the server is responding on the web interface port? I know you stated you are running critical VMS but PVE 3.x is EOL - I would strongly advise you upgrade to a newer Proxmox...
  2. A

    [SOLVED] Newbie Question

    I still have not figured out question 1, though I am planning to install PMG this week and backing it with hmailserver. I will be shutting off my production Zimbra install while I test. I will start with all emails being received by hmailserver and forwarded to another email address for...
  3. A

    3 node shared or replicated?

    The way that I use proxmox with nfs is this: I have 6 nodes in my cluster and 2 qnap TS451 units. The nas units are setup in raid 6 so their is some fault tolerance. They are also connected to the nodes using 2 bonded gigabit nics. The vm disks are split between the two nas units and I also...
  4. A

    PCI Pass through of a GPU

    I did try installing the Nvidia drivers and then adding the 1060 back into the VM but still could not get an output. I did not setup VNC or RDP. I must admit I did try and find the syslog but was not sure where to look, I wasn't able to check the event log in the guest with the 16060 attached as...
  5. A

    PCI Pass through of a GPU

    so I set up the machine and go it working with the 710 card no problem but when I switch to the 1060 card I get no errors in the web interface but I cannot get anything on the connected (to the 1060 card) display. VM config: (all done though the GUI) balloon: 512 bootdisk: virtio0 cores: 7...
  6. A

    Unable to access proxmox host

    Are you able to access the node directly vs ssh or web interface?
  7. A

    [SOLVED] Newbie Question

    I have been thinking about deploying PMG on my network and have read many forum posts and also the manual but still not sure it will do what I am hoping it will. Here are my newbie questions, I have been using ProxmoxVE for 3 years now but have yet to really dive into the PMG. 1. Can I setup...
  8. A

    [SOLVED] Using a NIC with dual ethernet connection

    Just confirming that your second nic port is connected to the same switch or router as the first one? They are 2 separate cables correct?
  9. A

    [SOLVED] Using a NIC with dual ethernet connection

    Two things can you ping either the proxmox node or say googles dns server from the vm? What is the output of this command: ip addr show when run in the VMS console
  10. A

    [SOLVED] Using a NIC with dual ethernet connection

    If you goto the console for that vm and login, I assum a linux distro. Can you screenshot the /etc/network/interfaces file contents for me.
  11. A

    [SOLVED] Using a NIC with dual ethernet connection

    Post a screenshot of the VMs network interface file as well as a screenshot of your nodes network settings in the proxmox web interface. Let's see where the issue is hiding now.
  12. A

    [SOLVED] Using a NIC with dual ethernet connection

    glad you got it working again. just remember to edit your original post and mark it solved after you make sure it's working after the reboot.
  13. A

    [SOLVED] Using a NIC with dual ethernet connection

    what you have in your screenshot is an IP assignment for the node, then the same IP assigned to 1 or more VMs
  14. A

    [SOLVED] Using a NIC with dual ethernet connection

    you will want to change the ip of vmbr0 to your management IP but do not assigned an address on vmbr1, you would assign the ip inside the vm(s)
  15. A

    [SOLVED] Using a NIC with dual ethernet connection

    you need in my opinion remove the bond and then dedicate one interface for management and the other for your virtual machines. i should have a screenshot of how I would set it up shortly
  16. A

    [SOLVED] Using a NIC with dual ethernet connection

    I will try and create a virtual proxmox install to get a setup file or screenshots for you
  17. A

    [SOLVED] Using a NIC with dual ethernet connection

    I would remove the vmbr0 settings, that should let you into the interface again and then allow you to set things up again correctly. Once you are in the web interface again I would remove the bond and setup one nic as your management interface and the other as your VM interface.
  18. A

    [SOLVED] Using a NIC with dual ethernet connection

    here is my file. you can see that each interface is only bonded or assigned once. auto lo iface lo inet loopback iface enp3s0 inet manual iface ens3 inet manual iface ens5 inet manual iface ens4 inet manual iface enp5s0 inet manual auto bond0 iface bond0 inet static address...
  19. A

    [SOLVED] Using a NIC with dual ethernet connection

    try removing vmbr0 and seeing if you can access the web interface. it looks like you have created a bond with the same interfaces as you are trying to use with the virtual bridge.
  20. A

    [SOLVED] Using a NIC with dual ethernet connection

    it is asking for me to ask for permission when I click on your link.