trilobite
@trilobite@lemmy.ml
- Comment on Keep Android Open (Stop Google from limiting APK file usage) 1 day ago:
“I need WhatsApp for almost everything from talking to family and friends to Work. Most of the world does, and the same is true for Facebook.”
Whatsapp and Facebook bring convienence for sure, but you can live without them. All those that know me, know i refuse to use Whatapp. Those that want to keep up with me have installed Signal. I admit that for business it can be tricky but we have to start somewhere?
- Comment on Safely exposing services to the Internet 2 weeks ago:
This is an interesting thread. Seems to make remote access easy. But are you not putting the trust on those that run that pangolin infrastructure? I suspect the answer is to go VPS if you dont trust? Also, are there workable step by step guides to help you set this all up? I find YT giudes a bit fustrating. Prefer reading :-)
- Comment on Selfhosted Family Email and Calendar 3 weeks ago:
Ah, i had missed this … great example of OSS converging on efforts …
- Comment on Security considerations about hosting Immich from home 3 weeks ago:
Yeah, i got stuck on this a few months ago when trying to set up Vaultwarden. I gave up for the time being. I need a proper guide that walks you through all the steps :-)
- Comment on Security considerations about hosting Immich from home 3 weeks ago:
I tend to agree. Slight problem is when u r away from home for long periods
- Comment on Radicale: Can someone please offer any guidance on usage and security. Om abit lost 3 weeks ago:
Dont u do this by setting the default address book in ur contacts app. I’ve set it to Radicale account. Works like a chatm. Deleted everything else.
- Comment on Selfhosted Family Email and Calendar 3 weeks ago:
How does it compare with K9-mail?
- Comment on Selfhosted Family Email and Calendar 3 weeks ago:
I use Radical with my family. It didnt implement calendar sharing when i i stalled but i think i read somewhere that they either have or will implement. Need to look into it
- Submitted 5 weeks ago to selfhosted@lemmy.world | 0 comments
- Comment on Going nuts with networking of VMs on Proxmox (SOLVED) 1 month ago:
ran the above and the following pops up. the MAC ending is c3 is the new one I assigned to the 20.91 address on DHCP pfsense server about an hr ago.
EDIT: wondering whether this may be a network manager problem on the VM client? See here
EDIT2: Even tried running
ip addr flush dev <your_adapter_id>as suggested here but no effect at allEDIT3: This is now solved. It was a client problem. Somewhere buried in the system, a static IP had been set up on this machine in the past I image.
When running
ntmui, the 106 address was configured as static address. Deleted it and now only sees the 91 address. Didn’t realise you coudl set two IPs against same interface. This is the page that helped following advice from @nibbler@discuss.tchncs.de of runnigndhclient -v ens18; for i in $(seq 60); do ip a s dev ens18; sleep 1; done - Comment on Going nuts with networking of VMs on Proxmox (SOLVED) 1 month ago:
a) turned off VM b) deleted the static mapping and recreated c) change the MAC on the VM and then the same MAC on pfSense d) checked /var/dhcpd/var/db/dhcpd.leases and there is no sign of any 192.168.20.XX lower than 20.110 (from 110 I leave the space availble for occasional wifi access of devices not in my home) e) Rebooted pfSense
absolutely the same problem again :-(
- Comment on Going nuts with networking of VMs on Proxmox (SOLVED) 1 month ago:
don’t I have not configure proxy arp on PVE. the only arp is what I see cached by pfSense. tried flushing the table in pfSense with not luck … the VM is still hooking up to 106 and this is confirmed in the pfSense ARP table even after flushing, despite the DHCP lease table saying that the VM is hooked to 91.
- Comment on Going nuts with networking of VMs on Proxmox (SOLVED) 1 month ago:
Can I just check with @tiptoes@sh.itjust.works and @Eggymatrix@sh.itjust.works that what I’m doing is what you are saying.
I’m not setting static IPs at client level. Would be a nightmare. What I do is assign IPs on the DHCP server i.e MAC address on VM1 is XX:XX:XX:XX so I set this MAC address in DHCP to correspond to IP 192.168.20:XX so that the machine gets a unique IP all the time. Is this what you meant? I thought everyone would be doing this nowadays as it so easy to manage, except when something goes wrong like in this case.
- Comment on Going nuts with networking of VMs on Proxmox (SOLVED) 1 month ago:
Maybe I’m misunderstanding but what I mean is that I assign static IP via DHCP based on the MAC. I’m not setting static IPs at client level. i.e MAC address on VM1 is XX:XX:XX:XX so I set this MAC address in DHCP to correspond to IP 192.168.20:XX so that the machine gets a unique IP all the time. Is this what you meant?
- Comment on Going nuts with networking of VMs on Proxmox (SOLVED) 1 month ago:
No
netplanfolder under either/etc/or/var/run/ - Comment on Going nuts with networking of VMs on Proxmox (SOLVED) 1 month ago:
See message above. I doubt it. I would have had this problem a lot earlier with other machines.
- Comment on Going nuts with networking of VMs on Proxmox (SOLVED) 1 month ago:
What a surprise … if I were to believe this I would file for madness state support. Image Look like the VM is having a nice chat with the DHCP sever and both agree that the IP should be 192.168.2’.91. Then one of the two cheat, and actually work on 106. Logs in DHCP server a showing nothing. I even told pfSense to ignore the machine ID and it had no effect whatsoever. Image If there was another DHCP server hiding somewhere, dhclient would have picked that up presumably.
- Comment on Going nuts with networking of VMs on Proxmox (SOLVED) 1 month ago:
Just to be clear, this is what is in the ARP table on pfSense: Image and this is what is in the DHCP lease table in pfSense. Image What I’ve concluded is that the DHCP sees the VM is online, it probably offered the 91 IP, and just shows it online. The ARP table is showing what the actual assigned IP is (106) and SSH login attempts confirm this. There is no 106 entry in the DHCP table. I would ignore the VM2 element of the equation i described above for now. I added just to describe the conflict that arose when I switched it on. I woudl also say that VM1 was backed up on another Proxmox server I had runnina and then restore it on this new Proxmox server I have with a bigger NVMe.
- Comment on Going nuts with networking of VMs on Proxmox (SOLVED) 1 month ago:
But if there was another DHCP server hiding somewhere, i would have had this problem years ago with all the other machines that are using the same router/DHCP server?
- Comment on Going nuts with networking of VMs on Proxmox (SOLVED) 1 month ago:
Well, because its all managed in one place rather than having to go and configure loads of machines
- Submitted 1 month ago to selfhosted@lemmy.world | 39 comments