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

    Arpwatch alfa

    Scheduled Pinned Locked Moved pfSense Packages
    3 Posts 2 Posters 3.6k 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.
    • K
      killeo
      last edited by

      this is a google translation of topic http://forum.pfsense.org/index.php/topic,32462.0.html

      The reason - service arpwatch not run after installation.
      Goal - to run arpwatch alfa after installation of packages.
      The result - did the two PF2, all ok.

      ee / usr / local / etc / rc.d / arpwatch.sh

      #!/bin/sh

      This file was automatically generated

      by the pfSense service handler.

      rc_start() {
      #  /usr/local/sbin/arpwatch -d -i  > /var/log/arpwatch.reports 2>&1 &    # this strka was generated

      Now that I finished the service to start up

      /usr/local/sbin/arpwatch  -d -i rl1 > /var/log/arpwatch.reports 2>&1 &      # rl1 - the right interface
      }

      c_stop() {
        /usr/bin/killall arpwatch
      }

      case $1 in
        start)
            rc_start
            ;;
        stop)
            rc_stop
            ;;
        restart)
            rc_stop
            rc_start
            ;;
      esac

      DuckDuckGo is a search engine does not collect or share personal information.

      1 Reply Last reply Reply Quote 0
      • nesenseN
        nesense
        last edited by

        Thanks this fixed it :D

        1 Reply Last reply Reply Quote 0
        • nesenseN
          nesense
          last edited by

          clearing the log causes an error ;/

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