Has anyone tried to wrap your SMB session inside another TCP protocol like SSH? I'm trying to sync files across two linux machines but my broadband provider is blocking SMB and port 139 traffic. If anyone has any information it would be greatly appreciated. Aram -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/samba/attachments/20030112/8d815913/attachment.bin
Yes, I'm doing it by running PPP over my SSH connection. The old VPN-HOWTO goes over how to do this, although his scripts didn't work for me. Contact me directly if you want a copy of my scripts. -Lloyd On Sat, 11 Jan 2003 23:45:58 -0500 Aram Mirzadeh <awm@fnol.net> wrote:> > Has anyone tried to wrap your SMB session inside another TCP protocol > like SSH? > > I'm trying to sync files across two linux machines but my broadband > provider is blocking SMB and port 139 traffic. > > If anyone has any information it would be greatly appreciated. > > Aram > > > >-- ----------------------------------------------------------------- Lloyd Dieter - Senior Technology Consultant Registered Linux User 285528 Synergy, Inc. http://www.synergyinc.cc ldieter@snrgy.com Main:585-389-1260 fax:585-389-1267 -----------------------------------------------------------------
Aram Mirzadeh:> --=-5qW6gQJr/ehBxIaBmocC > Content-Type: text/plain > Content-Transfer-Encoding: quoted-printable> Has anyone tried to wrap your SMB session inside another TCP protocol > like SSH? =20> I'm trying to sync files across two linux machines but my broadband > provider is blocking SMB and port 139 traffic.=20> If anyone has any information it would be greatly appreciated.=20> Aram=20Instead of using ssh you could also build a VPN either with Freeswan or CIPE between the two boxes. best regards, -- Joerg Lenneis email: lenneis@wu-wien.ac.at
> Has anyone tried to wrap your SMB session inside another TCP protocol > like SSH? > > I'm trying to sync files across two linux machines but my broadband > provider is blocking SMB and port 139 trafficHave you tried this: http://hr.uoregon.edu/davidrl/samba-security.html#ssh ? JL