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

    Alias тип host(s)

    Scheduled Pinned Locked Moved Russian
    34 Posts 3 Posters 1.3k 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.
    • L
      lucas1 @lucas1
      last edited by

      @lucas1
      Посмотрел /tmp/rules.debug

      table <1C_Servers> persist
      1C_Servers = "<1C_Servers>"
      В DiagnosticsTables по этой таблице все нормально: 2 entries.
      Но в /tmp/rules.debug пусто.

      table <ERP_Servers> { X.X.12.44 X.X.12.46 X.X.12.32 }
      ERP_Servers = "<ERP_Servers>"
      В DiagnosticsTables ее вообше нет.

      table <Servers_Internet> persist
      Servers_Internet = "<Servers_Internet>
      Но в /tmp/rules.debug пусто.
      В DiagnosticsTables нет 2 entries из 9.

      Это что сразу заметил.
      Откуда взялось persist по некоторым таблицам?
      получается несоответствие (по некоторым таблицам) определению таблицы (alias) содержимому в /tmp/rules.debug.

      K 1 Reply Last reply Reply Quote 0
      • K
        Konstanti @lucas1
        last edited by Konstanti

        @lucas1
        Чтобы увидеть точно , что у Вас происходит в системе , я бы рекомендовал все-таки пользоваться консолью ( красивая обертка - это конечно здорово , но не всегда корректно)
        Итак ,

        1. чтобы увидеть , про какие таблицы знает PF
          pfctl -sT
        2. чтобы увидеть содержимое таблиц
          pfctl -t имя_таблицы -Ts
        3. попробуйте настроить PFSense так ,чтобы он использовал публичный DNS сервер (это надо для того ,чтобы не использовать Resolver при построении таблиц)
        4. необязательный пункт ( напишите мне в личку имена доменов и ip адрес сервера , чтобы на стенде можно было смоделировать ситуацию)

        P.S. persist добавляется в том случае, если при построении файла rules.debug отсутствуют входные данные для таблицы.

        L 1 Reply Last reply Reply Quote 0
        • L
          lucas1 @Konstanti
          last edited by

          @Konstanti

          1. pfctl -sT - вывод этой команды полностью соответствует списку таблиц из Diagnostics\Tables.
            в частности table <ERP_Servers> в выводе нет.
            И так ее нет:
            pfctl -t ERP_Servers -T show
            pfctl: Table does not exist.

          2. pfctl -t имя_таблицы -Ts - выборочно вывод по таблицам полностью соответствует выводу в Diagnostics\Tables.

          3. Без DNS Resolver не будет работать PfBlockerNG DNSBL. И проблема есть и просто по IPs в Alias.

          K 1 Reply Last reply Reply Quote 0
          • K
            Konstanti @lucas1
            last edited by

            @lucas1
            Утилита pfctl имеет опцию проверки синтаксиса файла конфигурации PF. Попробуйте запустить её на предмет ошибок. Должна быть причина, по которой таблица не создаётся из файла

            1 Reply Last reply Reply Quote 0
            • werterW
              werter
              last edited by

              @lucas1

              Скрин Alias покажите.

              L 1 Reply Last reply Reply Quote 0
              • L
                lucas1 @werter
                last edited by

                @werter
                Насчет пустых таблиц. Если alias не участвует в правиле Firewall его таблица будет пустой.

                На англоязычном форуме это решают уже давно.
                И кроме указанного вами решения Cron другого нету.

                1 Reply Last reply Reply Quote 0
                • werterW
                  werter
                  last edited by

                  @lucas1
                  Решение с кроном - рабочее. Пользую его >2-х лет. Может в будущих релизах и пофиксят.

                  L K 2 Replies Last reply Reply Quote 0
                  • L
                    lucas1 @werter
                    last edited by

                    @werter

                    В журнале DNS Resolver:

                    unbound 72676:1 notice: sendto failed: No buffer space available

                    Эти записи повторяются.

                    1 Reply Last reply Reply Quote 0
                    • werterW
                      werter
                      last edited by

                      @lucas1
                      Версия пф свежая?

                      unbound 72676:1 notice: sendto failed: No buffer space available --> google

                      L 1 Reply Last reply Reply Quote 0
                      • L
                        lucas1 @werter
                        last edited by

                        @werter
                        Все свежее. Вчера завезли.

                        Вообщем из личных наблюдений.

                        Если host еще не участвует в каком-то alias, то с ним все нормально. И таблицей тоже.
                        Если host входит в несколько aliases, то нормальная таблица по одному только alias.

                        1 Reply Last reply Reply Quote 0
                        • K
                          Konstanti @werter
                          last edited by Konstanti

                          @werter Привет
                          Судя по исходникам на Github - пофиксили
                          Если интересно , скачал исходники , собрал filterdns , могу выслать для тестирования
                          По моим наблюдениям , работает как надо

                          bb6538cf-c9e5-4afe-8312-6a5b955b08be-image.png

                          [2.4.4-RELEASE][admin@pfSense.localdomain]/root: pfctl -t test_alias -Ts
                             5.255.255.5
                             5.255.255.50
                             8.8.8.8
                             77.88.55.50
                             77.88.55.88
                             2a02:6b8:a::a
                          [2.4.4-RELEASE][admin@pfSense.localdomain]/root: pfctl -t test_alias2 -Ts
                             5.255.255.5
                             5.255.255.50
                             77.88.55.50
                             77.88.55.88
                             2a02:6b8:a::a
                          
                          
                          Jan 12 21:27:55 pfSense filterdns: Received signal Hangup(1).
                          Jan 12 21:27:55 pfSense filterdns: merge_config: configuration reload
                          Jan 12 21:27:55 pfSense filterdns: Copied 3 actions to old
                          Jan 12 21:27:55 pfSense filterdns: 	Adding Action: pf table: test_alias host: www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: 		Adding host www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: 	Adding Action: pf table: test_alias host: 8.8.8.8
                          Jan 12 21:27:55 pfSense filterdns: 	Adding Action: pf table: test_alias2 host: www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: Copied 3 actions to new
                          Jan 12 21:27:55 pfSense filterdns: Cleaning up action type: pf table: test_alias hostname: 8.8.8.8
                          Jan 12 21:27:55 pfSense filterdns: Loaded actions: 1 old and 2 new = 3 total
                          Jan 12 21:27:55 pfSense filterdns: Cleaning up previous actions
                          Jan 12 21:27:55 pfSense filterdns: Cleaning up action type: pf table: test_alias2 hostname: www.tks.ru
                          Jan 12 21:27:55 pfSense filterdns: Cleaning up action type: pf table: test_alias hostname: www.tks.ru
                          Jan 12 21:27:55 pfSense filterdns: 	Awaking from the sleep for hostname 8.8.8.8 (1)
                          Jan 12 21:27:55 pfSense filterdns: 	Awaking from the sleep for hostname www.tks.ru (1)
                          Jan 12 21:27:55 pfSense filterdns: Cleaning up hostname www.tks.ru
                          Jan 12 21:27:55 pfSense filterdns: 			removing address 77.221.158.141 from host www.tks.ru
                          Jan 12 21:27:55 pfSense filterdns: Stopped 2 old actions
                          Jan 12 21:27:55 pfSense filterdns: Creating a new thread for action type: pf table: test_alias2 hostname: www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: Creating a new thread for action type: pf table: test_alias hostname: www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: Creating a new thread for host www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: 			adding address 77.88.55.88 for host www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: 			adding address 5.255.255.50 for host www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: 			adding address 5.255.255.5 for host www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: 			adding address 77.88.55.50 for host www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: 			adding address 2a02:6b8:a::a for host www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: Change detected on host: www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: 	Awaking from the sleep for type: pf table: test_alias hostname: www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 2a02:6b8:a::a
                          Jan 12 21:27:55 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 77.88.55.50
                          Jan 12 21:27:55 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 5.255.255.5
                          Jan 12 21:27:55 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 5.255.255.50
                          Jan 12 21:27:55 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 77.88.55.88
                          Jan 12 21:27:55 pfSense filterdns: 	Updated pf table test_alias host: www.yandex.ru error: 0
                          Jan 12 21:27:55 pfSense filterdns: 	Awaking from the sleep for type: pf table: test_alias2 hostname: www.yandex.ru
                          Jan 12 21:27:55 pfSense filterdns: 		Added pf address, table: test_alias2 host: www.yandex.ru address: 2a02:6b8:a::a
                          Jan 12 21:27:55 pfSense filterdns: 		Added pf address, table: test_alias2 host: www.yandex.ru address: 77.88.55.50
                          Jan 12 21:27:55 pfSense filterdns: 		Added pf address, table: test_alias2 host: www.yandex.ru address: 5.255.255.5
                          Jan 12 21:27:55 pfSense filterdns: 		Added pf address, table: test_alias2 host: www.yandex.ru address: 5.255.255.50
                          Jan 12 21:27:55 pfSense filterdns: 		Added pf address, table: test_alias2 host: www.yandex.ru address: 77.88.55.88
                          Jan 12 21:27:55 pfSense filterdns: 	Updated pf table test_alias2 host: www.yandex.ru error: 0
                          
                          1 Reply Last reply Reply Quote 0
                          • werterW
                            werter
                            last edited by werter

                            @Konstanti
                            Спасибо, но подожду готовое )
                            И через время (по умолч - 5 мин) оно автоматом алиасы перечитывает и обновляет? Или только при создании\добавление новых ресурсов в алиас? Проверяли? Именно в этом и есть проблема.

                            K 1 Reply Last reply Reply Quote 0
                            • K
                              Konstanti @werter
                              last edited by Konstanti

                              @werter

                              Jan 14 14:40:40 pfSense filterdns: 	Adding Action: pf table: test_alias host: www.yandex.ru
                              Jan 14 14:40:40 pfSense filterdns: 		Adding host www.yandex.ru
                              Jan 14 14:40:40 pfSense filterdns: 	Adding Action: pf table: test_alias host: 8.8.8.8
                              Jan 14 14:40:40 pfSense filterdns: 		Adding host 8.8.8.8
                              Jan 14 14:40:40 pfSense filterdns: 	Adding Action: pf table: test_alias2 host: www.yandex.ru
                              Jan 14 14:40:40 pfSense filterdns: Creating a new thread for action type: pf table: test_alias hostname: www.yandex.ru
                              Jan 14 14:40:40 pfSense filterdns: Creating a new thread for action type: pf table: test_alias hostname: 8.8.8.8
                              Jan 14 14:40:40 pfSense filterdns: Creating a new thread for action type: pf table: test_alias2 hostname: www.yandex.ru
                              Jan 14 14:40:40 pfSense filterdns: Creating a new thread for host www.yandex.ru
                              Jan 14 14:40:40 pfSense filterdns: Creating a new thread for host 8.8.8.8
                              Jan 14 14:40:40 pfSense filterdns: 			adding address 8.8.8.8 for host 8.8.8.8
                              Jan 14 14:40:40 pfSense filterdns: Change detected on host: 8.8.8.8
                              Jan 14 14:40:40 pfSense filterdns: 	Awaking from the sleep for type: pf table: test_alias hostname: 8.8.8.8
                              Jan 14 14:40:40 pfSense filterdns: 		Added pf address, table: test_alias host: 8.8.8.8 address: 8.8.8.8
                              Jan 14 14:40:40 pfSense filterdns: 	Updated pf table test_alias host: 8.8.8.8 error: 0
                              Jan 14 14:40:41 pfSense filterdns: 			adding address 77.88.55.66 for host www.yandex.ru
                              Jan 14 14:40:41 pfSense filterdns: 			adding address 5.255.255.60 for host www.yandex.ru
                              Jan 14 14:40:41 pfSense filterdns: 			adding address 5.255.255.70 for host www.yandex.ru
                              Jan 14 14:40:41 pfSense filterdns: 			adding address 77.88.55.60 for host www.yandex.ru
                              Jan 14 14:40:41 pfSense filterdns: 			adding address 2a02:6b8:a::a for host www.yandex.ru
                              Jan 14 14:40:41 pfSense filterdns: Change detected on host: www.yandex.ru
                              Jan 14 14:40:41 pfSense filterdns: 	Awaking from the sleep for type: pf table: test_alias hostname: www.yandex.ru
                              Jan 14 14:40:41 pfSense filterdns: 	Awaking from the sleep for type: pf table: test_alias2 hostname: www.yandex.ru
                              Jan 14 14:40:41 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 2a02:6b8:a::a
                              Jan 14 14:40:41 pfSense filterdns: 		Added pf address, table: test_alias2 host: www.yandex.ru address: 2a02:6b8:a::a
                              Jan 14 14:40:41 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 77.88.55.60
                              Jan 14 14:40:41 pfSense filterdns: 		Added pf address, table: test_alias2 host: www.yandex.ru address: 77.88.55.60
                              Jan 14 14:40:41 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 5.255.255.70
                              Jan 14 14:40:41 pfSense filterdns: 		Added pf address, table: test_alias2 host: www.yandex.ru address: 5.255.255.70
                              Jan 14 14:40:41 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 5.255.255.60
                              Jan 14 14:40:41 pfSense filterdns: 		Added pf address, table: test_alias2 host: www.yandex.ru address: 5.255.255.60
                              Jan 14 14:40:41 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 77.88.55.66
                              Jan 14 14:40:41 pfSense filterdns: 		Added pf address, table: test_alias2 host: www.yandex.ru address: 77.88.55.66
                              Jan 14 14:40:41 pfSense filterdns: 	Updated pf table test_alias host: www.yandex.ru error: 0
                              Jan 14 14:40:41 pfSense filterdns: 	Updated pf table test_alias2 host: www.yandex.ru error: 0
                              Jan 14 14:45:39 pfSense filterdns: 	Awaking from the sleep for hostname www.yandex.ru (2)
                              Jan 14 14:45:39 pfSense filterdns: 	Awaking from the sleep for hostname 8.8.8.8 (1)
                              Jan 14 14:50:39 pfSense filterdns: 	Awaking from the sleep for hostname 8.8.8.8 (1)
                              Jan 14 14:50:39 pfSense filterdns: 	Awaking from the sleep for hostname www.yandex.ru (2)
                              Jan 14 14:55:39 pfSense filterdns: 	Awaking from the sleep for hostname www.yandex.ru (2)
                              Jan 14 14:55:39 pfSense filterdns: 	Awaking from the sleep for hostname 8.8.8.8 (1)
                              Jan 14 15:00:39 pfSense filterdns: 	Awaking from the sleep for hostname www.yandex.ru (2)
                              Jan 14 15:00:39 pfSense filterdns: 	Awaking from the sleep for hostname 8.8.8.8 (1)
                              Jan 14 15:00:39 pfSense filterdns: 			adding address 77.88.55.70 for host www.yandex.ru
                              Jan 14 15:00:39 pfSense filterdns: 			removing address 77.88.55.60 from host www.yandex.ru
                              Jan 14 15:00:39 pfSense filterdns: Change detected on host: www.yandex.ru
                              Jan 14 15:00:39 pfSense filterdns: 	Awaking from the sleep for type: pf table: test_alias hostname: www.yandex.ru
                              Jan 14 15:00:39 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 77.88.55.70
                              Jan 14 15:00:39 pfSense filterdns: 		FAILED to remove pf address, table: test_alias host: www.yandex.ru address: 77.88.55.60 error: -1
                              Jan 14 15:00:39 pfSense filterdns: 	Updated pf table test_alias host: www.yandex.ru error: -1
                              Jan 14 15:00:39 pfSense filterdns: 	Awaking from the sleep for type: pf table: test_alias2 hostname: www.yandex.ru
                              Jan 14 15:00:39 pfSense filterdns: 		Added pf address, table: test_alias2 host: www.yandex.ru address: 77.88.55.70
                              Jan 14 15:00:39 pfSense filterdns: 		FAILED to remove pf address, table: test_alias2 host: www.yandex.ru address: 77.88.55.60 error: -1
                              Jan 14 15:00:39 pfSense filterdns: 	Updated pf table test_alias2 host: www.yandex.ru error: -1
                              Jan 14 15:05:39 pfSense filterdns: 	Awaking from the sleep for hostname 8.8.8.8 (1)
                              
                              1 Reply Last reply Reply Quote 0
                              • werterW
                                werter
                                last edited by

                                @Konstanti
                                Супер. Осталось 2.4.5 дождаться )

                                K 1 Reply Last reply Reply Quote 0
                                • K
                                  Konstanti @werter
                                  last edited by Konstanti

                                  @werter
                                  Ну , да )))
                                  В процессе тестирования вылезла одна ошибка
                                  Я у себя ее поправил , теперь все работает нормально ,по-моему
                                  Было

                                  Jan 14 15:00:39 pfSense filterdns: Change detected on host: www.yandex.ru
                                  Jan 14 15:00:39 pfSense filterdns: 	Awaking from the sleep for type: pf table: test_alias hostname: www.yandex.ru
                                  Jan 14 15:00:39 pfSense filterdns: 		Added pf address, table: test_alias host: www.yandex.ru address: 77.88.55.70
                                  Jan 14 15:00:39 pfSense filterdns: 		FAILED to remove pf address, table: test_alias host: www.yandex.ru address: 77.88.55.60 error: -1
                                  Jan 14 15:00:39 pfSense filterdns: 	Updated pf table test_alias host: www.yandex.ru error: -1
                                  

                                  Стало

                                  Jan 16 17:37:57 pfSense filterdns: 	Awaking from the sleep for hostname www.netflix.com (2)
                                  Jan 16 17:37:57 pfSense filterdns: 			adding address 54.84.155.179 for host www.netflix.com
                                  Jan 16 17:37:57 pfSense filterdns: 			removing address 52.20.168.249 from host www.netflix.com
                                  Jan 16 17:37:57 pfSense filterdns: 	Updated pf table test_alias host: www.netflix.com error: 0
                                  

                                  Те программа отрабатывала нормально , но в логах писала об ошибке

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