Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: can't talk

  1. #1
    Join Date
    May 2019
    Beans
    28

    can't talk

    I am running ubuntu server on my laptop and had a network but with the fossa upgrade it was lost. Now I have ubuntu studio on my file server but it is disco. Can I ever get these two to talk? Thanks in advance.

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: can't talk

    what do you mean by "talk".
    ssh,scp,sftp,rsync all work perfectly here. Use sftp://<ip>/ in the file manager to connect between any systems running openssh-server. If you have DNS or static IPs setup for each system in the dhcp settings for your router, ip addresses won't move. Most modern dhcp servers support this - called "dhcp reservations"

  3. #3
    Join Date
    May 2008
    Beans
    3,985
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: can't talk

    Quote Originally Posted by josephfg View Post
    I am running ubuntu server on my laptop and had a network but with the fossa upgrade it was lost. Now I have ubuntu studio on my file server but it is disco. Can I ever get these two to talk? Thanks in advance.
    Ubuntu Disco Dingo reached End of Life in January 2020. You should install a current version.

  4. #4
    Join Date
    May 2019
    Beans
    28

    Re: can't talk

    I mean to see the files on my lenovo (file server) from my hp laptop.
    I'll be accessing this forum on the HP.

    I don't know networking protocols much.
    Last edited by josephfg; January 19th, 2021 at 12:02 AM.

  5. #5
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: can't talk

    Well, you should be using ssh, sftp, scp, rsync, sshfs, x2go, .... as the protocols between different Unix/Linux systems.
    On all the systems, run this:
    Code:
    sudo apt install ssh fail2ban
    After doing that, almost all Linux file managers will accept sftp://{insert-IP-address}/ in the URL to connect to a different system. Pretty easy and fast. Sorta ... just works. fail2ban prevents brute force attacks.

    I use caja on my 20.04 desktop (that's the default Mate desktop file manager). Because I have a DNS server and my internal LAN uses static IPs for all systems (or DHCP reservations), I can use sftp://istar/ to connect to my other system named istar. I could use the IP address for it, but that's what DNS is for - so I don't have to know it.

    Once you have ssh installed (that is a meta-package for both the ssh-client and the ssh-server), there are about 50 other tools that work for connecting Unix-to-Unix systems.
    ssh is enough for

    • secure remote access to files via sftp
    • secure remote filesystem access via sshfs
    • secure remote CLI/shell access to systems with plain ssh
    • securely run applications on a different machine, but display the window locally
    • secure remote desktops via x2go/freenx
    • secure remote file replication with rsync (ssh is the default rsync protocol)
    • secure port forwarding of selected ports
    • secure remote editing with vim/gvim and other editors
    • pseudo-VPN with sshuttle
    http://diogomelo.net/blog/10/ssh-tricks for people completely new to ssh wonders.
    http://blogs.perl.org/users/smylers/...vity-tips.html as you learn more.

    ssh has been used since the mid-1990s. It is the only system-to-system connection tool that I know which is both more secure AND more convenient once keys have been setup for key-based authentication. This authentication is valid for any ssh-based connection. Imagine being asked for a password only once a day (or every 12 hours) to unlock the ssh-key, but then have full access to a different system. The system can be on your LAN or halfway around the world. ssh is how a single Unix/Linux admin can manage thousands of servers spread around the world. There are millions of these servers being managed by a relatively few people.

    In the time you've spent already, you could have installed and been using key-based authentication between both your systems. When you know what you are doing, it is about 60 seconds of effort to install and configure ssh-keys. Plus, Windows supports ssh and sftp for about 2-3 yrs (Win10). Don't know why it took them so long.

    I've provided steps to setup ssh-keys and transfer those keys in these forums a number of times.
    https://ubuntuforums.org/showthread....6#post13916386
    https://ubuntuforums.org/showthread....8#post13959278

    Of course, there are thousands of different protocols. If you weren't using laptops, I'd suggest some others like NFS. But NFS needs a system that doesn't move. Isn't powered off and stays at the same location on the network. That isn't a typical laptop purpose. But NFS is the native way for Unix systems to share storage. 99.95% of the time, the NFS-client system doesn't know that the storage is actually from another system. All problems (cough .... almost all), work perfectly using NFS storage. NFS performance is excellent when the wired network connecting the clients and server are excellent.

    "Talking" can mean by a number of other things like DLNA, XMPP, IRC, video streaming using webcams ... thousands of methods. But nobody can help if you aren't clear on what you hope to see "talk" between these systems.
    Last edited by TheFu; January 19th, 2021 at 03:11 PM. Reason: added NFS paragraph.

  6. #6
    Join Date
    May 2019
    Beans
    28

    Re: can't talk

    ok, where can I get ubuntu studio for a stick drive in the latest release?

  7. #7
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

  8. #8
    Join Date
    May 2019
    Beans
    28

    Re: can't talk

    udisks-error
    quark, 11

    when I try to format my cruzer stick
    Last edited by howefield; January 20th, 2021 at 11:12 AM. Reason: posts merged.

  9. #9
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: can't talk

    Quote Originally Posted by josephfg View Post
    when I try to format my cruzer stick
    Maybe you should start a different thread so other experts in whatever the new issue is can help? Be clear. Don't assume anyone knows what you are trying to accomplish.

    Unless formatting a cruzer stick (whatever that is) is somehow related to "can't talk"?

    Different people here have different knowledge. Use a good thread title to get the people you want help from to look deeper.

  10. #10
    Join Date
    May 2019
    Beans
    28

    Re: can't talkp

    update: I disabled remote administration in the BIOS on my file server.
    Seems like a half-way point.

    the message you referenced was directly related to the one just above, the error message I got.

    quark, 11

    working on it. . .
    Last edited by howefield; January 20th, 2021 at 11:13 AM. Reason: posts merged.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •