Traffic seems to be ignoring rules
-
@johnpoz Kind of an up-in-the-clouds thing, sorry (you say "don't PM me"), and sorry for the mini hijack, but, what program do you use for screenshots? I'm stuck with the Win11 snipping tool. Sorry...
-
@NightlyShark I use faststone capture - have been using it for years and years. Back when it use to be free, but that changed - best 20 bucks spent on software I think ;)
-
@johnpoz Thank you!
-
@NightlyShark I love it.. Does anything you could ever want, its lightweight - even can do a portable install. And they keep adding features.. There are updates maybe a few times a year.. Well worth the 20 bucks that is for sure.. Pretty sure they have a like free trial for 30 days or something even.
I have been using it prob 20 years or so.. ;) Or getting real close to that long.
-
@johnpoz said in Traffic seems to be ignoring rules:
The problem is pfsense needs to resolve them,
That's a great point. I didn't think about the pfSense rules resolving versus the camera device resolving with its own DNS settings. Makes more sense now. It's still odd that it only worked once I specified port 123. The cameras get DHCP reservations from the interface address so I assumed other ports would work as well.
-
@spgeise said in Traffic seems to be ignoring rules:
The cameras get DHCP reservations from the interface address so I assumed other ports would work as well.
There are hidden rules that allow for dhcp when you enable it on an interface. If you want some client to ask pfsense for ntp, you would have to create a rule that allows that. Works on lan, because there is an any any rule.
-
@johnpoz Will try it first thing tomorrow, my eyes are closing.
-
@NightlyShark also - doesn't matter if they used the same dns... here asking quad9 a few seconds apart in each query - look at what is returned
;; ANSWER SECTION: 0.north-america.pool.ntp.org. 26 IN A 104.156.246.53 0.north-america.pool.ntp.org. 26 IN A 172.232.189.187 0.north-america.pool.ntp.org. 26 IN A 99.119.214.210 0.north-america.pool.ntp.org. 26 IN A 204.17.205.27 ;; Query time: 13 msec ;; SERVER: 9.9.9.9#53(9.9.9.9) ;; WHEN: Sun Mar 17 20:33:23 Central Daylight Time 2024 ;; MSG SIZE rcvd: 121 ;; ANSWER SECTION: 0.north-america.pool.ntp.org. 12 IN A 142.147.88.111 0.north-america.pool.ntp.org. 12 IN A 99.119.214.210 0.north-america.pool.ntp.org. 12 IN A 216.128.181.220 0.north-america.pool.ntp.org. 12 IN A 205.233.73.201 ;; Query time: 10 msec ;; SERVER: 9.9.9.9#53(9.9.9.9) ;; WHEN: Sun Mar 17 20:33:32 Central Daylight Time 2024 ;; MSG SIZE rcvd: 121 ;; ANSWER SECTION: 0.north-america.pool.ntp.org. 109 IN A 50.205.57.38 0.north-america.pool.ntp.org. 109 IN A 152.70.159.102 0.north-america.pool.ntp.org. 109 IN A 216.197.156.83 0.north-america.pool.ntp.org. 109 IN A 129.146.193.200 ;; Query time: 11 msec ;; SERVER: 9.9.9.9#53(9.9.9.9) ;; WHEN: Sun Mar 17 20:34:22 Central Daylight Time 2024 ;; MSG SIZE rcvd: 121
I mean it bound to line up some of the time, but also there are prob going to be lots of times it doesn't and won't be able to talk to ntp..
With something like a ntp pool fqdn that has hundreds of IPs in the pool, and dns designed to send out different IPs all the time to spread the load across them.. I currently show like 570 ips in the US ntp pool. https://www.ntppool.org/en/zone/us
And this changes all the time.
-
@johnpoz I know... I saw that they managed to configure PfSense as NTP and let it slide...
-
@spgeise said in Traffic seems to be ignoring rules:
NTP was always configured in the pfSense, with all interfaces included. It just refused to function on the VLAN25 interface. Strangely enough, specifying the VLAN25 address wasn't enough. Once I set the port to 123 I started to get some hits.
We'll go with this for now.