36
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 Jul 2024
36 points (100.0% liked)
Linux
48138 readers
523 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
First obvious question: do you have a firewall enabled?
From a terminal, type "iptables -L" and if there are any rules there (rather than just category headers) you will probably need to allow inbound traffic through the firewall
thanks for help. i tried adding firewall rules to allow all udp connections (added my iptables output in the op), but no luck :(
Yeah your iptables is already set to up ACCEPT by default meaning no blocking.
My next step would be to determine whether the traffic is reaching the target machine. Look into how you can monitor inbound traffic and verify whether the server even sees the inbound connection attempt
yeah thats the first thing i wanted to check. im not a network expert but i think my phone tried connecting to my machine. on the log,
SRC=192.168.43.60
is my mobile phones address, but I cannot confirm it was a success or not.ive created a pastebin here just in case.
There is no traffic on Port 8081 in those logs
Yeah thats syncthings doing (¶ _ ¶)
I mean to say that the connection attempt is failing because the traffic is never reaching the server.