LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-08-2006, 11:47 AM   #1
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Rep: Reputation: 47
FTP site hosting at home


I want to host an FTP site at my house with residential DSL on one of my Slack boxes for streaming mp3s and hosting web pages. I was told I would need a static IP address for this. Is that the only way-could I use IP masquerading?
 
Old 03-08-2006, 11:57 AM   #2
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
you dont need a static ip. i used to do this (on a windows machine, but same concept) with a dynamic ip address. in my router there is a setting for DDNS (dynamic dns). so i made a (free) account on dyndns.org and used that hostname so that people could access the resource via the fqdn, rather than the ip address--even though it was dynamic and changed frequently.
 
Old 03-10-2006, 09:48 PM   #3
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
My router is a Westell Versalink-I don't seem to have a DDNS option. Can I still stream audio to people on the web? I have online webspace.
 
Old 03-11-2006, 12:15 AM   #4
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Check, maybe dyndns.org offers dynamic ip client for linux (there are some for windows) which automatically connects to dyndns and updates the information, when your ip changes. Off course, if your ip does not change very often you can do it manually.
 
Old 03-11-2006, 06:40 AM   #5
WindowBreaker
Member
 
Registered: Oct 2005
Distribution: Slackware
Posts: 228

Rep: Reputation: 40
linuxhippy:
You don't need your router to do dynamic dns naming. Just setup a free account at www.no-ip.org. Then add a host and select an unused hostname. People from the outside can then access your home network/server using that hostname. To keep it current, click on downloads and get the software which runs in the background on your computer, notifying no-ip.org's DNS servers whenever your ip changes. Be sure to setup port-forwarding on your router, to forward incoming connections from the Internet to the appropriate server on your network.

Hope that helps. If you need more details let me know.
 
Old 03-11-2006, 07:03 PM   #6
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
Going side with WindowBreaker to cast another vote for no-ip.com. I've used their service and Linux "dynamic update client" for exactly what you want to do.

I think the only other advice is to check your ISP's AUP or TOS. Residential providers can sometimes get a bit pissy about people running servers on their "home" lines - quite possibly as a method to sell "business" services for more $$$.

By the way, there's a project called Jinzora for streaming media over the net. I played around with it as a home media-server for a bit - it's pretty good.
 
Old 03-11-2006, 10:32 PM   #7
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
I set up an account at no-ip and installed their software ok. Then I tried Jinzora, but couldn't install their online software install because firefox won't open their index.php file. I don't have KDE on this old pc, so Opera won't install either to open the php file. Is there some other way to install Jinzora than online?
 
Old 03-11-2006, 10:36 PM   #8
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
IIRC (been a while since I used Jinzora), the first page you'd view (after unpacking it and configuring your web server) was install.php. I'll grab the latest version and see.
 
Old 03-11-2006, 10:42 PM   #9
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
OK, d/ld and I was wrong - it should indeed be index.php. Do you have apache (assuming that's whats you're using) configured to show index.php by default?

Edit /etc/apache/httpd.conf and look for the directive "DirectoryIndex index.html" and simply add "index.php"
 
Old 03-12-2006, 02:39 PM   #10
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
If you have neither working firefox nor opera, you can use lynx or links in console.
 
Old 03-12-2006, 02:44 PM   #11
linuxhippy
Senior Member
 
Registered: Sep 2004
Location: Philadelphia, PA
Distribution: Xubuntu, Mythbuntu, Lubuntu, Picuntu, Mint 18.1, Debian Jessie
Posts: 1,207

Original Poster
Rep: Reputation: 47
added index.php to /etc/apache/httpd.conf

Still shows unspaced giberish in firefox and lynx. Looks better in links, but doesn't install. What's the browser that apache uses? Maybe I need to install this php file with that?
 
Old 03-12-2006, 02:55 PM   #12
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
I'm pretty sure you upload those files to your server and then open install.php from another box.
 
Old 03-12-2006, 02:57 PM   #13
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Apache is web server so its independent from web browser. You can access same page with internet explorer, links or firefox. Contents would be the same except in console browsers there is no graphics support. The problem is not in browser, it's in jinzora or apache configuration.
 
Old 03-12-2006, 03:00 PM   #14
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
I guess it would be a good idea to ask linuxhippy how much he knows about apache before we go off the deep end.

Do you have the php package installed on your server?
 
Old 03-12-2006, 03:03 PM   #15
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
I thought 501 posts was enough to know this.

Last edited by Alien_Hominid; 03-12-2006 at 03:04 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
ftp access to web site hosting dbtx Linux - Enterprise 2 05-13-2005 03:07 PM
Web site hosting Xonoss Linux - Newbie 5 02-08-2005 09:55 PM
Register domain name vs hosting the site J.W. General 4 06-07-2004 09:37 PM
Hosting my own site AdamPengelly Linux - Newbie 16 12-29-2003 06:10 AM
Setting default foreign language for 1 site when virtual hosting. dsiguy Linux - General 0 05-13-2003 11:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:25 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