Search results

  1. G

    Directory storage as actual directory

    I am reviewing the bind mounts doc page and going to try to figure that one out. When you stated "export the network storage via a virtual network" I am trying to guess what you mean. If you have any documentation link that would be great. Right now I have my openwrt router container...
  2. G

    Directory storage as actual directory

    @Fabian_E Thanks for the tips. I have questions on those though. I would use a container if I could but some of the guest setups I want to use/test are not advised to be run inside containers. Omv and nextcloud are the two biggest candidates right now for the use/test. Using a network...
  3. G

    Directory storage as actual directory

    instead of passing an entire disk to a vm: Is there a way to specify a directory wherever I want, and then specify that the files to be stored there would be "raw"?. When I create a vm and go to add another hard drive, it gives me the option to choose my storage location BUT I only have the...
  4. G

    Network Interfaces not working

    # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what # you're doing. # # If you want to manage parts of the network configuration manually, # please utilize the 'source' or 'source-directory' directives to do # so. # PVE will preserve these...
  5. G

    Network Interfaces not working

    My interfaces file has none of those items (up ip route) but all my hosts get their ip from my dhcp server. My proxmox host gets the same ip from dhcp based on its mac address. The containers and vms are the same way...mac addresses used to set the static ip from my dhcp server (router).
  6. G

    Question on firewall

    I have a proxmox server that I am setting up to take the place of my mikrotik router. Currently it’s still offline (no internet access) until I am certain I have the networking worked out. The first proxmox server I installed was 6.3? and since it was a host in my LAN I used an iptables setup...
  7. G

    [SOLVED] Openwrt in proxmox

    Derek, Thank you for your thoughts. OpenWRT (from what I have found) has a bit more features that I want/need to use. I am familiar with containers as I have a pihole and some other small containers already running in my proxmox environment. They currently get dhcp IP off my lan so setting...
  8. G

    [SOLVED] Openwrt in proxmox

    I have tried two methods. https://www.jwtechtips.top/how-to-install-openwrt-in-proxmox/ https://forum.openwrt.org/t/guide-run-openwrt-as-a-container-in-proxmox/44683 In the vm method openwrt does not completely boot. It gets stuck at the br-lan ready section and hangs. In the container...
  9. G

    DHCP Issue

    I have done this for my proxmox to work under dhcp. https://forum.proxmox.com/threads/ve_host-web-interface-setup-for-dhcp.27481/ I have a home server and I also set the static IP through my router (dhcp server). Works for me.
  10. G

    Setting up storage

    Hoping to get a bit more information. Currently my proxmox has been re-installed on top of debian using this guide https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Buster When I installed debian I chose "Everything on one" (drive or partition I can't recall). When I first tried the...
  11. G

    Setting up storage

    Hannes, Thanks for that link. According to that RAID0 is "single disk" and RAID1 is "mirroring". I am learning through the webgui for now though I am not afraid of shell/ssh/console. Is there any chance that unionfs or merge/rfs can be used under proxmox to make both drives "appear" as a...
  12. G

    Setting up storage

    Hello all. I just found proxmox and I am trying to get something off the ground. I had omv installed on the box I am using now for proxmox. ASrock IMB-1211-D, i7-9700, 32GB RAM, Two 8TB HDD, one 250GB nvme. My initial goal was to install proxmox onto the nvme and then use the two 8TB hdd...