I started looking into piping Legato's work through a ssh tunnel, but we gave in and stuck a new interface on our networker server, that is active only during backup periods (via ifconfig)
It works but make sure you have patch LGTpa43607 applied. This keeps the ports open during the save process.
----------ID: legato8672
There are two types of firewall software in the market, packet-filtering
and stateful firewall, below is a configuration requirement for
packet-filtering firewall:
You need to open up the following ports
(1) 7937-9000: for service daemons listening for requests;
(2) 10000-30000: for client-side process such as "save" to connect to the
service daemons;
(3) Legato uses both TCP and UDP, but only TCP is used for backup and
restore. UDP is for licensing, administration and other features outside
of backup/restore.
Ed Skolnik
The Interpublic Group Of Companies, Inc.
GIS Chicago System Administrator
Chicago, Illinois 60611
We back up several clients thru a firewall, yes it seems that you open the world up to the network, but we have firewalls on top of firewalls. If the network folks can protect the network from the outside you should be ok. Otherwise plan a datazone for each area behind each firewall.
Here is several-years working ipfilter's rules for backup host from BACKUP server
pass in quick proto tcp from BACKUP to any port 7936 >< 9937 flags S/SA keep state
pass in quick proto tcp from BACKUP to any port = 514 flags S/SA keep state
pass in quick proto tcp from BACKUP to any port = 111 flags S/SA keep state
pass in quick proto udp from BACKUP to any port = 111 keep state
pass in quick proto udp from BACKUP to any port 7936 >< 9937 keep state
Moreover, Backup server is in private subnet,
so there is another firewall with NAT (CheckPoint). But CheckPoint needs much more complicated
configurations to work with Legato Backup.
If your wish, I try to explain.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.