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

    How does one echo data to a socket under BSD?

    Scheduled Pinned Locked Moved General pfSense Questions
    3 Posts 2 Posters 737 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.
    • J
      jsvg
      last edited by

      In linux, I have a utility called "socat" that can pipe data to a unix socket. For example:

      echo "disable server foo/bar" | socat unix-connect:/var/run/haproxy/admin.sock stdio
      

      When we do rolling deployments, the script disables traffic to the server that's being restarted by executing the above command. After moving HAProxy to pfsense/freebsd, we are scratching our heads for an equivalent utility available in freebsd.

      Any help appreciated!

      1 Reply Last reply Reply Quote 0
      • D
        doktornotor Banned
        last edited by

        Something wrong with nc?

        
        echo "disable server foo/bar" | nc -U /path/to/socket
        
        
        1 Reply Last reply Reply Quote 0
        • J
          jsvg
          last edited by

          THANK YOU!!!

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