![]() |
Restrict access to my SystemImager server
I'm now using SystemImager for backing up and installing my systems in my local network. I followed this howto http://www.howtoforge.com/howto_linux_systemimager, and all is working like expected. Now I have a little question: I'd like to restrict the access to my image server, i.e., I have certain IP adresses that should be allowed to retrieve images from the image server, but all other IP addresses should not be allowed to access the image server. Is this possible, and if so, how?
Cornelius |
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/32Restart your SystemImager server afterwards: Code:
/etc/init.d/systemimager-server restart |
| All times are GMT +2. The time now is 20:06. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.