Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26th June 2011, 10:48 PM
etitor Offline
Registered User
 
Join Date: Jun 2011
Location: Buenos Aires, Argentina
Posts: 17
linuxfirefox
Step by step guide to folder sharing inside LAN

Recent refugee from Ubuntu here. Fedora fan for one month.

Happy but missing some things...

I have two computers that access the Internet through a router. They are assigned IPs dynamically by the router's DHCP. I need each computer to be able to "see" some shared folder on the other one, with RW permissions to that folder and its content.

I want to use Nautilus to access those folders from each computer.

Tried NFS, Samba, gnome-user-share to no avail.

Willing to kill Fedora's firewall forever in order to ease folder sharing.

I give up.

Can some kind and knowledgeable person try a step by step setup guide for this? As an 8-year Linux user I am not afraid of command line interfaces.

Thanks in advance.
Reply With Quote
  #2  
Old 26th June 2011, 11:56 PM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,924
linuxchrome
Re: Step by step guide to folder sharing inside LAN

Try adding the ip addresses to /etc/hosts on both machines.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #3  
Old 26th June 2011, 11:59 PM
etitor Offline
Registered User
 
Join Date: Jun 2011
Location: Buenos Aires, Argentina
Posts: 17
linuxfirefox
Re: Step by step guide to folder sharing inside LAN

Quote:
Originally Posted by glennzo View Post
Try adding the ip addresses to /etc/hosts on both machines.
Thank you glennzo. As I said, IPs are dynamically assigned thru DHCP by the router. I guess this means adding the IP addresses as you suggest wouldn't be a permanent solution.
Reply With Quote
  #4  
Old 27th June 2011, 12:30 AM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,924
linuxfirefox
Re: Step by step guide to folder sharing inside LAN

Yeah, I saw the dynamic address part. Do the boxes get rebooted often? Mine don't so this solution is more or less permanent for me. I'm not a Samba scholar by any means but it seems from my experiences here on my home network that unless I add the addresses to /etc/hosts Samba pretty much refuses to work. From what I've gathered though Samba isn't a good solution for Linux to Linux networking. I guess NFS isn't reliable either due to DHCP? Why not make the addresses static or is that out of the question?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #5  
Old 27th June 2011, 12:42 AM
PabloTwo's Avatar
PabloTwo Offline
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
linuxfirefox
Re: Step by step guide to folder sharing inside LAN

Depending on the capabilites of your router, you may be able to get an IP address to "stick" to a particular machine, even when using dynamically set IP using DHCP. On my Netgear router, there is the facility to "reserve" an IP address, where you set the IP address you want reserved, the hostname of the machine and the MAC address of the machine. Another possibility is to set the "lease time" to some high value. As far as I understand it, lease time is the length of time any particular machine "owns" an IP address after being assigned one dynamically.
Reply With Quote
  #6  
Old 27th June 2011, 04:53 AM
etitor Offline
Registered User
 
Join Date: Jun 2011
Location: Buenos Aires, Argentina
Posts: 17
linuxfirefox
Re: Step by step guide to folder sharing inside LAN

Quote:
Originally Posted by glennzo View Post
Yeah, I saw the dynamic address part. Do the boxes get rebooted often? Mine don't so this solution is more or less permanent for me. I'm not a Samba scholar by any means but it seems from my experiences here on my home network that unless I add the addresses to /etc/hosts Samba pretty much refuses to work. From what I've gathered though Samba isn't a good solution for Linux to Linux networking. I guess NFS isn't reliable either due to DHCP? Why not make the addresses static or is that out of the question?
Thanks again glennzo. In case I go the way of static IP addresses (which I would avoid but not at any cost), can anyone point me to any step by step Fedora setup guide to a home network, with fixed IPs instead of DHCP, that lets me share RW folders thru Nautilus, using Samba or NFS or gnome-user-share?

---------- Post added at 12:53 AM ---------- Previous post was at 12:49 AM ----------

Quote:
Originally Posted by PabloTwo View Post
Depending on the capabilites of your router, you may be able to get an IP address to "stick" to a particular machine, even when using dynamically set IP using DHCP. On my Netgear router, there is the facility to "reserve" an IP address, where you set the IP address you want reserved, the hostname of the machine and the MAC address of the machine. Another possibility is to set the "lease time" to some high value. As far as I understand it, lease time is the length of time any particular machine "owns" an IP address after being assigned one dynamically.
I'll check into it. Thanks, PabloTwo! If I succeed, I'll need a setup guide anyway...
Reply With Quote
  #7  
Old 27th June 2011, 07:41 AM
Affix Offline
Registered User
 
Join Date: May 2009
Posts: 32
macosfirefox
Re: Step by step guide to folder sharing inside LAN

Quote:
Originally Posted by etitor View Post
Thanks again glennzo. In case I go the way of static IP addresses (which I would avoid but not at any cost), can anyone point me to any step by step Fedora setup guide to a home network, with fixed IPs instead of DHCP, that lets me share RW folders thru Nautilus, using Samba or NFS or gnome-user-share?

---------- Post added at 12:53 AM ---------- Previous post was at 12:49 AM ----------


I'll check into it. Thanks, PabloTwo! If I succeed, I'll need a setup guide anyway...

You can assign a static IP from NetworkManager in Fedora very easily. If you want I can take you through setting up NFS and SAMBA
Reply With Quote
  #8  
Old 27th June 2011, 11:18 AM
etitor Offline
Registered User
 
Join Date: Jun 2011
Location: Buenos Aires, Argentina
Posts: 17
linuxfirefox
Re: Step by step guide to folder sharing inside LAN

Quote:
Originally Posted by Affix View Post
You can assign a static IP from NetworkManager in Fedora very easily. If you want I can take you through setting up NFS and SAMBA
Please please please Affix be my guest!
Reply With Quote
  #9  
Old 28th June 2011, 01:15 AM
etitor Offline
Registered User
 
Join Date: Jun 2011
Location: Buenos Aires, Argentina
Posts: 17
linuxfirefox
Re: Step by step guide to folder sharing inside LAN

OK friends, glennzo, Affix, PabloTwo...

I managed to set my two computers with fixed IP addresses. Now mine is 192.168.1.2 and my wife's 192.168.1.3. Router is 192.168.1.1.

We both have Internet OK.

My Fedora firewall has been nuked in order to not interfere at this stage.

I haven't touched /etc/hosts.

Can you help me share folders with one another using Samba or NFS, and Nautilus' easy access?
Reply With Quote
  #10  
Old 3rd July 2011, 09:21 PM
JONOR's Avatar
JONOR Offline
Registered User
 
Join Date: Aug 2007
Location: Cornwall England
Posts: 333
linuxfirefox
Step by step guide to folder sharing inside LAN

This is something i am working on too.
One would have thought two boxes and a router would be easy !
So far besides gnome-user-share i have found giver and iptux apps in the repos
that appear relatively simple but have not got any of them configured yet.
I'm thinking of asking for a sticky on this topic as it must surely be the most prolific form of network ?
Reply With Quote
Reply

Tags
nautilus, network, nfs, samba, shares

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 10 - How to install KDE - step-by-step guide needed ValentinK Installation and Live Media 2 28th April 2009 09:43 AM
Step by step installation guide of fedora 8 64bit on text mode m4rkgh0st Installation and Live Media 6 4th March 2009 07:37 AM
1000 hz Kernel compile guide step by step MJuhler Using Fedora 8 13th October 2008 06:12 PM
step by step guide needed. pci dlink card dwl-520+ azriwork Servers & Networking 0 11th January 2007 05:34 AM


Current GMT-time: 06:35 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat