Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 





Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Linux Support Linux - Operating Systems and Applications Support

Reply
 
Thread Tools
Old 03-24-2005, 08:05 PM   #1 (permalink)
TSF Enthusiast
 
Lectraplayer's Avatar
 
Join Date: Aug 2002
Location: Birmingham, AL
Posts: 527
OS: Win-XP, Debian/Sarge, and SuSI 9.1


Send a message via AIM to Lectraplayer
In's n Out's of Linux Networking

I'm fighting with my Linux systems trying to get them to network, with absolutely no luck. I'm trying a peer-to-peer network, which I can do at will under Windows using the same IP's and everything, and I can have both systems ping each other, also at will. However, I cannot get either one to browse the other, or even to recognize the "presence" of a network. I believe I have all the networking stuff installed and operational, short of the firewall, that is turned off completely, but yet I cannot access another system via network, not even a Windows machine RTG via Samba. I'm using SuSE 9.1 Personnal on both systems, and Windows ME dual-booting on of of these machines. Could this be a SuSE problem? ...or am I doing something wrong? Please walk me through this! This one's whooping me. :poundon:
__________________
Finally, killed the Window! Microsoft free, baby!!
Lectraplayer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-24-2005, 08:45 PM   #2 (permalink)
Asst. Manager, Alternative Computing Forums
 
batty_professor's Avatar
 
Join Date: Jul 2004
Location: Hooterville Il 45 mi. east of St. Louis mo
Posts: 2,609
OS: Fedora Core 5 for now


Send a message via AIM to batty_professor Send a message via MSN to batty_professor Send a message via Yahoo to batty_professor
Do you have any folders in your /home directory set to share? on each Linux system. Navigate to your /home dir. right click on a folder ie documents for instance, click properties, and sharing. You will be prompted for needed packages.
__________________
It's better to know me and not need me than to need me and not know me. B.

While users are never under any obligation, if you feel the urge please feel free to visit our donation page. Every little bit helps.
And we thank you for your support.

Microsoft free Registered Linux user 397458

Last edited by batty_professor : 03-24-2005 at 08:49 PM.
batty_professor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-26-2005, 09:15 AM   #3 (permalink)
Manager, Alternative Comp
 
Skie's Avatar
 
Join Date: Mar 2003
Location: Downers Grove, IL
Posts: 1,821
OS: Gentoo Linux, Redhat Enterprise Linux, CentOS

My System

As long as Samba is setup properly and running on both Linux machines, or a Linux machine and a Windows machine, you should be fine.

Please paste your Samba config using the [ code] and [ /code] tags (make sure you don't include the space between the "[" and "code]").
__________________
Skie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-26-2005, 07:19 PM   #4 (permalink)
TSF Enthusiast
 
Lectraplayer's Avatar
 
Join Date: Aug 2002
Location: Birmingham, AL
Posts: 527
OS: Win-XP, Debian/Sarge, and SuSI 9.1


Send a message via AIM to Lectraplayer
Lemme try to make my "homes" browsable, I just now saw that.

Still, when I go smb:/ in Konqueror, my other machine (running Windows) doesn't respond. Should I not at least be able to get it to show up in Konqueror as a "machine" resource? Strangely, I can just go to My Network Places with my Windows hard disk in this same laptop and browse the same desktop (the one that dual-boots) and browse it all day with no trouble, assuming it is in Windows. With the only thing that's changed being that the laptop's now running just Linux, I'm wondering what the deal is that it can't view outside resources, but I bet it's local to it.
__________________
Finally, killed the Window! Microsoft free, baby!!
Lectraplayer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-27-2005, 07:44 PM   #5 (permalink)
TSF Enthusiast
 
Lectraplayer's Avatar
 
Join Date: Aug 2002
Location: Birmingham, AL
Posts: 527
OS: Win-XP, Debian/Sarge, and SuSI 9.1


Send a message via AIM to Lectraplayer
No luck. I still cannot access either a NFS or SMB network. This is what's so agravating to me. I can ping all day, but can't use the network at all.

Samba's smb.conf:

Code:
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE
# Date: 2004-04-06
[global]
   workgroup = WORKGROUP
   interfaces = 127.0.0.1 eth0
   bind interfaces only = true
   printing = cups
   printcap name = cups
   printer admin = @ntadmin, root, administrator
   map to guest = Bad User
   security = user
   encrypt passwords = yes
    
[homes]
   comment = Home Directories
   valid users = %S
   browseable =Yes 
   read only = Yes
[users]
   comment = All users
   path = /home
   writeable = Yes
   inherit permissions = Yes
   veto files = /aquota.user/groups/shares/
[groups]
   comment = All groups
   path = /home/groups
   writeable = Yes
   inherit permissions = Yes
[pdf]
   comment = PDF creator
   path = /var/tmp
   printable = Yes
   print command = /usr/bin/smbprngenpdf -J '%J' -c %c -s %s -u '%u' -z %z
   create mask = 0600
[printers]
   comment = All Printers
   path = /var/tmp
   printable = Yes
   create mask = 0600
   browseable = No
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/drivers
   write list = @ntadmin root
   force group = ntadmin
   create mask = 0664
   directory mask = 0775
Other than this, how would I get NFS working?
__________________
Finally, killed the Window! Microsoft free, baby!!
Lectraplayer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 03-31-2005, 08:16 PM   #6 (permalink)
TSF Enthusiast
 
Lectraplayer's Avatar
 
Join Date: Aug 2002
Location: Birmingham, AL
Posts: 527
OS: Win-XP, Debian/Sarge, and SuSI 9.1


Send a message via AIM to Lectraplayer
I think that the fact that NFS and Samba both not working may actually have the same culprit. Any ideas on what the culprit may be?
__________________
Finally, killed the Window! Microsoft free, baby!!
Lectraplayer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 02:50 AM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82