Search results

  1. T

    [SOLVED] MAC Address Blocked, How to Unblock?

    I'm not familiar with OMV, but some distros have Fail2Ban installed which monitor for failed login attempts and will jail them for a period of time. I would start by checking your container's /var/log files.
  2. T

    [Suggestion/Feature Request] VM/CT "Web UI" Tab

    I would like to see a web UI tab in the VM/Container that would allow us to have quick, configurable access to a virtual appliance's web UI. This could be something that we can configure in the options settings. It might be defaulted to off, but when enabled, it could parse the IP from the...
  3. T

    Proxmox will not access internet

    Could you provide the outputs from the following commands: ip a ip route cat /etc/network/interfaces I suspect the problem might be the IP isn't set. Proxmox requires a static IP. I suspect if you add the static IP to the /etc/network/interfaces file, it will likely fix your problem. Might...
  4. T

    [SOLVED] Strange routing - host can't connect to internet via VM gateway and PCI passthrough'd NIC.

    So, the answer was to use ip route replace instead of add/del. I fixed it with: sudo ip route replace default via 172.16.0.1 dev vmbr1
  5. T

    [SOLVED] Strange routing - host can't connect to internet via VM gateway and PCI passthrough'd NIC.

    Sorry for the long post. I'm having to connect to my host box by KVM and there's no easy way to copy-paste from there. I had to install LXDE and a web browser to configure my firewall VM. Anywho... My setup is on a dedicated server with a single IP address and network uplink. I am trying to...
  6. T

    [SOLVED] Remove or reset cluster configuration.

    I'll give it a shot and report back! Thanks!
  7. T

    [SOLVED] Remove or reset cluster configuration.

    Spoke too soon. While the cluster information is removed; when attempting to join the cluster, I get the following: detected the following error(s): * this host already contains virtual guests TASK ERROR: Check if node may join a cluster failed! I attempted the following: root@pve:~# pvecm...
  8. T

    [SOLVED] Remove or reset cluster configuration.

    Thank you! This still appears to be the way to clear it! EDIT: Not quite there (see next post). When I attempted this earlier, I must have missed the pmxcfs -l line to force local mode. .://:` `://:. root@pve `hMMMMMMd/ /dMMMMMMh`...
  9. T

    [SOLVED] Remove or reset cluster configuration.

    I have 2 PVE nodes that I would like to setup as a cluster, however both have configured clusters and I can't figure out how to remove the cluster from one to join the other.