Search results

  1. J

    Changing proxmox management ip

    @Ramalama - Thanks for the detailed write up. it cleared a lot of things for me. I got it all working with your new code, with one exception - a VM on the native vlan 1 is not able to get an ip address from the new bond and vmbr0 bridge. I have 3 other vlans, and I am able to assign them to...
  2. J

    Changing proxmox management ip

    @Ramalama I managed to get it to work with the setup below. Its been working great for awhile now. I am now trying to change things around again. I'd like to setup an LACP aggregation using eno7 and eno8 ( 2 sftp+ ports ). Then, move the vlan setup from eno5 to the new bonded LACP ports...
  3. J

    Changing proxmox management ip

    not really - still not working. I tried the code block above alone then also added the block below before the vmbro block in a second attempt. Still didn't work. auto eno1.1100 iface eno1.100 inet static address 10.10.100.20/24 gateway 10.10.100.1 vlan-raw-device eno1
  4. J

    Changing proxmox management ip

    @Ramalama - So I have changed this around abit to simplify things and potential correct any configurations. I now have : proxmox management/gui on 10.10.100.20 with gateway @10.10.100.1. This is the same vlan as my network mamagement vlan ( 1100). At least I can log in etc. I now want to...
  5. J

    Changing proxmox management ip

    I think I certainly have something misconfigured. Instead of trying to troublehsoot it, lets blow it all up and start fresh? The goal is to put the proxmox management gui on the pfsense management vlan ( is that best practice? ), then allow for all lxc containers to be vlan aware - so I can...
  6. J

    Changing proxmox management ip

    Hello - this didnt work. But I noticed that the proxmox hostname is set to the current bridge ip.( 172.20.2.3). Does this change it?I can try again.perhaps something I missed.
  7. 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.
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. J

    Changing proxmox management ip

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

    Changing proxmox management ip

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

    Changing proxmox management ip

    - Proxmox has 172.20.2.3 and your ipmi/bmc interface has 172.20.2.2 ?
  15. 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...
  16. 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...
  17. 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.
  18. 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...
  19. 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?