LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 07-04-2006, 11:23 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
hiding my server's IP address


I run a server with Slack 10.2 and don't like how anybody in the world can see my server's IP address...it changes weekly (it's DHCP using no-ip.com) but I don't want people to know which ISP I'm with. I've heard that anonymizers do this....are there any for Linux?
 
Old 07-04-2006, 11:30 AM   #2
Yalla-One
Member
 
Registered: Oct 2004
Location: Norway
Distribution: Slackware, CentOS
Posts: 641

Rep: Reputation: 36
Hi,

If you have a firewall on your PC or network, it's normally not a problem to show your IP...
If you're doing some real stealth work, you might want to consider EFF's TOR project : http://tor.eff.org/

-Y1
 
Old 07-04-2006, 12:35 PM   #3
PsychoticDude85
Member
 
Registered: Dec 2005
Distribution: Slackware -current - KDE 3.5.10
Posts: 62

Rep: Reputation: 15
What I guess you want to do then is set up your domain on a small paid host in some datacenter, and make that a proxy that gets information from your server and sends it on to the user that requested it. An index page and some mod_rewrite may be enough, but if not PHP will certainly do it
 
Old 07-04-2006, 02:28 PM   #4
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
Quote:
Originally Posted by PsychoticDude85
What I guess you want to do then is set up your domain on a small paid host in some datacenter, and make that a proxy that gets information from your server and sends it on to the user that requested it. An index page and some mod_rewrite may be enough, but if not PHP will certainly do it
You mean put my server pc in another location...a small datacenter? What companies offer that kind of service?
 
Old 07-04-2006, 03:11 PM   #5
PsychoticDude85
Member
 
Registered: Dec 2005
Distribution: Slackware -current - KDE 3.5.10
Posts: 62

Rep: Reputation: 15
No... not at all, you get some shared/dedicated hosting on their servers and set up a small service there to get information from your server which is unaffiliated with the server at the data center. Personally I don't see the problem of letting them see your IP as long as you have up to date services and iptables set up, but if you want it invisible that is the way you would do it. To clarify.

1) User asks for http://yoursite.com/directory/page.html
2) Mod_rewrite interprets the URL as http://yoursite.com/index.php?target...tory/page.html
3) http://yoursite.com/ sends for http://realsite.com/directory/page.html (if you are using PHP with something like file_get_contents).

That way you are never told where the content really comes from, as it is hardcoded into the PHP which is not viewable.

Last edited by PsychoticDude85; 07-05-2006 at 01:14 PM.
 
Old 07-05-2006, 12:46 PM   #6
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
Quote:
Originally Posted by PsychoticDude85
No... not at all, you get some shared/dedicated hosting on their servers and set up a small service there to get information from your server which is unaffiliated with the server at the data center. Personally I don't see the problem of letting them see your IP as long as you have up to date services and iptables set up, but if you want it invisible that is the way you would do it. To clarify.

1) User asks for http://yoursite.com/directory/page.html
2) Mod_rewrite interprets the URL as http://yoursite.com/index.php?target...tory/page.html
3) http://yoursite.com/ sends for http://realsite.com/directory.page.html (if you are using PHP with something like file_get_contents).

That way you are never told where the content really comes from, as it is hardcoded into the PHP which is not viewable.
Do you have a link of who does this or there a program I would use?
 
Old 07-05-2006, 01:58 PM   #7
PsychoticDude85
Member
 
Registered: Dec 2005
Distribution: Slackware -current - KDE 3.5.10
Posts: 62

Rep: Reputation: 15
Learn some .htaccess (http://modrewrite.com/) and PHP (http://php.net/), something like that is simple.

I really have to say I don't understand why you need to hide your IP though. It makes no sense to me.
 
Old 07-05-2006, 05:37 PM   #8
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've been told that I'm paranoid about this...you can never be too safe! Thanks for the links!
 
Old 07-06-2006, 12:46 AM   #9
Yalla-One
Member
 
Registered: Oct 2004
Location: Norway
Distribution: Slackware, CentOS
Posts: 641

Rep: Reputation: 36
Note that quite a few such hosting providers charge for bandwidth, so keep this in mind if you keep downloading large files or have a small quota on the provider you're choosing. If not you might run into some extreme excessive bandwidth charges!

-Y1
 
  


Reply



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
Hiding IP address gobi_dgm Linux - Software 7 01-27-2006 10:35 AM
server's where...... Dark_Sniper* Linux - Hardware 10 06-17-2005 11:07 PM
I think my server's been compromized karlovac Linux - Security 17 04-02-2005 10:18 AM
Learning Server's emailssent Linux - Newbie 2 09-28-2004 12:32 AM
how does a brower get URL address info when the website is hiding it? sirpelidor Programming 3 12-05-2003 09:33 PM

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

All times are GMT -5. The time now is 09:40 AM.

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