Syncthing Freenas 11.2RC1 iocage installation

Status
Not open for further replies.

rio236

Dabbler
Joined
Aug 19, 2016
Messages
38
Hi ALL,
I'm trying to setup Syncthing on FreeNAS 11.2RC1.
The installation goes well without any 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 192.168.1.53:8384 - This site can’t be reached

I reached out to the Syncthing Forum but was advised to ask here.
Please advise what I need to do to get Syncthing to work.
Thank you.
 

hervon

Patron
Joined
Apr 23, 2012
Messages
353
Works. Just tried. ;-)

<insecureSkipHostcheck>true</insecureSkipHostcheck>
 

hervon

Patron
Joined
Apr 23, 2012
Messages
353
/mnt/iocage/jails/Syncthing/root/usr/local/etc/syncthing
 

rio236

Dabbler
Joined
Aug 19, 2016
Messages
38
It seems that I'm not out of the woods yet!
I'm getting the following error, which doesn't make sense.
root@syncthing:~ # iocage fstab -a syncthing /mnt/tank/documents /media/documents nullfs rw 0 0
iocage: Command not found.
 
Status
Not open for further replies.
Top