search for: internetserver

Displaying 2 results from an estimated 2 matches for "internetserver".

Did you mean: internetserver1
2003 Jun 23
0
Some problems with rsync
We use rsync to synchronice some folders from our Server inside the intranet behind firewall and router, to the internet. All together we sync 23 folders for example we use: # Case 1 rsync -e "ssh -i /path/keyfile -1" -auzP --bwlimit=8 '/path/directory_1' 'user@internetserver:/path/directory_1/' # Case 2 rsync -e "ssh -i /path/keyfile -1" -auzP --bwlimit=8 '/path/directory_2' 'user@internetserver:/path/directory_2/' In 12 cases it will be nice, if I delete the folder on the server in the internet, rsync create?s it again and loads up the f...
2006 Feb 08
0
[Bug 443] New: 2.6 kernel failing in NAT with significant outbound traffic
...e routing and NO MASQUERADING or SNAT'ting is performed. rule used for testing: SNAT all -- 172.30.32.58 0.0.0.0/0 to:172.30.32.55 the scenario: client1 (internal IP: 172.30.32.58) linux1 (172.30.32.55, seen as 200.79.245.55 on the Internet due to an upstream NAT) internetserver1 (80.140.102.163) please note that all external IPs have been altered to protect the innocent/guilty. If linux1 performs MASQUERADING or SNAT or any packets passing through it TO/FROM the internet, the following situation is observed: 1) data being RETREIVED from the Internet works as expected....