Navigation

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

    Arpwatch alfa - вдруг кому пригодится.

    Russian
    2
    5
    2640
    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

      Причина - сервис arpwatch не запускался после установки.
      Цель - запустить arpwatch alfa после установки из пакетов.
      Результат - сделал на двух PF2, всё ок.
      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 &      # эта стрка была сгенерирована

      #вот, что я дописал чтобы сервис запустился
              /usr/local/sbin/arpwatch  -d -i rl1 > /var/log/arpwatch.reports 2>&1 &  # rl1 - нужный интерфейс
      }

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

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

      если надо, то:
      chmod +x /usr/local/etc/rc.d/arpwatch.sh

      1 Reply Last reply Reply Quote 0
      • E
        Eugene last edited by

        похоже на баг. Отпиши автору пакета.

        1 Reply Last reply Reply Quote 0
        • K
          killeo last edited by

          @Evgeny:

          похоже на баг. Отпиши автору пакета.

          Прошу прощения, я новичек, даже не предсталяю как это делается.

          1 Reply Last reply Reply Quote 0
          • E
            Eugene last edited by

            @killeo:

            @Evgeny:

            похоже на баг. Отпиши автору пакета.

            Прошу прощения, я новичек, даже не предсталяю как это делается.

            Пиши вот сюда http://forum.pfsense.org/index.php/board,15.0.html, там разберутся.

            1 Reply Last reply Reply Quote 0
            • K
              killeo last edited by

              Спасибо за инфу!

              1 Reply Last reply Reply Quote 0
              • First post
                Last post

              Products

              • Platform Overview
              • TNSR
              • pfSense Plus
              • Appliances

              Services

              • Training
              • Professional Services

              Support

              • Subscription Plans
              • Contact Support
              • Product Lifecycle
              • Documentation

              News

              • Media Coverage
              • Press
              • Events

              Resources

              • Blog
              • FAQ
              • Find a Partner
              • Resource Library
              • Security Information

              Company

              • About Us
              • Careers
              • Partners
              • Contact Us
              • Legal
              Our Mission

              We provide leading-edge network security at a fair price - regardless of organizational size or network sophistication. We believe that an open-source security model offers disruptive pricing along with the agility required to quickly address emerging threats.

              Subscribe to our Newsletter

              Product information, software announcements, and special offers. See our newsletter archive to sign up for future newsletters and to read past announcements.

              © 2021 Rubicon Communications, LLC | Privacy Policy