How can I make CVSup work through my TIS FWTK firewall?
• Add this line to /etc/services: cvsup 5999/tcp # CVSup • Add the following to /etc/inetd.conf: cvsup stream tcp nowait root /usr/local/etc/plug-gw plug-gw cvsup and send a SIGHUP to inetd. • Add the following to /usr/local/etc/netperm-table (or whatever the file is named on your system): cvsup: port cvsup A.B.C.D -plug-to W.X.Y.Z -port cvsup where A.B.C.D is the IP address of the internal machine, and W.X.Y.Z is the IP address of the CVSup server. • In your cvsupfile, set the CVSup server to be your firewall: *default host=gatekeeper.foo.com • When you invoke the cvsup client, include “-P m” on the command line.