Search results

  1. J

    Changing proxmox management ip

    I tried pinging directly from the gateway - the pfsense box. still nothing .. Perhaps we should add an interface to the bridge? I have eno4 free.
  2. J

    Changing proxmox management ip

    vlan99 is my default management vlan on my pfsense box using the 10.0 subnet. The switch and all access points are in this same subnet . Let me go back to recheck everything. In the meantime, here is the output you asked for: Chain INPUT (policy ACCEPT 8357 packets, 2573K bytes) pkts bytes...
  3. J

    Changing proxmox management ip

    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever...
  4. J

    Changing proxmox management ip

    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever...
  5. J

    Changing proxmox management ip

    I edited the /etc/network/interfaces file, saved, did an ifup eno1.99, then tried to ping it from another machine at 10.0.0.108. Didnt work. So i reboot the proxmox host. I still see that the old ip is still working and the network interface seems not to have been saved. Was it overwritten...
  6. J

    Changing proxmox management ip

    wonderful! going to implement and report back!
  7. J

    Changing proxmox management ip

    ok. but do you have a solution for my original post assuming its untagged?
  8. J

    Changing proxmox management ip

    - Proxmox has 172.20.2.3 and your ipmi/bmc interface has 172.20.2.2 ?
  9. J

    Changing proxmox management ip

    The proxmox server is connected to a switch port with vlan 1002 ( 172.20.2.0/24) tagged). I can of course change that to the native vlan - which is in the 10.0.0.1/24 subnet. Here is my interface config file ... auto lo iface lo inet loopback iface eno1 inet manual auto eno5 iface eno5 inet...
  10. J

    Changing proxmox management ip

    I setup proxmox with ip 172.20.2.3 on a supermicro box with ip 172.20.2.2. I have a default linux bridge vmbr0 with a cidr at 172.20.2.3/24 and gateway of 172.20.2.1. I am thinking of changing all the above to the following: keep the supermicro box in the 172 subnet. So it remains 172.20.2.2...
  11. J

    Help with zfs memory management

    @guletz - thx for your reply. So it is considered normal to see the memory at almost 100% ? Then what use is that info? Quite confusing.
  12. J

    Help with zfs memory management

    I installed my proxmox server on a two 250 gb ssd with raid1. My vms are stored on another zfs storage pool. The box has 64 gb memory. My memory usage is constantly past 90% despite having a few containers and vms setup with about 30 gb usage between all of them. I am having to do this daily...
  13. J

    Legacy bios to uefi mode

    mount | grep efi shows: efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime) Also, I am using ubuntu-live server for the vms. So there is a way to change this to uefi? can you point me to some instruction on how to do this?
  14. J

    Legacy bios to uefi mode

    hello @Stoiko Ivanov - yes, I used the iso for install with a zfs raid1 setup. So, I changed the boot mode on the supermicro server to uefi and it booted ok! The host, vms and containers all came back up ok. I also setup a fresh vm using OVMF (UEFI) and it all came up ok. I couldn't do...
  15. J

    zfs local storage setup help

    Hello @LnxBil and @jayg30 thanks for the info. I am all set with the bind mounts now. Now need to tackle the issue of setting up persistent storage volumes for my kubernetes cluster ( dynamically provisioned ). There is almost nothing out there for doing this on proxmox. My kubernestes...
  16. J

    Legacy bios to uefi mode

    I installed proxmox using the legacy mode - setting the bios to legacy on my supermicro server. Is it possible now, to change to uefi bootloader for my proxmox host? Or do I have to tear everything down and redo?
  17. J

    Help to understand mount points

    Hello Dominic - Sorry for the delayed reply. Finally got around to looking at this. I setup the zfs pool and the mount point as directed above. I installed postgres in this container. And I needed to move a postgres conf file into my mount point folder. I am running into permissions issue. I...
  18. J

    zfs local storage setup help

    Something like this ? zfs create -o refquota=100G datastore/backups
  19. J

    zfs local storage setup help

    So I created a zfs pool called datastore on the new disk. Has 1 tb of storage. Does creating a new dataset called backups at datastore/backup assign all the 1 tb to this dataset? Is there a way to limit how much space the backup dataset can have?