Search results

  1. M

    After Backup: boot failed: not a bootable disk

    Hello, What's in your host logs, eg /var/log/messages in between when it was working and when it crashed? Anything relating to underlying disk issues, access issues, extended wait times, i/o freeze? Do you have anything like a weekly RAID check that could be scheduled to fire off the same time...
  2. M

    I would like to see virtual appliances for Nexpose and OpenVAS

    Hello, I'll cast my vote to see virtual appliances for both Nexpose and OpenVAS. Willing to bet somebody could do a better job than mine which I've just spent the day downloading, converting and deploying the community versions of both the above. Bboth are supplied as OVF templates for vmware...
  3. M

    Proxmox 4 Hetzner extra subnet configuration

    Petrogazz is right - with separate ip's and not a subnet and attempting to use a bridged configuration, separate MACs must be used otherwise the Hetzner network drops the traffic. I got some [possibly outdated?] info here when first setting mine up http://wiki.hetzner.de/index.php/Proxmox_VE/en...
  4. M

    VM BIOS question

    Hello, can anybody answer a quick question for me, Currently with Proxmox VE 4.0 and 4.1 and getting right annoyed with F12 to select BIOS boot - if you don't hit it as exactly the right time, Firefox appears to intercept the F12 keypress and bring up its code debugger. I notice that 4.1 is...
  5. M

    Proxmox 4 Hetzner extra subnet configuration

    Hey, you're welcome. One thing that threw me was the firewalling inside Proxmox and several times I managed to lock myself out. It was because I had set connections to drop without explicitly allowing traffic to the management address on tcp/22 or tcp/8006. If you have problems and lock...
  6. M

    Hetzner IP + /28 Subnet

    As I wrote, I don't believe you need any route beyond what you have. If you have created a bridge with an ip address from your subnet and you can ping that from the internet, simply use the other addresses on a vm connected to that same bridge and use the ip as gateway. try that
  7. M

    Hetzner IP + /28 Subnet

    so that is now correct. You then assign your ip's in your vm's attached to vmbr1 and give it the gateway of the ip you assigned to vmbr2.
  8. M

    Hetzner IP + /28 Subnet

    ok, see on mine I moved the ip address from the physical etho to bridge vmbr0 and I dont appear to have any extra routes. In yours I don't see any extra bridge information. I wrote before, due to the Hetzner network it would appear you HAVE to sacrifice one of the additional ip's in the subnet...
  9. M

    Hetzner IP + /28 Subnet

    Right, proxmox is based on debian, is this an install from the proxmox media or a manual installation?
  10. M

    Hetzner IP + /28 Subnet

    OK, can you list contents of /etc/network/interfaces and anything in /etc/sysctl.conf not commented out? Also what is the current state of your firewall ?
  11. M

    Hetzner IP + /28 Subnet

    Hi Burak, See my reply to another user a few threads below yours https://forum.proxmox.com/threads/proxmox-4-hetzner-extra-subnet-configuration.25019/ This should give you enough info to start using your subet. How many bridge interfaces you end up with depends entirely on how many ip's you...
  12. M

    Proxmox 4 Hetzner extra subnet configuration

    Hello, new user here with various machines at Hetzner, this is what works for me. I wanted to use separate bridges for each available ip address on my subnet so I ended up with lots of bridge interfaces. You may want something different, eg 2 ip's on one. For me, I would recommend creating all...