Search results

  1. R

    Newbie Proxmox lover hard drive question

    your set up will be very easy to manage in the future if you start by using zfs for storage. we use pve at work an at home pve for home theater and backups of work . quick suggestions: get 2 500GB ssd and use in a zfs raid1 . if you can not afford 2 ssd's still use zfs and add 2nd...
  2. R

    GET /download: 404 Not Found: open file ... client.log.blob" failed - not found

    Fabian, I just tested a sync by the faster system and at the end this was at log on the source pbs system: 2021-03-18T09:31:30-04:00: GET /download: 404 Not Found: open file "/backups/daily/host/fbcadmin/2021-03-18T12:32:01Z/client.log.blob" failed - not found so the missing .blob file is not...
  3. R

    GET /download: 404 Not Found: open file ... client.log.blob" failed - not found

    I have two remote pbs systems that syncs are sent to. one is taking 10 times longer to complete . internet connection speeds are 50MB+ for other downloads.. so connection speed is not the cause of slowness. at the end of a transfer I noticed an error with client.log.blob missing. could...
  4. R

    Proxmox + PFSense routing?

    NO ! thank you for suggesting that test. our new WAN connection has not arrived, when it does we'll repeat that test.
  5. R

    Proxmox + PFSense routing?

    the wan device works fine as WAN2 at hardware pfsense. NAT works. at the pf vm , firewall log shows a green pass when i do this from off site : ssh -p 3322 IP however i do not get to the linux test system when i run the ssh test . that test works when WAN2 is connected to hardware pf.
  6. R

    Proxmox + PFSense routing?

    yes noticed that. we will be trying a wired WAN instead of that backup wireless lan later in the week. we purchased another wired wan which is getting intalled tomorrow - so will use that.
  7. R

    Proxmox + PFSense routing?

    firewall logs show no activity. i have the test 3322 port forward to do logging. So i think the issue is with routing at the switches. the switch runs nvidia linux . it is a debian based system. routing is done using frr [ i barely understand ] . here is parts of /etc/frr/frr.conf ip...
  8. R

    Proxmox + PFSense routing?

    here are some pics
  9. R

    Proxmox + PFSense routing?

    I can also ssh to other vlans from pf
  10. R

    Proxmox + PFSense routing?

    Yes. I can ssh to pfsense from vlan10 , and from pfsense ssh to vlan 10 .
  11. R

    Proxmox + PFSense routing?

    pfsense LAN is in the same vlan as pve hosts . perhaps it pfsense LAN should be in its own vlan ?
  12. R

    Proxmox + PFSense routing?

    yes high availability is important.
  13. R

    Proxmox + PFSense routing?

    we have pf running on hardware [ for over 15 years ] we are getting a new WAN connections and want to try pf as a kvm. so I want to have our port forwards done same as on hardware. I have done that in the past. this time instead of connecting WAN to a hardware port on one pve node , I...
  14. R

    Proxmox + PFSense routing?

    Hello lixaotec, I am trying to get pfsense to work as a kvm , and having nat difficulties . Did you end up getting pfsense to work as a KVM? thanks.
  15. R

    [SOLVED] pfsense and vlans

    all set - I had to add rules. I just copied lan rules... so i'll try to make a lan group for rules. thanks again!
  16. R

    [SOLVED] pfsense and vlans

    the vmbr on pve and switch are set to vlan aware. I tried both add nics and and just defining vlans. I could have done those wrong. I have tried adding gateways per vlan and not. I suspect the issue is with switch settings , however linux vm's work with ping and ssh from other vlans...
  17. R

    [SOLVED] pfsense and vlans

    Hello I have a testing pfsense vm running as a kvm. The issue we have is that the pfsense kvm is not reachable on lan from other then one vlan. so from workstations on a different vlan - pf can not be reached using http or ssh. all other linux vm's are reachable. it runs on this...
  18. R

    Is it possible to apply a value into the 802.1p field

    we want prioritize network traffic at our switch . it uses cumulus linux and can prioritize traffic based on 802.1q . that way from the KVM phone system just voip / voice would get a different value then rsync backups. coming from pve , backups would get a lower value then other types of...
  19. R

    [SOLVED] pfsense on a pve cluster

    and pfsense plugs in here at switch. lacp is not set up yet due to a bug auto swp24 iface swp24 bridge-pvid 2
  20. R

    [SOLVED] pfsense on a pve cluster

    this is how the bond and bridge is set up at switch. note lacp lag is used to the pair of switches: auto bond2 iface bond2 alias bond2 on swp2 bond-miimon 100 bond-mode 802.3ad bond-slaves swp2 bond-xmit-hash-policy layer2+3 bridge-pvid 10 clag-id 2 #bridge-vids...