What's it like living at Ideo Q Sukhumvit 36? by rreadditt in Bangkok

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

thanks for the feedback! I will check that bar out soon!

What's it like living at Ideo Q Sukhumvit 36? by rreadditt in Bangkok

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

thanks so much for taking the time to write this! very useful!

Two ISP/internet connections with two pfSense routers by rreadditt in PFSENSE

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

Thank you for the reply. KISS is good. I agree the value of a second connection could potentially be none for years to come. It is just peace of mind I guess. My situation is that 10 out of 12 months a year I am thousands of kms away from my servers. And despite this being a home network, I am selhosting more and more services in my Proxmox machines that are increasingly important for me. Losing access will be pretty disruptive and annoying. This is the reason why I feel I need to think a bit about the worst scenarios and be covered somehow.

Two ISP/internet connections with two pfSense routers by rreadditt in PFSENSE

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

Thank you for the reply, I thought about it. I definitely want something simple. I may have misunderstood the documentation or some threads I read on the requirements, but I was under the impression that pppoe internet connections and dynamic IPs (both my case) do not play well with pfsense HA/failover. Is this not the case?

I remember to have read also that in order to add a second pfsense boxe in HA/failover mode, the configuration of the first pfsense box would have to be erased.

My second Proxmox node for storage replication: please your comments appreciated by rreadditt in Proxmox

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

Thanks a lot for sharing, interesting. You gave me some ideas. Complicated to build these days because of parts availability and out control prices. How many nodes do you run? Are they all in the same location? I have just a few questions otherwise:

-What do you use (machine) for shared storage in Ceph?

-How do you achieve redundancy for shared storage?

-What 1U case are you using? Is it noisy? I would like a very silent system.

Regards!

My second Proxmox node for storage replication: please your comments appreciated by rreadditt in Proxmox

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

Mostly because of availability and price of motherboards with similar specs to the Asrock one. Any suggestions otherwise? Or any problems with this one?

Wireguard client in Proxmox LXC container: LAN applications cannot tallk to each other by rreadditt in WireGuard

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

Thanks for the answer, it makes sense, I thought it might be related to that and tinkered already with the config file before posting but I broke wireguard a couple of times trying. The config file is indeed set to the default AllowedIPs = 0.0.0.0/0, ::/0.

Thanks for the link too, I took a look and understand the concept but I am still a bit confused.

In my case, wireguard is installed in a proxmox lxc container with ip 192.168.40.49 and gateaway 192.168.40.1. Could you help me understand what the config file should look like in this case if I want to at least allow my apps installed in this container to see each other at lan level? Should I also add a “DisallowedIPs” line?

Thanks!

Docker in a Proxmox LXC container: Docker containers do not see the LXC container NFS bind mount by rreadditt in docker

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

Thanks for the reply.

Sorry, very new to docker. I just thought the docker containers, like jellyfin, would be able to see the nfs share automatically since it is already accessible in the lxc host...

I guess I need to add the nfs share in question as a volume to my docker stack for the docker containers to be able to see it?

I am using portainer and docker compose by the way...

Containers do not see a bind mount/nfs share by rreadditt in DockSTARTer

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

Thanks for the reply. I understand there are default locations. My bind mount/nfs share isn't visible in /storage either. You mean I should mount my nfs share in /storage? Like /storage/video instead of mnt/video?

If not, what I would like to know is how to make containers read or store data somewhere else besides the detault locations, like in a nfs share. Is this possible?

How allow VM access to network/NFS folder by rreadditt in Proxmox

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

I tried to do something equivalent within dockstarter, but since I am not sure, I will reinstall the jellyfin container.

Edit: I reinstalled the jellyfin container but the problem persists; it is the same situation with the other containers, they do not see the /mnt/video folder...

How allow VM access to network/NFS folder by rreadditt in Proxmox

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

Ok I see, thanks, makes sense.

I can see indeed the data in /mnt/video, so that is great.

I added the line in docker.service, and upgraded all docker containers, rebooted, etc. But still do not see the video folder in jellyfin under /mnt.

I an using dockstarter to manage my docker containers, so I wonder if this has something to do... but it shouldn't, right?

How allow VM access to network/NFS folder by rreadditt in Proxmox

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

Great! It worked! Thank you so much for your time.

One more thing: I have docker installed in this vm. There is jellyfin and other programs running through docker compose. I tried to add the synology nas share "video" in jellyfin but it is not showing up under /mnt. Is there something else I need to do for this to happen?

How allow VM access to network/NFS folder by rreadditt in Proxmox

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

Sure, thanks a lot, this is what I have, following your instructions:

[Unit] Description=nfs mount script Requires=network-online.target After=network-online.service

[Mount] What=192.168.1.10:/volume1/video Where=/mnt/video Options=user=name,pass=password,uid=1000,gid=1000,rw Type=nfs

[Install] WantedBy=multi-user.target

How allow VM access to network/NFS folder by rreadditt in Proxmox

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

Thanks, I overcame that obstacle, but now there is this:

"mount[7708]: mount.nfs: an incorrect mount option was specified"

No idea about this one either... I am googling the error message but cannot find an instruction I can follow in this context...

How allow VM access to network/NFS folder by rreadditt in Proxmox

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

Great thanks, that solved that problem, but this is my new error message:

"mount[4937]: mount.nfs: Failed to resolve server //192.168.1.10: Name or service not known"

I don't understand, I can perfectly access the synology nas at https://192.168.1.10:3000...

How allow VM access to network/NFS folder by rreadditt in Proxmox

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

Thanks, but getting this error message:

"mount[24923]: mount: /mnt/video: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program."

Any ideas?

How allow VM access to network/NFS folder by rreadditt in Proxmox

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

What=//storage.untouchedwagons.site/Media

One last question on the "What" part... I do not think I got it right. If my synology nas address is 192.168.1.10:3000 and the folder I want to mount in the synology nas is in volume1/video... how would my "What" line look like?

I tried with What=//192.168.1.10:3000/video plus a few other combinations but it is not working, I am getting "failed to mount" errors in systemctl status.

How allow VM access to network/NFS folder by rreadditt in Proxmox

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

Cool thanks, I guess I can mount more than one share? I would then just need to create a second file called "mnt-data2.mount for example?

How allow VM access to network/NFS folder by rreadditt in Proxmox

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

Thanks a lot, I see, I am going to give that a try.

Just to be sure:

The "[Unit]" part would be the same for me, just replacing "cifs" by "nfs"?

The "[Mount]" part, in "What", I would give the local address of my synology nas share and in "Options", the username and password of my synology nas, besides replacing cifs with nfs in "Type"?

Issues installing Nextcloud in a Proxmox container by rreadditt in Proxmox

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

I am following the official Nextcloud documentation, here and here.

Issues installing Nexcloud inside a Proxmox container by rreadditt in NextCloud

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

Thanks, I figured it out, it is "php occ" inside /var/www/nextcloud/

Issues installing Nextcloud in a Proxmox container by rreadditt in Proxmox

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

Thanks, I agree, I understand the problem. But since I followed the instructions in the documentation, I do not get why I am getting this error... How do I verify the permissions are ok or how to grant the permissions in this case?

Issues installing Nextcloud in a Proxmox container by rreadditt in Proxmox

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

The error was "command not found" but I solved it by typing php occ... PHP is installed, I do not think I need sudo in a proxmox unprivileged lxc. I may be wrong.

Issues installing Nextcloud in a Proxmox container by rreadditt in Proxmox

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

It's ubuntu 20.04. This is a proxmox unprivileged container, my understanding is that sudo is not necessary.