It is possible to tunnel various protocols - NNTP, FTP, HTTP etc thru SSH. Is it possible to do the same using SMB? TIA, Alex. -------------------- Mr Alex Meaden Computer Science Undergraduate University of Kent at Canterbury aejm1@meaden.dyndns.org http://meaden.dyndns.org/
Try forwarding ports 137, 138, and 139. Jim> -----Original Message----- > From: Alex Meaden [mailto:alex@meaden.net] > Sent: Monday, June 24, 2002 5:23 AM > To: samba@lists.samba.org > Subject: [Samba] Tunnel SMB thru SSH? > > > It is possible to tunnel various protocols - NNTP, FTP, HTTP > etc thru SSH. > Is it possible to do the same using SMB? > > TIA, > > Alex. > > -------------------- > Mr Alex Meaden > Computer Science Undergraduate > University of Kent at Canterbury > aejm1@meaden.dyndns.org > http://meaden.dyndns.org/ > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
this is also useful: http://www.cs.kuleuven.ac.be/system/security/ssh/tunnel.shtml 'ssh -L 137:remotemachine:137 sshserver' works from a Linux machine: 'smbmount //127.0.0.1/remotesharename /mnt -o username=user,workgroup=domain' but there is some fiddling to get it to work under a Windows client as you have to disable file sharing on the client to free up 137. Noel -----Original Message----- From: Van Sickler, Jim [mailto:vansickj-eodc@Kaman.com] Sent: 24 June 2002 16:16 To: 'Alex Meaden'; samba@lists.samba.org Subject: RE: [Samba] Tunnel SMB thru SSH? Try forwarding ports 137, 138, and 139. Jim> -----Original Message----- > From: Alex Meaden [mailto:alex@meaden.net] > Sent: Monday, June 24, 2002 5:23 AM > To: samba@lists.samba.org > Subject: [Samba] Tunnel SMB thru SSH? > > > It is possible to tunnel various protocols - NNTP, FTP, HTTP > etc thru SSH. > Is it possible to do the same using SMB? > > TIA, > > Alex. > > -------------------- > Mr Alex Meaden > Computer Science Undergraduate > University of Kent at Canterbury > aejm1@meaden.dyndns.org > http://meaden.dyndns.org/ > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.372 / Virus Database: 207 - Release Date: 20/06/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.372 / Virus Database: 207 - Release Date: 20/06/2002
oops. 139 is correct. -----Original Message----- From: Urban Widmark [mailto:urban@teststation.com] Sent: 24 June 2002 18:15 To: Noel Kelly Cc: 'Van Sickler, Jim'; 'Alex Meaden'; samba@lists.samba.org Subject: RE: [Samba] Tunnel SMB thru SSH? On Mon, 24 Jun 2002, Noel Kelly wrote:> this is also useful: > > http://www.cs.kuleuven.ac.be/system/security/ssh/tunnel.shtml > > 'ssh -L 137:remotemachine:137 sshserver'139, not 137. /Urban --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.372 / Virus Database: 207 - Release Date: 20/06/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.372 / Virus Database: 207 - Release Date: 20/06/2002