Edit the file /etc/systemimager/rsyncd.conf and put something like this into it:
Code:
#hosts allow = 127.0.0.0/24 MY_NET/NETMASK MY_CLIENT/32
hosts allow = 192.168.0.0/24 1.2.3.4/32
hosts deny = *
This will allow access from the subnet 192.168.0.0 and from the single machine 1.2.3.4; all other systems will be blocked.
Restart your SystemImager server afterwards:
Code:
/etc/init.d/systemimager-server restart