Hello World,
Have used the unison socket method on Linux when security is not a concern (isolated network). New to FreeBSD. Two FreeBSD boxes. Going either direction the connection is refused. I have run out of ideas.
On one, as root,
On the other, as root,
There are entries in both /etc/hosts files and ping functions in both directions.
Nothing has been added to either /etc/rc.conf pertaining to firewalls.
Thanks
Have used the unison socket method on Linux when security is not a concern (isolated network). New to FreeBSD. Two FreeBSD boxes. Going either direction the connection is refused. I have run out of ideas.
Code:
$ uname -a
FreeBSD stan3 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Code:
uname -a
FreeBSD acer00 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
On one, as root,
Code:
unison -socket 55555
On the other, as root,
Code:
unison /usr/ports/distfiles socket://stan3:55555//usr/ports/distfiles
There are entries in both /etc/hosts files and ping functions in both directions.
Nothing has been added to either /etc/rc.conf pertaining to firewalls.
Thanks
Last edited by a moderator: