You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@kindle us]# ufw
-sh: ufw: not found
[root@kindle us]# tail -f syncthing.log
[IOBUZ] 2023/12/17 14:19:11 INFO: QUIC listener ([::]:22000) starting
[IOBUZ] 2023/12/17 14:19:11 INFO: TCP listener ([::]:22000) starting
[IOBUZ] 2023/12/17 14:19:11 INFO: Completed initial scan of sendreceive folder "Default Folder" (default)
[IOBUZ] 2023/12/17 14:19:11 INFO: GUI and API listening on 192.168.0.108:8384
[IOBUZ] 2023/12/17 14:19:11 INFO: Access the GUI via the following URL: http://192.168.0.108:8384/
[IOBUZ] 2023/12/17 14:19:11 INFO: My name is "kindle"
[IOBUZ] 2023/12/17 14:19:11 WARNING: Syncthing should not run as a privileged or system user. Please consider using a normal user account.
[IOBUZ] 2023/12/17 14:19:21 INFO: quic://0.0.0.0:22000 detected NAT type: Symmetric NAT
[IOBUZ] 2023/12/17 14:19:45 INFO: Detected 1 NAT service
[IOBUZ] 2023/12/17 14:20:19 INFO: Joined relay relay://5.161.229.93:22067
The text was updated successfully, but these errors were encountered:
Upon reading about #5
I tried to edit my menu.json to be:
[root@kindle us]# iptables -A INPUT -i wlan0 -p tcp --dport 8080 -j ACCEPT
[root@kindle us]# iptables -A INPUT -i wlan0 -p tcp --dport 8384 -j ACCEPT
[root@kindle us]# ufw
-sh: ufw: not found
[root@kindle us]# tail -f syncthing.log
[IOBUZ] 2023/12/17 14:19:11 INFO: QUIC listener ([::]:22000) starting
[IOBUZ] 2023/12/17 14:19:11 INFO: TCP listener ([::]:22000) starting
[IOBUZ] 2023/12/17 14:19:11 INFO: Completed initial scan of sendreceive folder "Default Folder" (default)
[IOBUZ] 2023/12/17 14:19:11 INFO: GUI and API listening on 192.168.0.108:8384
[IOBUZ] 2023/12/17 14:19:11 INFO: Access the GUI via the following URL: http://192.168.0.108:8384/
[IOBUZ] 2023/12/17 14:19:11 INFO: My name is "kindle"
[IOBUZ] 2023/12/17 14:19:11 WARNING: Syncthing should not run as a privileged or system user. Please consider using a normal user account.
[IOBUZ] 2023/12/17 14:19:21 INFO: quic://0.0.0.0:22000 detected NAT type: Symmetric NAT
[IOBUZ] 2023/12/17 14:19:45 INFO: Detected 1 NAT service
[IOBUZ] 2023/12/17 14:20:19 INFO: Joined relay relay://5.161.229.93:22067
The text was updated successfully, but these errors were encountered: