Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Installare POUND come Load balancer SSL

    Scheduled Pinned Locked Moved Italiano
    1 Posts 1 Posters 1.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Y
      yena
      last edited by

      Ciao, vorrei far girare Pound su PfSense.
      ( ho testato il Load balancer interno, ma mi occorre un prodotto che mi gestisca connessioni
      miste http https con persistenza delle sessioni .. )

      Il mio problema è che se attivo il NAT, è come se Pound non esistesse,
      il traffico mi va sul primo NAT che trova.
      Se disabilito il nat e mantengo aperta la 80 e la 443, ho un 404 …

      Quest è la config di pound:


      global options:

      User "nobody"
      Group "nobody"
      #RootJail      "/chroot/pound"

      Logging: (goes to syslog by default)

      ##      0      no logging
      ##      1      normal
      ##      2      extended
      ##      3      Apache-style (common log format)
      LogLevel      3

      check backend every X secs – abbassare in caso di DDOS alzare su retei lente:

      Alive          30

      Main listening ports

      ListenHTTP
        Address 0.0.0.0
        Port    80
        Client  10
      End

      ListenHTTPS
        Address 0.0.0.0
      Port    443
        Cert    "/etc/pound/pound.pem"
        Client  20
      End

      Service
        BackEnd
            Address 192.168.0.2
          Port    80
            Priority 3
        End
        BackEnd
            Address 192.168.0.3
          Port    80
            Priority 4
        End
        Session
            Type    COOKIE
            ID      "userid"
            TTL    180
        End
      End

      Qualche idea ?
      Grazie!

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.