LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Networking in a windows network (https://www.linuxquestions.org/questions/linux-newbie-8/networking-in-a-windows-network-212147/)

NL-Stitch 08-01-2004 11:00 AM

Networking in a windows network
 
hello all,

i have a debian rig witch is connected to a windows network.
i want to browse on a windows network but it doesnt work. there comes a message with : (running kde)

protocol not suported : lan

when i login with gnome desktop it works just fine..

what can i do so i can browse in kde?



and 1 more question...

how can you browse trough a network via your terminal or console?

rjlee 08-01-2004 01:00 PM

Windows uses a protocol called SMB to share directories and services over a LAN.

Linux supports SMB in a number of ways. Nautilus is the default browser application for Gnome, and (apparantly) supports SMB itself. You can start Nautilus from KDE by hitting Alt+F2 and typing nautilus.

The more usual way to browse a Windows share on a Linux computer is to mount it. This makes the Windows share appear as part of the filesystem, usually under the /mnt/ or /media/ directory. You can either mount it yourself, using the "mount -t smbfs" command (see the "mount" man-page for more details, look for the the type smbfs) or use your distribution's setup tool to create a mount-point for it.

Once mounted, you can view the share in both the console and KDE (and any other window manager) just like any other part of the filesystem; \\windowscomp\shared\files\text.txt might become /media/files/text.txt.

If you're talking about interacting with Windows shared printers, this is a little bit harder (unless they're PostScript printers); see the CUPS documentation for instructions.

Hope that helps,

— Robert J. Lee.


All times are GMT -5. The time now is 10:00 AM.