can i specify which ip address can access the ispconfig panel. so as i get resellers/clients i add there ip to a list and they get access.
not positive if this would work but maybe adding this to your .htaccess file for the control panel. "where xxx.xxx.xxx.xxx is the ip allowed" Code: <Limit GET POST> order allow,deny deny from all allow from xxx.xxx.xxx.xxx </Limit>
http://www.fwbuilder.org/ I'd use that to limit connections. YMMV. ETA: Nevermind, daveb's solution is more elegant.