Search results

  1. F

    4 x 16TB - Better setup?

    Hi, im on my way to pick up my new home server hardware. Going to have 4 HDD:s á 16TB each. (And 2x1TB nvme for boot / pve / other stuff?) What would be the most sensible setup for the 16 TB drives, Atleast 10TB is going to be needed by either a NAS or something like seafile/nextcloud. I was...
  2. F

    Timed undo network change?

    Hi. Since my server is on Hetzner, i have no "backup" interface, in case i screw up the config. Like now when i get home, i more or less have to change the public facing ip for my proxmox host (so i can use the second one in opnSense with correct mac), if this change does not work out, in SOL...
  3. F

    Correct settings for Hetzner and allowed MAC-addresses?

    Want and want, this is where i am currently. Been reading the pages linked earlier. I probably want to go routed.
  4. F

    Correct settings for Hetzner and allowed MAC-addresses?

    Currently i have my servers IP set at eno1 2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether b4:2e:99:c9:b0:74 brd ff:ff:ff:ff:ff:ff altname enp0s31f6 inet xx.yy.zz.kk/26 scope global eno1 valid_lft forever...
  5. F

    Timed undo network change?

    Hi. I installed proxmox on my hetzner yesterday over kvm/bootable usb. Got so far that i started to follow a guide to get all VM:s on vSwitch, so i removed the server IP from the vmbr1 that had the server IP set (was going to set it to eno0 instead). So i removed all the vmbr and pressed apply...
  6. F

    Hetzner installimage proxmox + 4 diff drives

    I've added another SSD "only" to this server i've had a bunch of time.
  7. F

    Hetzner installimage proxmox + 4 diff drives

    Thanks. Im thinking, if proxmox can boot in a raided way like mirrored 2x60GB, the rest for the VM/CT:s, and the mirrored 8TB:s for VM data. so ssd for the VM files/boot, then a seperated drive for the VM for stuff like /home in the VM that is from the mirrored 8TB:s. Another thing i hit a...
  8. F

    Hetzner installimage proxmox + 4 diff drives

    Hi, yes i ment subscription, the community 1cpu, to support proxmox with little pocket change so to speak the 2x512GB is nvme/ssd, the 8T are hdd/mechanicals (Hetzner EX62 server) I also got 2 different IPv4 that i can use in some good way
  9. F

    Hetzner installimage proxmox + 4 diff drives

    Im planning to go with proxmox (+license) on my hetzner server. Im going to have 2x512GB, 2x8TB. What would be the best setup with the drives in mind? Server got 128GB ram, so that'll last a bit or three. My thought was atleast obviously to mirror the two 8TB drives. The other 2 for...
  10. F

    Proxmox claiming MAC address

    Im pretty sure i have it setup like this and mine got locked again in august.
  11. F

    Going back to Self-Signed cert was not easy..

    That page is more or less ONLY how to get ACME/Let's Encrypt working. I want to go the other way. I have tried to do the updatecerts, but this is where i get the problem, its issued to pve.your-server.de which doesnt point to localhost or 127.0.0.1, so i cannot access proxmox webgui
  12. F

    Going back to Self-Signed cert was not easy..

    Hi, i wanted to make a self signed cert again, so i can go over via the ssh connection and port forward this way, instead of having the PVE open to the internet, accessable. I have tried to create new cert using this page https://pve.proxmox.com/wiki/Proxmox_SSL_Error_Fixing But when i access...
  13. F

    The never ending Hetzner/MAC-Address war..

    I have a hetzner server, with one NIC, and 2 IP. MY current network setup is: Interfaces: auto lo iface lo inet loopback auto eno1 iface eno1 inet manual auto vmbr0 iface vmbr0 inet static address 65.21.231.x/26 gateway 65.21.231.x bridge-ports eno1 bridge-stp...
  14. F

    SPICE + DC Firewall = no go

    Hi. When i enable the datacenter's firewall, i cannot get spice vnc to work. I have tried to open port 3128, but not sure if these are the correct settings for the DC firewall to allow SPICE thru.
  15. F

    The usual, No internet in Guest VM's

    I changed nothing from my last post. But decided to reboot the whole PVE, because i read *somewhere on the internet* that this sometimes was needed with proxmox. Lo and behold, after reboot, my current config works, can ping anything, can get dns resolves from 1.1.1.1 / 1.1.4.4 dns-servers...
  16. F

    The usual, No internet in Guest VM's

    Nothing much changed, hdaddress added to vmbr0, adress chanrged /24 on vmbr0. and ip_forward added to vmbr0. auto eno1 iface eno1 inet static address x.x.x.91/26 gateway z.z.z.65 post-up echo 1 > /proc/sys/net/ipv4/ip_forward # post-up echo 1 >...
  17. F

    The usual, No internet in Guest VM's

    Might been a type-o, or one of the guide ive followed had 28. Changed to /24 and added ip_forward under the vmbr0. ifreload -a and still nothing seems to be able to come out from the guest VM.
  18. F

    The usual, No internet in Guest VM's

    I did that and ran ifreload -a. VM's still cannot ping the host nor be pinged by the host, and no internet access the windows VM has these settings on the network card:
  19. F

    The usual, No internet in Guest VM's

    The eno1 is my physical port. Or did you men put hwaddress on the vmbr0? ip a tells this about the eno1: 2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether b4:2e:99:c9:b0:74 brd ff:ff:ff:ff:ff:ff altname enp0s31f6
  20. F

    The usual, No internet in Guest VM's

    Hi. I just re-did my networking on my hetzner server. I need to do the NAT setup so guest VMs MAC-addresses are hidden. But with post-up iptables -t nat -A POSTROUTING -s '10.10.20.0/24' -o eno1 -j MASQUERADE It does not work. I cannot ping host-guest vm, i cannot ping guest vm-host. PVE...