If you use the cvspserver descripted by /etc/xinet.d/cvspserver you can use the tcpwrappers of xinetd (file /etc/hosts.allow and /etc/hosts.deny) :
in the file /etc/hosts.allow, add the line ALL : 127.0.0.1 cvs : 192.168.0.3 192.168.0.1 (here the ip adresses or subnet you want to allow) in the file /etc/hosts.deny ALL: ALL Access will be granted like this : if entry found in hosts.allow -> access granted else if entry found in hosts.deny -> acess refused else access granted. It's why the file hosts.deny must only contain ALL: ALL If you use inetd, it's a different. Look for more information on tcpwrappers. If you use another authentication server than pserver; I don't know ....... Jean ----- Original Message ----- From: "Geoff Beier" <[EMAIL PROTECTED]> To: "Gurpreet Singh (SCM)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 21, 2004 6:05 PM Subject: Re: CVS access - IP restricted > > > can we anyhow restrict CVS access based on IP. > > Say like want to deny certain IP's to being connected to the CVS server > > (Linux sandbox). > > > > > This question doesn't really have anything to do with the message you > included, AFAICT... > > The best way to do this is to use features built in to your OS. For > most Linux-based installations, that'd be either iptables or ipchains. > > Some useful documents for iptables can be found here: > > > http://www.netfilter.org/ > > HTH, > > Geoff > > > > _______________________________________________ > Info-cvs mailing list > [EMAIL PROTECTED] > http://lists.gnu.org/mailman/listinfo/info-cvs > _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
