Seems like AI wrote this. And did a good job!
- 0 Posts
- 7 Comments
badlotus@discuss.onlineto Selfhosted@lemmy.world•Tailscale has messed up my internet connectionEnglish3·2 months agoI found an informative post about a related issue that might be of some use to you. Sounds like DHCP or Network Manager may be rewriting your systems-resolved.conf.
badlotus@discuss.onlineto Selfhosted@lemmy.world•Tailscale has messed up my internet connectionEnglish3·2 months agoHave you tried deleting
/etc/systemd/resolved.conf
and restarting the service withsystemctl restart systemd-resolved
?
badlotus@discuss.onlineto Selfhosted@lemmy.world•Tailscale has messed up my internet connectionEnglish2·2 months agoDid you undo the reverse path strict filtering your guide suggested?
net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.all.rp_filter = 1
Above is what the guide suggests to force reverse path strict filtering. Try setting as shown below:
net.ipv4.conf.default.rp_filter = 0 net.ipv4.conf.all.rp_filter = 0
According to the guide, “By default, these are set in
/usr/lib/sysctl.d/50-default.conf
”
badlotus@discuss.onlineto Free and Open Source Software@beehaw.org•Is there a way to use Internet with the local AI models such as deepseek for the web search and real time data?English7·3 months agoOpenWebUI supports allowing web searches when submitting prompts to your self-hosted models. Usually I see three web searches per prompt if I enable this feature.
badlotus@discuss.onlineto Selfhosted@lemmy.world•Opinions about using a mini PC with a HDD enclosure as NASEnglish31·4 months agoYou may not be able to do RAID or other redundant/performant arrays with USB. You can definitely achieve a big JBOD array but it will be less resilient and slower than a RAID array. Enclosures often don’t cool as well so heat may degrade your disks faster as well. I did this for a while with some old disks and some $30 HDD toasters. I only put data on there I could afford to lose. I wish there was a standalone hardware RAID solution… like a NAS without the network. That would have a huge draw for hobbyists that don’t want to buy an expensive NAS. I’ve searched for this but haven’t found anything. Message me if you know of such a product! Maybe consider building your own NAS with an old PC. Way cheaper than a prebuilt and fun to build! I had an old Dell Optiplex 990 that is now a 32 TB NAS. Had to get a new case but it’s a decent backup to my Synology.
This right here. Since you can’t really configure the ISP router (1), DMZ is the way to go. The DMZ feature on home routers usually allows you to select a specific device or devices to add to the DMZ so make sure to reserve/set a static IP on your router (2) and configure the DMZ on your ISP router (1) to include only that specific IP. DMZ essentially forwards all ports to that device.