openSUSE Forums > Archives > Novell Archives » Linux/Windows Networking for newbies

Go Back   openSUSE Forums > Archives > Novell Archives
Forums FAQ Members List Search Today's Posts Mark Forums Read


Novell Archives Archived content from Novell openSUSE support forums

 
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-May-2006, 19:59
dnlseal@yahoo.com
Guest
 
Posts: n/a
Default Linux/Windows Networking for newbies

I have installed SUSE 9.3 on my windows laptop, and can see the windows
shared folders on the other XP boxes on my network. My question is, can I
save files from my linux apps to the windows boxes? When I try to do this
(from openoffice app, for example) it gives me the following error message:
"Saving using protocol "smb" is not supported". Do I have to set up a
samba server to be able to save to a windows machine? Or can I not save to
a windows machine at all? (BTW - all my windows drives are formatted NTFS).
  #2 (permalink)  
Old 11-May-2006, 21:56
Rajko M
Guest
 
Posts: n/a
Default Re: Linux/Windows Networking for newbies

dnlseal@yahoo.com wrote:

> I have installed SUSE 9.3 on my windows laptop, and can see the windows
> shared folders on the other XP boxes on my network. My question is, can I
> save files from my linux apps to the windows boxes? When I try to do this
> (from openoffice app, for example) it gives me the following error
> message:
> "Saving using protocol "smb" is not supported". Do I have to set up a
> samba server to be able to save to a windows machine? Or can I not save
> to
> a windows machine at all? (BTW - all my windows drives are formatted
> NTFS).


It is not important what file system is on other computers, it will be
accessed via smb.
Here is the topic with the same question as you have:
http://www.oooforum.org/forum/viewtopic.phtml?t=35540
OpenOffice should be able to access mounted smb share.

--
Regards,
Rajko M.
  #3 (permalink)  
Old 12-May-2006, 06:15
Lance Reynolds
Guest
 
Posts: n/a
Default Re: Linux/Windows Networking for newbies

1. Open a shell and su to root
2. mkdir /mnt/dirname
3. mount -t smbfs -o username=<username>,password=<password> //<ipaddress
of pc>/<sharename> /mnt/dirname

Now you can browse /mnt/dirname in OpenOffice.org and save files.

Note...be sure to take out the <> in the mount command above.

Lance
  #4 (permalink)  
Old 12-May-2006, 18:31
josepe
Guest
 
Posts: n/a
Default Re: Linux/Windows Networking for newbies

Fedora Core 4 64-bits connect to Win2000 NTFS shared folder.
I was trying but no success.

mount -t smbfs -o username=profes,password=apofis //unip/others /mnt/others

If run this other work ok but, ask the passwd but not the username
mount -t smbfs //unip/others /mnt/others

Couldnt be 'smbuser' and 'passwd' the correct?
Using the man help I don't understand when using ntfs options, if
mention smbfs.

Plz helpme more.-

Lance Reynolds escribió:
> 1. Open a shell and su to root
> 2. mkdir /mnt/dirname
> 3. mount -t smbfs -o username=<username>,password=<password> //<ipaddress
> of pc>/<sharename> /mnt/dirname
>
> Now you can browse /mnt/dirname in OpenOffice.org and save files.
>
> Note...be sure to take out the <> in the mount command above.
>
> Lance


  #5 (permalink)  
Old 12-May-2006, 23:08
Rajko M
Guest
 
Posts: n/a
Default Re: Linux/Windows Networking for newbies

josepe wrote:

>
> Lance Reynolds escribió:
>> 1. Open a shell and su to root
>> 2. mkdir /mnt/dirname
>> 3. mount -t smbfs -o username=<username>,password=<password>
>> //<ipaddress of pc>/<sharename> /mnt/dirname
>>
>> Now you can browse /mnt/dirname in OpenOffice.org and save files.
>>
>> Note...be sure to take out the <> in the mount command above.
>>
>> Lance


> Fedora Core 4 64-bits connect to Win2000 NTFS shared folder.
> I was trying but no success.
>
> mount -t smbfs -o username=profes,password=apofis //unip/others
> /mnt/others
>
> If run this other work ok but, ask the passwd but not the username
> mount -t smbfs //unip/others /mnt/others
>
> Couldnt be 'smbuser' and 'passwd' the correct?
> Using the man help I don't understand when using ntfs options, if
> mention smbfs.
>
> Plz helpme more.-


Type in Konqueror:
man:smbmount
to see relevant man page, not the main man page for mount.
There is no ntfs options in smbmount.

--
Regards,
Rajko M.
  #6 (permalink)  
Old 14-May-2006, 10:51
Lance Reynolds
Guest
 
Posts: n/a
Default Re: Linux/Windows Networking for newbies

josepe wrote:
> Fedora Core 4 64-bits connect to Win2000 NTFS shared folder.
> I was trying but no success.
>
> mount -t smbfs -o username=profes,password=apofis //unip/others /mnt/others
>
> If run this other work ok but, ask the passwd but not the username
> mount -t smbfs //unip/others /mnt/others
>
> Couldnt be 'smbuser' and 'passwd' the correct?
> Using the man help I don't understand when using ntfs options, if
> mention smbfs.
>


Are you entering the Windows username/password in the mount command?
You should be.

Lance
  #7 (permalink)  
Old 15-May-2006, 13:18
josepe
Guest
 
Posts: n/a
Default Re: Linux/Windows Networking for newbies

I'm using the respective Windows user/passwd:
mount -t smbfs -o username=profes,password=apofis //unip/others /mnt/others

When run this command, only obtain a options error.
  #8 (permalink)  
Old 15-May-2006, 14:11
Lance Reynolds
Guest
 
Posts: n/a
Default Re: Linux/Windows Networking for newbies

josepe wrote:

> I'm using the respective Windows user/passwd:
> mount -t smbfs -o username=profes,password=apofis //unip/others
> /mnt/others
>
> When run this command, only obtain a options error.


Ok...are you certain that all the samba packages are installed?

Lance
  #9 (permalink)  
Old 15-May-2006, 15:21
josepe
Guest
 
Posts: n/a
Default Re: Linux/Windows Networking for newbies

The FC4 has been working like samba server by months for a Microsoft
lan, but I wan to connect reverse side: FC4 map to a Win2000 shared file
resource. As I know the samba-SWAT is loaded too. From Linux I can see
several Windows machines, connect to, but no write-to.
  #10 (permalink)  
Old 15-May-2006, 15:52
Malke
Guest
 
Posts: n/a
Default Re: Linux/Windows Networking for newbies

josepe wrote:

> The FC4 has been working like samba server by months for a Microsoft
> lan, but I wan to connect reverse side: FC4 map to a Win2000 shared
> file resource. As I know the samba-SWAT is loaded too. From Linux I
> can see several Windows machines, connect to, but no write-to.


Josepe - I'm coming to this thread rather late, but here's my basic
Linux-Windows how-to. Forgive me if you've covered some of this
already, but I believe from a quick reading of your posts that you have
Windows permissions and/or firewall set wrong.

1. On Windows boxen, make sure all accounts are properly named (no
****ed spaces) and there are no null passwords. Configure any firewalls
to allow lan traffic*. Create shares as desired.

2. On SuSE, create identical user account/passwords with YaST to match
the ones on the Windows boxen.
3. Make sure you've installed Samba server/client with YaST.
4. Using YaST System Services (Runlevel), make sure nmb and smb daemons
will start at bootup.

5. Now add your users to Samba. Make these match the ones on Windows
(and SUSE). I think the easiest way is from the console, so open one,
su to root, and type:
smbpasswd -a username [enter]
(enter password)
(enter password again)

6. Go to YaST and under Network Services set your Samba server and
client Identity to match your Windows Workgroup name.

7. I use KDE, so if you use Gnome you'll need to figure this next bit
out yourself. Open up the Control Center and go to Internet/Network and
then Samba. Click on the Administrator Mode (enter root password). I
use User security level. Check to make sure Shares (these are for the
SuSE box of course) are the way you want them. Apply and close that
part.

8. Click on File Sharing and enable Administrator Mode. Check "Enable
local network file sharing". I have mine set on "Advanced sharing".
Check the box for "Use Samba" rather than NFS.

And that's pretty much it. Now if you want to make a new share - say a
folder that isn't in your /home, you can right-click it to set Sharing
Properties. If all you want to share is your /home, you're done.

For sharing on Win2k, you may need to take a look at the Permissions on
the Sharing tab. I can't be more specific since the Win2k box isn't on
right now but I'm sure you'll find it.

*Pay particular attention to any antivirus programs that have an
"Internet Worm Protection" function - this is a firewall and if you are
running a third-party firewall like Zone Alarm (and you *must* firewall
Windows machines!), then that will cause a conflict and your networking
won't work right.

Malke
--
It is very dark. You are likely to be eaten by a grue.
 
Page 1 of 2 1 2

Bookmarks


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2