Re: descend the network tree

2012-01-30 Thread kitepi...@kitepilot.com
Again: SSH does not care where is at, or how to get to, the target IP address. That's the task of routing protocols, nameserver protocols, and on and on and on. Transporting the packets is the task of the TCP/IP protocol... If the IP is "route-able", and the SSH server is listening, you will l

Re: descend the network tree

2012-01-30 Thread Michael Havens
how do you do it over the internet m I guess you couldn't unless your computer had a domain.. And then that goes back to a thread we had running earlier (unless I'm mistaken). On Mon, Jan 30, 2012 at 9:13 AM, kitepi...@kitepilot.com < kitepi...@kitepilot.com> wrote: > why do you recomend

Re: descend the network tree

2012-01-30 Thread kitepi...@kitepilot.com
why do you recomend 'sshfs' over 'ssh' They are entirely different things. Look at sshfs as 'mount' (or NFS) sshfs allows you to 'mount' a remote directory to a local path. Look at SSH alone as 'telnet'. It allows you to open a remote terminal. They meet at the protocol level. sshfs uses

Re: descend the network tree

2012-01-30 Thread Michael Havens
thanks for the help. ssh is what I was looking for to descend it from my home network. why do you recomend 'sshfs' over 'ssh'? now. suppose I'm trying to connect to it from a computer outside of the 192.168.x.y network. what tool would I use then? -- :-)~MIKE~(-: -

Re: descend the network tree

2012-01-28 Thread Matt Graham
From: Michael Havens > thank you lisa. not quite what i wanted to know but it is useful > information. what I meant is how do you descend into other computers. [snip] I'll assume you meant "find out what resources other computers are sharing over the network" there. For SMB servers, "smbclient -

Re: descend the network tree

2012-01-28 Thread Lisa Kachold
Hi Michael, On Fri, Jan 27, 2012 at 3:23 PM, Michael Havens wrote: > how do you descend your home network tree non-graphically? > $ find . -maxdepth 20 Files only; no directory: $ find . -type f -maxdepth 20 Avoid the hidden files. $ find . -type f -maxdepth 20 \( ! -iname ".*" \) wher

Re: descend the network tree

2012-01-27 Thread Michael Havens
the ip network and the windows network. It appears that network things aren't mounted the same way as everything else because Eriques command didn't list anything I have mounted from the other computers. On Fri, Jan 27, 2012 at 3:47 PM, James Mcphee wrote: > Give us some context here. IP networ

Re: descend the network tree

2012-01-27 Thread kitepi...@kitepilot.com
The line: mount|grep -vE '^proc|^none|^fusectl|^gvfs-fuse-daemon|^binfmt_misc' Will give you everything that is mounted. If you want to network/mount non-graphical, I suggest sshfs: (if you can SSH, you can mount) sshfs user@remotebox:/path/I/want /home/my/local/path YMMV... ET Michael

Re: descend the network tree

2012-01-27 Thread James Mcphee
Give us some context here. IP network, Windows network, what? On Fri, Jan 27, 2012 at 3:23 PM, Michael Havens wrote: > how do you descend your home network tree non-graphically? > where is the device list of your network? > where is everything mounted? > -- > :-)~MIKE~(-: > > --

descend the network tree

2012-01-27 Thread Michael Havens
how do you descend your home network tree non-graphically? where is the device list of your network? where is everything mounted? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to c