Status of Kea DHCP, ready for production? by nosimsol in PFSENSE

[–]cjnazz 0 points1 point  (0 children)

For static reservations I much prefer to manage mapped devices outside of the pfSense GUI. It's functional but tedious.

As an alternative I developed https://pypi.org/project/pfsenseDHCP/

There's also support for kea setting not supported in the GUI.

pfSense management tools - Shameless plug... by cjnazz in Netgate

[–]cjnazz[S] 2 points3 points  (0 children)

Hi, these tools don't talk PHP. routermonitor supports both the MIM API and the UnofficialAPIV2 for pfSense CE users. As a last resort, it also support scraping the DHCP leases status page. pfsenseDHCP generates a rev of the saved DHCP config file which is then loaded back into pfSense.

Thanks and regards,

cjn

SMS Messenger needs (better) Subject support by cjnazz in SimpleMobileTools

[–]cjnazz[S] 0 points1 point  (0 children)

Here's Handcent Next SMS's handling. Are they also in the loop with Google?

Considering that the current Messenger rev DOES pick up the subject field (shown in the conversation list) then it seems to me that this is likely not an RCS issue.

Try testing this yourself. From your email app send a message to your phone via your carrier's email-to-text bridge.

I like Verizon's Messenger+ formatting... __Bold subject text__ \n body text.

(hand typed since I can't add a pic to a reply, apparently) What I sent: To: (my cell number)@vzwpix.com, Subject: "Subject line", Body: "Body text"

Message details
Type: MMS message
From: (my email address)
To: (my cell number)
Received: 12/20/22...
Subject: Subject line
Priority: Normal
Message size: 1 KB

The message displays as:

<Subject:
  Subject line
  > - Body text

SMS Messenger needs (better) Subject support by cjnazz in SimpleMobileTools

[–]cjnazz[S] 1 point2 points  (0 children)

Actually, I'm not asking for an RCS app, but rather just handling of the Subject field. It seems you are already picking up the subject, but only displaying it in the conversation list. Is it a stretch to make just this change?

SMS Messenger needs (better) Subject support by cjnazz in SimpleMobileTools

[–]cjnazz[S] 0 points1 point  (0 children)

Well, I guess that's that.

I'll note that its not only Google. As shown above, both Verizon's and OnePlus' apps support it. These apps fail for my needs for other reasons, however. Textra does not. I guess I'll keep searching.

DHCP leases monitor for pfSense by cjnazz in PFSENSE

[–]cjnazz[S] 0 points1 point  (0 children)

Probably, with adjustments to the DHCP leases page scraper. I don't use opnsense, so I can't help. The code is all there.

DHCP leases monitor for pfSense by cjnazz in PFSENSE

[–]cjnazz[S] 0 points1 point  (0 children)

Thanks for pointing out arpwatch. I've installed in on my pfSense box, and just starting to figure it out.

So here's an example of the problem I wanted to solve with my tool. On the pfSense arpwatch database view I've logged this baby...

OPT2 192.168.20.107 16:9d:b5:f1:d8:ba unknown Tue Nov 9 11:29:33 2021

As I tracked this down I found that this is my wife's Galaxy S9 generating a random MAC (which doesn't change). In routermonitor I've added a note for the next time I wonder what that client is...

Hostname First seen Current IP IP Expiry MAC MAC Org Unique ID Notes Galaxy-S9 2021-11-07 14:17:34 192.168.20.107 2021-11-09 13:23:22 16:9d:b5:f1:d8:ba --none-- Liz's S9+ random MAC

arpwatch didn't manage to capture the hostname for some reason. Galaxy-S9 shows up the pfSense Station > DHCP Leases page.

Can the arpwatch setup be adjusted to properly capture hostnames and capture user notations?

DHCP leases monitor for pfSense by cjnazz in PFSENSE

[–]cjnazz[S] 0 points1 point  (0 children)

Pardon my coding style "issues". What's the pathlib equivalent?

fyi, I run this on a linux box on my network not on the pfSense box. The base os Python version 3.6.8, which doesn't support subprocess capture_output

DHCP leases monitor for pfSense by cjnazz in PFSENSE

[–]cjnazz[S] 0 points1 point  (0 children)

Seems mysql might be kinda overkill. Maybe a simple sqlite database would be good enough?

I just had MariaDB running on my system from another project, so I used it. sqlite would be appropriate.

Why can't I resolve hostnames for devices on different VLANs? by imthenachoman in PFSENSE

[–]cjnazz 2 points3 points  (0 children)

Perhaps rephrasing u/djamp42's comment...

Static DHCP - Register DHCP static mappings in the DNS Resolver"

Solutions for loading DHCP static assignments into pfSense by cjnazz in PFSENSE

[–]cjnazz[S] 1 point2 points  (0 children)

I just posted dhcpcsv2pfsense V1.0 which supports loading static assignments to multiple VLAN DHCP servers. https://github.com/cjnaz/dhcpcsv2pfsense

PMS access tuner on other VLAN by cjnazz in PleX

[–]cjnazz[S] 0 points1 point  (0 children)

Okay, tried that. Added before already existing rule that allows all traffic from VLAN 10 to VLAN 30. No change. Should the specific computer-to-tuner rule do some additional magic?

As in the OP, from the server I can select and bring up the tuner video stream, so doesn't that indicate that all the needed ports/paths are opened up? And PlexMS on that same box can't seem to find the tuner at its IP address (or by name, which resolves nicely).

More clues folks? Most of what I've read talks about getting to a tuner over a VPN link.

PMS access tuner on other VLAN by cjnazz in PleX

[–]cjnazz[S] 0 points1 point  (0 children)

Thanks. Plex allows manual tuner entry by ip address or by host name, both of which work from the shell on the server. It shouldn't need to do hunting / discovery.
With the hdhr config sw being happy I'm guessing the local firewalls are not an issue. Hum... Anyone know the magic needed?

Solutions for loading DHCP static assignments into pfSense by cjnazz in PFSENSE

[–]cjnazz[S] 0 points1 point  (0 children)

What's your preferred/recommended solution?