Search results

  1. J

    PFsense VM networking bridge on proxmox ve

    Hi, i'm exploring the possibility to have a pfsense transparent firewall on a proxmox ve VM but i reach some limitations (or some misunderstanding) I have a 5 nodes proxmox ve cluster configured with a VLAN aware bridge (trunk connected with all my netwokr vlans) Is it possible to have on a...
  2. J

    SDN Network and PFSense Bridge

    Hi, i have one pfsense vm on a proxmox ve cluster act as firewall and IDS with snort, net0: virtio=AE:D9:1F:2D:B7:8A,bridge=vmbr0,tag=1000 net1: virtio=CA:C1:3A:C8:74:7B,bridge=vmbr0,tag=200 net2: virtio=7E:83:8A:B0:CD:C4,bridge=vmbr100 i configured a bridge of two interface (each one on...
  3. J

    [SOLVED] proxmox ve file restore

    Hi, i have an error if i try file restore functionality: obviously i have backup on pbs and i have tried on all backupped vm i have. Some suggestion?
  4. J

    proxmox ve ve 6.3 restart when GW not available

    Hi, i don't know if it's an issue or my fault: We have a 5 node Proxmox VE 6.3 cluster and when we make some update on our firewall/gw (when gateway for some time isn't available for example) , proxmox ve nodes reboots (all nodes on the same subnet obviously) is this a normal behavior? do we...
  5. J

    LXC backup fail

    Hi, tryng to backup (suspend) on local storage one of my container i noticed: INFO: suspend vm INFO: lxc-freeze: 121: freezer.c: do_freeze_thaw: 54 Failed to freeze 121 INFO: lxc-freeze: 121: tools/lxc_freeze.c: main: 89 Failed to freeze /var/lib/lxc:121 ERROR: Backup of VM 121 failed -...
  6. J

    OpenVSwitch isolated bridge between two or more proxmox ve nodes

    Hi, i'm trying to set a private network for some of my VM and i'm trying using an ovs gre tunnel i found this: https://documentation.online.net/en/dedicated-server/tutorials/network/rpn-proxmox-openvswitch auto vmbr1 iface vmbr1 inet manual ovs_type OVSBridge post-up...
  7. J

    [SOLVED] Container Bandwith Rate Limit doesn't work

    HI, Proxmox VE 6.1-8 with new kernel 5.4 two linux container in two different cluster nodes Rate Limit tested with iperf3 doesn't work net0: name=eth0,bridge=vmbr0,firewall=1,gw=xx.xx.xx.xx,hwaddr=XX:XX:XX:XX:XX:XX,ip=xxx.xxx.xxx.xxx/25,rate=200,tag=1000,type=veth configuration file are...
  8. J

    [SOLVED] Centos 8 VM fail to install

    Hi, i'm trying to install Centos 8 VM in a proxmox ve environment but installation fail (with dvd iso and netinstall iso) Plymouth fail to start all end with "failed to start Switch Root"
  9. J

    Proxmox ve 6 syslog lxcfs

    Hi, after upgrading to proxmox 6 from 5.4 i find in syslog: Aug 6 10:44:31 ********** lxcfs[1265]: bindings.c: 4526: cpuview_proc_stat: cpu7 from /lxc/116/ns has unexpected cpu time: 22174 in /proc/stat, 22450 in cpuacct.usage_all; unable to determine idle time Aug 6 10:44:31 **********...
  10. J

    Proxmox 6 syslog

    Hi, after upgrading from 5.4 to 6 i find on syslog: kernel: [ 1226.689221] conntrack: generic helper won't handle protocol 47. Please consider loading the specific helper module. Why? some hints?
  11. J

    open iscsi starts before network

    in my installation iscsi starts before network and when i made a reboot system iscsi have to wait network
  12. J

    proxmox ve best network configuration

    Hi, is it possibile to propagate a switch trunk on a proxmox bridge to distribute vlan directly on VM and container? for example: switch------trunk of vlan 2,3,10,15------proxmox bridge br1-----VM on vlan3/VM on vlan10/VM on vlan15 i have to use openVswitch? Some examples? Or i have to...
  13. J

    LXC apparmor

    i noticed some logs on kernl.log on one of my LXC container: audit: type=1400 audit(1525619562.342:31): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-container-default-cgns" name="/" pid=7220 comm="(imedated)" flags="rw, rslave" because in proxmox VE...
  14. J

    LXC container and static route

    Hi, i have one container with 2 network card/connection i have to set one static route, but using (for example) in /etc/network/interfaces up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.10.200.1 doesn't work suggestion? thanks in advance
  15. J

    Proxmox VE iSCSI strange log on Synology Storage

    Hi, i have a cluster of 5 server connected (iSCSI) with a Synology RS3617xs+ (10GBE interface); all seems working fine but on Synology i have some strange log: continuous: 2018-01-31T18:39:33+01:00 mksyn kernel: iscsi_target_parameters.c:44:iscsi_login_rx_data rx_data returned 0, expecting...
  16. J

    [SOLVED] LVM over ISCSI deleted from web interface

    i accidentally deleted a LVM (over ISCSI) Storage from interface but it remains mounted and work for now... if i try to recreate from interface i have this error (obviously): Can't open /dev/sdb exclusively. Mounted filesystem? (500) Can i recover?
  17. J

    [SOLVED] proxmox ve cluster and Cisco Nexus

    Hi, someone have experience on configuring nexus (nx os on 3000 series) switch to support multicast (igmp)?
  18. J

    [SOLVED] Cluster datacenter.cfg missing?

    Hi, is it normal that my cluster /etc/pve is without datacenter.cfg? i need to configure unsecure migration...
  19. J

    systemd warning on logs

    Hi, every time i migrate or restart a VM i see in logs: Oct 30 07:16:31 *****srv1 systemd-udevd[33305]: Could not generate persistent MAC address for tap107i0: No such file or directory Oct 30 07:15:53 *****srv1 systemd-udevd[32939]: Could not generate persistent MAC address for tap104i0: No...
  20. J

    Kernel Panic during installation on HP Proliant DL260G6

    Hi, proxmox installer (ISO) on HP Proliant D260G6 fail during installation with kernel panic; i tried with noacpi but it's the same. Some hints?