Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I make CVSup work through my TIS FWTK firewall?

CVSup firewall fwtk TIs
0
Posted

How can I make CVSup work through my TIS FWTK firewall?

0

• 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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123