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.
Ok so at my school, probably like most other schools, I can connect to some kind of student server. Now I just cannot figure out how to do this through linux. I know that on my windows machine all I had to do was click Start -> Run -> \\labserver and windows would take me there. And there is some other way on Macs as well. I just cannot figure out how to do it on my Fedora 5 machine. Any suggestions?
firstly,
try out this command
ping <ip_address> :- dis wud tel u weder ur really connected to the pc whose ip add u r entering.
den...
probably u need to tell us frst wat exactly u want to do after connectin..if u just wanna access the shared files or ne file..use "telnet" command or thry "ftp"... in the terminal window...
Your Linux machine needs to be running SAMBA to connect to a windows network in that fashion - I'm assuming you're wanting to browse through files they have made available on the network.
Plus, even if you can't ping it, doesn't mean you can't connect to it - most of the school networks I've been at fix it so they can't be pinged.
If you're connecting via ftp or http or telnet, you need to find out. You should probably already have ftp and telnet clients installed and ready to go.
Your Linux machine needs to be running SAMBA to connect to a windows network in that fashion - I'm assuming you're wanting to browse through files they have made available on the network.
Plus, even if you can't ping it, doesn't mean you can't connect to it - most of the school networks I've been at fix it so they can't be pinged.
If you're connecting via ftp or http or telnet, you need to find out. You should probably already have ftp and telnet clients installed and ready to go.
Ahh Samaba, I was wondering what that was for, umm how exactly do I get samaba to conncet though? Cause I am only seeing stuff to set up connections to my machine.
First your network interface needs to be on the same subnet as the server you want to connect to. Does the network use DHCP? Are you talking about a wired or wireless network? For a wireless network, you may need to setup authentication as well.
There are 3 services that samba uses: smbd, nmbd and winbindd. If the \\labserver is a domain member, you may need to ask to have your computer added to the domain before you can access any shares. It sounds like the server may use simple file sharing, and offer a DHCP service. Installing samba, activating the services so they start when you boot, and accessing the \\labserver server in the network browser, or konqueror file manager may be all you need to do.
There is a samba program you can use to list services:
smbclient -L labserver
First your network interface needs to be on the same subnet as the server you want to connect to. Does the network use DHCP? Are you talking about a wired or wireless network? For a wireless network, you may need to setup authentication as well.
There are 3 services that samba uses: smbd, nmbd and winbindd. If the \\labserver is a domain member, you may need to ask to have your computer added to the domain before you can access any shares. It sounds like the server may use simple file sharing, and offer a DHCP service. Installing samba, activating the services so they start when you boot, and accessing the \\labserver server in the network browser, or konqueror file manager may be all you need to do.
There is a samba program you can use to list services:
smbclient -L labserver
Ahhh ok yes the labserver is on a local domain.
I am using DHCP on wireless right now. Is there a way that I can manually add myself to the domain? I have some administrative privilages.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.