only allow specified ip to use ispconfig panel

Discussion in 'Installation/Configuration' started by vinny, Apr 23, 2010.

  1. vinny

    vinny New Member

    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.
     
  2. dfed

    dfed New Member

    Firewall rules maybe? What distro is it running on?
     
  3. vinny

    vinny New Member

    centos 5.4 followed the perfect server tut
     
  4. daveb

    daveb Member

    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>
    
     
  5. dfed

    dfed New Member

    http://www.fwbuilder.org/

    I'd use that to limit connections. YMMV.

    ETA: Nevermind, daveb's solution is more elegant.
     
  6. vinny

    vinny New Member

    ok thanks guys i been really busy with lots of stuff so ill def try this wen i get a chance
     

Share This Page