Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
After many tries, I've decided to make the thread. I just can't seem to get a 2 computer, home network.
I've downloaded samba, samba server, and God know how many other things in attempt to get this going, but it just won't work the way I want it to.
I'm a recently switched user, I used to use Windows and I liked the whole "Network Neighborhood" idea. I like to be able to play mp3 files that are on another computer and directly edit files on it as well.
As a miracle, and by accident, I managed to set up the printer which is on the media/print server in my home network, so they obviously see each other. However, I'm not able to navigate into the shared hard drives on that media server with Konqueror. Instead, Smb4k seems to be scanning all the networks in my neighborhood with some sort of NetBIOS thing. To my surprise, I can access someone else's computer and it's files without autorization, but I can't access my own media server. I'm not even trying to do it wirelessly.
Can anyone please point me in the right direction?
Just for reference:
Media server:
P4 2.8Ghz
Kernel: 2.6.12-oci6.mdk-i586-up-1GB
1GB RAM
320GB SATA HD
160GB SATA HD
IP: 192.168.10.2
Laptop:
Toshiba M65-SP811
Centrino 2.0Ghz
Kernel: 2.6.13-oci2.mdk-i686-up-4GB
2GB RAM
100GB HD
IP: 192.168.10.3
Router and gateway:
Motorola WR850G
IP: 192.168.10.1
well, samba is for linux to windows networking and not for linux to linux networking. I am continually amazed as to why people try this... Samba is for windows interoperability. Unix has had networking tools for decades.....
anyway, i would recommed using NFS or SSHFS to share files between your linux boxes. As far as NFS goes, i would recommend sharing both machines files with each other using "automount".
Well, the fish:// thing works great. I'm able to transfer files back and forth, however I can't stream audio through it.
I mean, what I would like to do is to be able to have the media server stream the audio, without having to download the song locally. I used to be able to do this via SMB and Amarok, but not with fish.
Well, I never knew about or used fish:// before, and I have to say that I love it!
I have always used ssh, scp and vnc for this sort of thing before, but fish is excellent! I have ssh set up with key-based authentication, so it doesn't even ask me for a password.
Daiver, when I fish://my_other_PC I can see all my mp3's and video files, and clicking them plays them locally, so I don't understand why you "can't stream audio through it".
Right now I'm sitting at my Mandrake9.1 PC, playing an mp3 on my Mandriva2005LE PC, using "Kaboodle" as my (very simple) player. My network is Ethernet-100, which is fast enough. However, I'm not sure if it is copying the file(s) to tmp locally before playing them, but I don't really care if it does.
I think it is copying them, then playing them: The network lights flicker, then the file plays whilst there is no network activity.
For me, playing a mov file from the other computer puts a copy in /home/username/.kde/share/apps/kfmexec/tmp/ which is then deleted when I close xine. This seems sensible as streaming video (or music) without buffering it somewhere is likely to give poor performance over a slow or congested network.
Does the fact that applications may put a copy somewhere bother you?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.