similar to: rsync via tunnel - 3 boxes separated by internet [solved]

Displaying 20 results from an estimated 3000 matches similar to: "rsync via tunnel - 3 boxes separated by internet [solved]"

2005 May 15
3
rsync via tunnel - 3 boxes separated by internet
Hi, I have searched the archived, and see this question has come up with some frequency, but the solution by the original poster is never posted or the question is not answered completely. I have also RTFM (rsync and ssh), and I've been trying examples that I have googled. So here it is again. BoxA --internet-- BoxB (accessable only by ssh) -- BoxC I want to backup BoxC to BoxA. I want
2007 Jan 25
4
How to change the menu depending on the controller/method?
Hello, I''m still dtarting with ruby on rails. And I''m trying to have a menu depending on the current controller/method. Here is what I was thinking of (please tell me if there''s a better way to do it): I have a database with menu_groups (corresponding to controllers) and menu_elements(corresponding to methods). Each menu_element belongs to one menu_group. I created a
2010 Feb 16
0
replicating aov results with lmer
I am trying to replicate the results of an aov command with lmer, to understand the syntax, but I can't quite figure it out. I have a dataset from Montgomery p. 520 with a nested and factorial layout. There are 3 fixtures, 2 layouts (the treatments) in a factorial design, but the operators who perform the runs are nest in layouts (4 operators per layout=8 different operators). Thus, each
1999 May 22
0
Samba 2.0.4b Error reading file on 100bt only it seems...
Having a strange problem. Running smbclient to an NT4 Sp4 workstation for testing. using tar c /some/local/dir using the default config except for machine name and workgroup in smb.conf I've tried tweaking the smb.conf to no avail. running on Redhat 6.0, but using samba 2.0.4b for the large filesystem patch... running on 100bt switched with 3c905B 100bt cards on both ends, but problem occurs
2006 Mar 31
3
Layout Question .. (Sitemesh related)
Hi, I understand that the layout concept is very similar to OpenSymphony''s Sitemesh project. I have done a lot of development with Sitemesh, but am fairly new to Rails. I am wondering if there is a way for a layout in rails to find out value of a variable from a page it is decorating? In sitemesh you would be able to do <meta name="show_menu" content="true"> on
2006 Jan 17
9
Setting layout template in .rhtml
I''ve a single controller - class ContentController < ApplicationController end in the app/views/content folder I have quite a few .rhtml files I need to be able to choose a different layout template to use in each of these .rhtml files. i''d like to be able to do something like (which doesn''t work..) <% layout ''layout1'' %> Any
2002 May 07
0
tunnel connection like a service with cygwin orotherproducts?
Stephan Hendl wrote: >Darren Tucker wrote: >> The first part should be easy: use cygwin openssh client using some kind >> of passwordless authentication (eg RSA). >> >> To make it run entirely in the background, run it from cygrunsrv (part >> of Cygwin) or SRVANY (NT resource kit). Neither of these work on W95, >> only NT or W2K. > > How does the
2004 Dec 19
2
SSH Tunnel Problem
I have set up an Rsync server on FreeBSD 5.3 and plan on having windows clients synchronize data to it. Rsync running as a daemon works fine. I can successfully copy data up to the server and view it via scp. Also- I can connect via ssh and run rsync as well. HOWEVER- I cannot connect "passwordless" with SSH and then connect to the rsync daemon. The following demonstartes what I
2004 Sep 08
1
rsync via ssh tunnel
Hi there, I want to put these two commands in just one command: ssh -i ~/.ssh/id_dsa -C -l sascha -L 873:rsync-server:873 bridge-server rsync -auz rsync://user@localhost/share /local-path How can I do this. With Option --rsh (-e) rsync wants to execute the command on the remote machine and not on localhost as I want it... rsync -au --rsh="ssh -C -l sascha -i ~/.ssh/id_dsa -L
2009 Jan 18
0
IPSEC tunnel for remote internet access
Hello list, I need to provide internet access through a proxy server on a central office to a remote Lan on a branch office (LAN-B). Also there is an internal server that LAN-B machines should reach. Below there is a simple diagram. Right now I have an IPsec VPN tunnel between offices, and LAN-B can acces LAN-A machines without problems. But LAN-B machines can't access the remote proxy or
2006 Aug 03
1
looking for a tool to tunnel ethernet reliable on internet.
Dear reader, im looking for a tool to tunnel ethernet reliable on internet. I have a set of devices do not themself have retransmission build in, the rely on a "wired" LAN. The all talk to a central host on a MAC to MAC basis. I want to bring the devices far away from the Host and link them up via internet, but packet drop on internet is my problem! The tinc is almost perfect for my
2011 Dec 04
1
Polishing my geom_bar for publication
Dear list, I am new with ggplot2 and I have spend quiet some time putting together the following code to create the attached plot. However there's still a few things that I'm having trouble with! I would be grateful if someone can tell me how to fix (1) the colour of my bars into grey scales (2) removing the y-axis (species name) on the right figure to avoid duplication, and (3) fix the
2011 Apr 26
1
Connection to rsyncd over ssh tunnel seems to choke up (v2.6.9 Ubuntu)
I have been running the following (from a cron script with a non password authorized_key exchange) ... rsync -aP -vv --exclude=".*/" -e 'ssh -fN user at site.com.au -L 8873:127.0.0.1:873' rsync://localhost:8873/data/ /data/ ... and not getting much to happen as either evidenced in /var/log/rsyncd.log or as artefacts on the local file system. Then I started to execute the
2004 Jun 11
1
rsync through ssh tunnel
Hi, I want to keep the content of some directories on different Linux servers synchronal. I have on every Linux server an account for connecting to via ssh. This account has no root permissions. But some directories require root priviledges. I wand to use rsyncd as a deamon on the target hosts. My Idea was to build a ssh tunnel first and then using rsync via this tunnel. ssh -S -l user
2004 Apr 08
1
Cable Internet problem when Shorewall started
I just switched from a Magma DSL connection to a Rogers cable connection, but I am unable to access the Internet (resolve hosts) when Shorewall is started. I am not dropping packets destined for the ports by which Rogers sets the ip address, nor do I filter others which Rogers uses. In fact, I removed all of that from /etc/shorewall/rules and restarted Shorewall, but without success. I am
2011 Dec 03
2
Downloading tab separated data from internet
Hi all, I am trying to download some tab separated data from the internet. The data is not available directly at the URL that could be known apriori. There is an intermediate form where start and end dates have to be given to get to the required page. For example, I want to download data for a station 03015795. The form for this station is at:
2008 Aug 26
8
establish a 128 bit encrypted tunnel between centos 5.2 boxes
Is there an easy way or anyway to establish a 128 bit encrypted tunnel between a handful of centos 5.2 boxes? I am not familiar with this at all. Jerry
2004 Sep 07
3
RSync + SSH tunneling through firewall
Dear RSYNCians, I'm trying to rsync my labtop pc (let's assume A-computer) with my desktop pc (let's assume C-computer) through our firewall. In between there is one computer (let's assume B-computer) that has an open port, so I theoretically could connect via a tunnel. I checked the SSH- website and internet and so on but did not find an answer that works. I tried the
2005 Oct 12
1
Rsync over SSH-tunnel A->B->C using daemon on C
Dear, I'm trying to put up a scripts to synchronize my computers (HOST_A and HOST_C). I can connect both via HOST_B to avoid the firewall. I am trying to work with the rsync daemon to avoid hanging. I tried to figure out the mailinglist + FAQ, how to do it, but it seems I misunderstand something, since all your previous help did not work for me. I get the following error when executing
2019 Jul 10
1
[Bug 111098] New: xf16-video-nouveau 1.0.16-1 arch fails to resume from blank
https://bugs.freedesktop.org/show_bug.cgi?id=111098 Bug ID: 111098 Summary: xf16-video-nouveau 1.0.16-1 arch fails to resume from blank Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: