LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-08-2013, 05:05 AM   #1
aizen_hog
LQ Newbie
 
Registered: Sep 2013
Posts: 9

Rep: Reputation: Disabled
Unhappy How to setup client(window) server(linux) connection and install samba


hello there. i'm trying to setup simple client server connection. i choose xubuntu as linux server and window 7 as client. i must achive this three option.
1-remote access to server from client
2-client can upload file to server
3-client can download file from server.
help me guys, or maybe give me some good website to refer. thanks alot.
 
Old 10-08-2013, 11:50 AM   #2
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
a fast google search for HOWTO configure SAMBA Ubuntu will provide that information for you.

so far as connecting the win7 box it is no different then mapping a network drive. depending on how your LAN is configured you might have to use the IP of the server from win7, unless you have a proper local DNS server running that win7 may or may not properly read the FQDN of your Linux server as MS does things backwords in the DNS world.
 
Old 10-08-2013, 12:54 PM   #3
Doc CPU
Senior Member
 
Registered: Jun 2011
Location: Stuttgart, Germany
Distribution: Mint, Debian, Gentoo, Win 2k/XP
Posts: 1,099

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Hi there,

Quote:
Originally Posted by lleb View Post
depending on how your LAN is configured you might have to use the IP of the server from win7, unless you have a proper local DNS server running ...
not necessarily. Samba can also act as a WINS server, mimicking the way Windows's "Network Neighborhood" would deal with host names when Windows boxes share files/directories among each other. Agreed, Windows versions after XP have some evil magic in them, but IMO that should still work.

[X] Doc CPU
 
Old 10-09-2013, 10:31 AM   #4
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
keep in mind that WINS was for all MS OSs pre-win2k. since win2k WINS is no longer the default for MS name service... MS moved to DNS, a broken vs, but DNS none the less. WINS can still be enabled in win7, but it has to be manually configured and activated.

http://windows.microsoft.com/en-US/w...CP-IP-settings
 
Old 10-09-2013, 11:35 AM   #5
Doc CPU
Senior Member
 
Registered: Jun 2011
Location: Stuttgart, Germany
Distribution: Mint, Debian, Gentoo, Win 2k/XP
Posts: 1,099

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Hi there,

Quote:
Originally Posted by lleb View Post
keep in mind that WINS was for all MS OSs pre-win2k. since win2k WINS is no longer the default for MS name service...
are you really telling me that WINS is obsolete since 2k/XP? Am I getting that right?
Well, that would explain a lot. However, telling from the symptoms, Windows 2000 still seems to use WINS, while XP doesn't. I assume that because I've never had any trouble hooking a few Win2k workstations together and share files among them, while the same task is a PITA with two or more XP boxes. But you're right, as soon as there's a DNS on the local network, it works like a charm.

Quote:
Originally Posted by lleb View Post
MS moved to DNS, a broken vs, but DNS none the less.
Do you have more information on that readily available? The pre-Win7 thing, of course. I can search for it, of course, but you sound like you've got some insight.

Quote:
Originally Posted by lleb View Post
WINS can still be enabled in win7, but it has to be manually configured and activated.
Alright, but I don't touch Win7 and later except with protective gloves. ;-)

Hm. That doesn't tell me more than what I would've guessed anyway. The interesting part (the Advanced tab) is missing ...

[X] Doc CPU
 
Old 10-09-2013, 02:01 PM   #6
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
starting with win2k (both server and workstation as they run the exact same kernel) MS "claimed" to move from their closed standards for networking (WINS) to "open source" DNS, Kerberos, LDAP, etc... for building their AD network to replace the out dated model of PDC and BDC of NT4 and older (that would be win98 and older as well).

WINS is active in win2k, but is not the "best practice" for connection. The reason it was activated by default is due to win98 and winNT3/4 still require WINS for connection without Novel.

winXP was the first MS OS that dropped the default setting of WINS being active as win2k3 server, the same kernel as XP, started depreciation of WINS.

what im talking about with the broken DNS, DHCP, Kerberos, LDAP is the naming under MS is backwards from the IEEE standard for all of those services. This is it "broken" but works.

if you are fully in a MS network you will not notice, but as soon as you add a real OS to the LAN you will notice that things dont function as expected.

under win7 the advance tab for networking is ONLY available for win7 Pro and Ultimate. any lower vs. of win7 and you will not have the advance tab.

hope that answers the questions.
 
Old 10-09-2013, 04:00 PM   #7
Doc CPU
Senior Member
 
Registered: Jun 2011
Location: Stuttgart, Germany
Distribution: Mint, Debian, Gentoo, Win 2k/XP
Posts: 1,099

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Hi there,

Quote:
Originally Posted by lleb View Post
starting with win2k (both server and workstation as they run the exact same kernel) MS "claimed" to move from their closed standards for networking (WINS) to "open source" DNS, Kerberos, LDAP, etc... for building their AD network to replace the out dated model of PDC and BDC of NT4 and older (that would be win98 and older as well).
well, it's a bit weird to speak of WINS as a closed standard; after all, it has been well-known at least since Windows 98, though not officially disclosed. It's been the same with FAT32 for years: Everyone knew how it worked, many companies and independent developers implemented their own FAT32 drivers, even though MS hadn't yet disclosed it. Reverse engineering can be great fun. ;-)

Quote:
Originally Posted by lleb View Post
WINS is active in win2k, but is not the "best practice" for connection.
Agreed. But yet it's simple, it's robust - and it simply works, because every compliant client can become a server just like that.

Quote:
Originally Posted by lleb View Post
The reason it was activated by default is due to win98 and winNT3/4 still require WINS for connection without Novel.
Oh, Novell. Another PITA.

Quote:
Originally Posted by lleb View Post
if you are fully in a MS network you will not notice ...
Yes, I will. I did. In a network with only XP machines, I couldn't get file and printer sharing to work among them. No way. Add one Windows 2000 box, and everything's fine, because it will immediately be elected as a primary WINS server. Alternatively, add a DNS server. But a bunch of XP Home or XP Pro among their own kind won't get you anywhere. That's my conclusion anyway.

Quote:
Originally Posted by lleb View Post
but as soon as you add a real OS to the LAN you will notice that things dont function as expected.
Veto! The two XP machines I set up for a customer last year worked fine within my network, where they were the only Windows clients among some Linux machines with a few Sambas and one DNS server being present. But the same two XP machines on their own at the customer's site couldn't access each other. Fortunately, that wasn't a requirement of my customer, but it would've simplified my work.

But thanks a lot for your consideration.

[X] Doc CPU
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Setup PPPOE Server on Linux and let the client over a cross cable. Deepti_s Linux - Networking 4 07-12-2013 12:44 PM
Entablish a ppp connection with XP as server and linux as client sieira Linux - Networking 9 02-28-2009 03:00 AM
how to setup mailing in Linux server & client PC myppatil Linux - Newbie 1 03-18-2008 10:19 AM
Client connection to Linux server SPK Linux - Networking 0 08-15-2006 11:12 PM
Setup for Linux Server and winXP client cryonics Linux - Networking 14 03-31-2006 06:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration