Hello and welcome everyone
the question for 100points.
My backup server is connected to 4 different networks. Each of them have a separate gateway. I would like to use this four gateways to download backups at the same time.
Let say that this is my network settings:
eth0 - 192.168.1.5 gw 192.168.1.1
eth1 - 192.168.2.5 gw 192.168.2.1
eth2 - 192.168.3.5 gw 192.168.3.1
eth3 - 192.168.4.5 gw 192.168.4.1
How can I setup something like this...
backupscript-1.sh will use eth0
backupscript-2.sh will use eth1
backupscript-3.sh will use eth2
backupscript-4.sh will use eth3
Is it possible on one machine ? Right now I have a network bottle neck and I cant download 50Gb of data by night...
Thanks for help...