12
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 15 Feb 2024
12 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1041 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 1 year ago
MODERATORS
Sounds like an IP address conflict. Did you configure a static IP?
What happens is that ARP tables jump back and forth to the last known MAC (Media Access Control address, what WiFi/Ethernet use as a device identifier) that a packet from the IP address originated from. (*in some OSes, under typical/default conditions)
Check that your samba box doesn’t have the same IP address as something else on the network; sounds like they’re fighting over it.
I forgot to configure the static IP on the router. Thank you so much!