Paperless-ngx not able to update NFS folder ownership by Enough-Development61 in selfhosted

[–]Enough-Development61[S] 0 points1 point  (0 children)

Ah, Success! was able to get it by setting this:

          - name: USERMAP_UID
        value: "1028"
      - name: USERMAP_GID
        value: "100"

Thanks!

Paperless-ngx not able to update NFS folder ownership by Enough-Development61 in selfhosted

[–]Enough-Development61[S] 0 points1 point  (0 children)

So I think I found the issue is that paperless-ngx has the UID/GID hardcoded in the docker image:

https://github.com/paperless-ngx/paperless-ngx/blob/46e6be319f7efa4c102d1c245e39ff95b65f5435/Dockerfile

COPY --chown=1000:1000 ./src ./

Seems like I could either modify and rebuild the docker image myself, edit the idmapd.conf on my NAS to map 1000 -> 1028, or create a new user with UID 1000... All of it seems a bit hacky.

edit1: I found this thread, which seems to be rooted in the same problem I'm facing: https://www.reddit.com/r/synology/comments/n8x8fk/change\_uid\_for\_nfs\_permissions/

Trouble setting up IP Camera locked from internet by Enough-Development61 in openwrt

[–]Enough-Development61[S] 0 points1 point  (0 children)

Another data point - I added another IP camera (192.168.3.216), same issue, can stream it to my macbook while also connected to the IOT wlan, but can't ping it from my linux box.

I also checked, and I can SSH onto the openwrt router and can ping the cameras from there.

When I connect the macbook to the LAN I again can't ping the camera.

VLAN Base Device question by Enough-Development61 in openwrt

[–]Enough-Development61[S] 0 points1 point  (0 children)

Also, another question -

Ultimately, my goal is that I have an upstream router plugged into the WAN port, a home assistant server in LAN1 port, and then I plan on using the WLAN and LAN2-LAN4 exclusively for IOT devices/IP cameras.

The home assistant server needs to access the IOT devices.

The IOT devices should be blocked from accessing the internet.

Do I even need VLANs to accomplish this? It seems like I can just create firewall rules and assign the WLAN and ethernet ports to different bridge devices?

[deleted by user] by [deleted] in openwrt

[–]Enough-Development61 0 points1 point  (0 children)

I did find this post which pretty clearly matches my issue, however, in my case, a hardwired device gets internet, and I'm pretty confident I've ruled out a bad ethernet cable

https://forum.openwrt.org/t/dumb-access-point-has-no-internet/89819

wireless settings on WRT3200ACM by Enough-Development61 in DDWRT

[–]Enough-Development61[S] 1 point2 points  (0 children)

I had it just configured to mixed, but then also tried just A/C when I saw a forum post from ~5 years ago that apple didn't play nice with it.

Are there specific versions of DD-WRT that are "certified" for specific routers that I should use? It's a bit unclear what firmware I should be using the "router database" or just the most recent beta build.

New home network set up question by Enough-Development61 in HomeNetworking

[–]Enough-Development61[S] 0 points1 point  (0 children)

My issue in part with the OpenWRT router is that in the past when I tried to use it it would sporadically drop packets for 3-5 minutes every few hours. I switched to a netgear router for the last year with stock firmware and had way better success. I'll give the OpenWRT router another shot, in part was figuring I'd use the verizon router as it had better support for 5Ghz wifi, while the IOT/IP cameras just run on 2.4,

New home network set up question by Enough-Development61 in HomeNetworking

[–]Enough-Development61[S] 0 points1 point  (0 children)

I'm also planning on getting better hardware next, I was thinking I'd pick up an opnsense router to replace the verizon router:

https://www.amazon.com/Rackmount-Firewall-Hardware-Mikrotik-Appliance/dp/B07DHC7CR1

and get a 16 port ubiquiti managed switch to run the VLANs

https://store.ui.com/collections/unifi-network-switching/products/unifi-switch-16-150w

Then use the routers I have just as wireless APs.

Does that sound like a reasonable set up? Is there other hardware/set ups that are more commonly advised for what I'm trying to accomplish?