Syncthing Freenas 11.2RC1 iocage installation

Hello Everyone, I’m trying to setup Syncthing on FreeNAS 11.2RC1. The installation goes well without any noticable issues.

# iocage create -n "syncthing" -r 11.2-RELEASE ip4_addr="vnet0|192.168.1.53/24" defaultrouter="192.168.1.1" vnet="on" allow_raw_sockets="1" boot="on" host_hostname="syncthing"
# iocage console syncthing
# portsnap fetch extract
# cd /usr/ports/net/syncthing/ && make install clean
# sysrc syncthing_enable=YES
# service syncthing onestart

When I go to http://192.168.1.53:8384 - This site can’t be reached

Please advise what I need to do to get Syncthing to work. Thank you.

The problem could be FreeNAS specific, in which case I have no idea. Or it could be that Syncthing only listens on localhost, which you can adjust:

https://docs.syncthing.net/users/faq.html#how-do-i-access-the-web-gui-from-another-computer

That could probably help but I have to idea of where to make those changes. Could you please help. Thanks

I have no idea either; it’s completely dependent on how the FreeNAS package is done, and I don’t know about iocages and whatnot either. You may be better off on a FreeNAS forum.

I can’t access my config to verify but iirc edit the listen line as @calmh suggests in his link but enter 192.168.1.53 instead of 0.0.0.0. I don’t think 0.0.0.0 works inside a jail.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.