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.
well when mounting an NFS share you need to put the LAN ip in, maybe a WAN ip would work, you'd need to allow access from the client IP to yoru server box though.
What exactly do you want it for? transferring files? use ssh with scp, or ftp.
Yes, Samba was written to be able to network windows and linux machines. There is probably a samba-doc package you can install that includes 3 books on samba 3.
i'm setting up a server for file downloads (like download.com etc)
my idea is as such
Server #1 (1 PublicIP, 1 LanIP)
scripts/applications
Server #2 (1 LanIP)
Files
Database
The testing platform was done such that #1 has a folder that is link (via NFS) to #2. So the scripts in #1 just link to the folder (which is soft-linked to #2).
But due to some circumstances, the 2nd server is in another location currently so thus I need to do it over the internet for the time being.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.