Hello,
I have been using Syncthing for 3 or 4 years now and had to install a new mobo and upgraded
my Linux Ubuntu OS at the same time.
All of this has disrupted the Syncthing app and it refuses to link up when initated in the Chrome browser.
Here is what I have done:
I determined in terminal mode the address assignment:
ed@ed-B760M-DS3H-DDR4:~$ ifconfig enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.0.218 netmask 255.255.255.0 broadcast 192.168.0.255 inet6 fe80::e0a4:8809:81e:1955 prefixlen 64 scopeid 0x20 ether 74:56:3c:bf:f3:28 txqueuelen 1000 (Ethernet) RX packets 33789 bytes 17172023 (17.1 MB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 14579 bytes 4617299 (4.6 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 1000 (Local Loopback) RX packets 1545 bytes 150318 (150.3 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 1545 bytes 150318 (150.3 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
_______________________________________
I then changed the addressing in the config file [syncthing@.service] under etc/systemd/system to the addresss returned from ifconfig:
[Unit] Description=Syncthing - Open Source Continuous File Synchronization for %I Documentation=man:syncthing(1) After=network.target
[Service] User=%i ExecStart=/usr/bin/syncthing -no-browser -gui-address=“192.168.0.218” -no-restart -logflags=0 Restart=on-failure SuccessExitStatus=3 4 RestartForceExitStatus=3 4
[Install] WantedBy=multi-user.target
______________________________________________
I reloaded the reference file and reinitiated syncthing:
ed@ed-B760M-DS3H-DDR4:~$ systemctl daemon-reload ed@ed-B760M-DS3H-DDR4:~$ sudo systemctl start syncthing@ed && sudo systemctl enable syncthing@ed ed@ed-B760M-DS3H-DDR4:~$
________________________________________
No errors or any hangups through the whole process. But when I type in 192.168.0.218 (:8384)
I receive the browser error:
This site can’t be reached
192.168.0.218 refused to connect.
Try:
-
Checking the connection
ERR_CONNECTION_REFUSED
Have I missed a step somewhere? In the past this process was always successful.
???
Thanks for any input,
Mister Ed