• 3 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle












  • one a VM, the other a container, with different upstream targets. I have to schedule maintenance when everyone is asleep or out of the house. I’ll swear one day I’ll have a proper (raspberry pi) cluster with KVM, I just need to finish implementing the other million things I find when I research it.






  • Im_old@lemmy.worldtoSelfhosted@lemmy.worldWiFi setup
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 years ago

    You have to set up proper routing, so the two vlans (your mobile/pc wifi vlan and the tv vlan for example) can communicate. But you don’t give Internet access to the tv/thermostat vlan, so they can’t “call home” and send all kinds of tracking back home.




  • I know it’s linux and you never reboot it and yadda yadda, but have you tried rebooting both machines?

    For what it’s worth, that’s my fstab entry (it’s mounted with a normal user, which is the same which the containers use). I seem to remember I had to change ownership of the /mnt/nasdownload folder (before the mount) to the user used to mount it.

    //192.168.1.10/Download /mnt/nasdownload cifs auto,user,uid=1000,gid=1000,rw,iocharset=utf8,suid,credentials=/root/.smbgringo,file_mode=0770,dir_mode=0770,_netdev,vers=3.0 0 0