Free DNS and legality

For everything that's not in any way related to PureBasic. General chat etc...
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Free DNS and legality

Post by Inf0Byt3 »

I'd like to create my own web server and to host my files home, but I've got one question. Is it illegal to use a free dynamic DNS service instead of my IP? I found this one on the web and I don't know what to do. Should I use it? I mean is the domain really registred or somebody can buy it and then I must kill my site and all that?

Link to what I found...
http://freedns.afraid.org/
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Nik
Addict
Addict
Posts: 1017
Joined: Fri May 13, 2005 11:45 pm
Location: Germany
Contact:

Post by Nik »

You could use something like dyndns.org then you address will be a subdomain of dyndns.org or similar and nobody will steal it. I used this for quite a time, don't know about your Internet Connection though.
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

I don't understand why this is a legal issue? Domain names can only be taken away if they are infringing on an existing trademark, such as if you happened to register cocacola.com or some such.

How to setup a web server at home:

1) register your domain name (inf0byt3.com) with a registrar, such as godaddy.com. Note: This costs money.

2) go to zoneedit.com and create a free account for managing your DNS zones. Create the zone for inf0byt3.com, and point it temporarily to your home IP address. Zoneedit.com will tell you the 2 DNS servers to use, such as DNS1.ZONEEDIT.COM and DNS2.ZONEEDIT.COM.

3) download the a zoneedit compatible dynamic client listed on their website.

4) Go back to godaddy.com and changed the parked DNS servers to the ones zoneedit told you to use in step 2. This change may take 24-48 hours to propagate throughout the internet.

5) Install the zoneedit dynamic dns client on your webserver and you should be ready to go. This client will update the zoneedit DNS settings whenever your ISP changes your IP address.

Here is the big caveat though, many ISPs block port 80 to prevent home users from having webservers, unless you pay the ransom to upgrade to a business account. Just something you need to check before you start your homegrown webserver.

Good luck.
Image Image
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

I have also used "no-ip" for dynamic IP hosts and it works perfectly.

http://www.no-ip.com
-Beach
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Thanks for the quick info.

@Straker
What happends if I don't register the domain (Simply use their service to redirect the domain to my ip) ?
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

Inf0Byt3 wrote:What happends if I don't register the domain (Simply use their service to redirect the domain to my ip) ?
Then don't follow my directions because zoneedit is only for top level domains such as "inf0byt3.com". You will have to use a dynamic services such as dyndns.org but you will only be able to have a sub-domain name such as "inf0byt3.dyndns.org", but once you register it with them, no one else can take it. You might lose it however, if you aren't using it, I know that dns2go drops domains if the account shows no activity over a given period of time.

dynamic dns is easier to setup than the instructions i gave above. just follow the directions that the provider gives you and you can be running rather quick.
Image Image
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Thank you.

BTW, check the Announcements forum now. Does it work? I get an Image saying Bison Team :shock: :shock: :shock:
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
josku_x
Addict
Addict
Posts: 997
Joined: Sat Sep 24, 2005 2:08 pm

Post by josku_x »

Can you post a pic? possibly another forum hack :(
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Here it is:

Image

As i've seen, Fred fixed it... See this:

http://www.purebasic.fr/english/viewtopic.php?t=21582[/quote]
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
User avatar
Airr
User
User
Posts: 49
Joined: Tue Oct 04, 2005 4:29 am
Contact:

Re: Free DNS and legality

Post by Airr »

Inf0Byt3 wrote:I'd like to create my own web server and to host my files home, but I've got one question. Is it illegal to use a free dynamic DNS service instead of my IP? I found this one on the web and I don't know what to do. Should I use it? I mean is the domain really registred or somebody can buy it and then I must kill my site and all that?

Link to what I found...
http://freedns.afraid.org/
The only issue could be violating your ISP's TOS.

That said, I use the same site to redirect to my servers at home with no issues. Web, Mail, ssh, etc all work great. Might be a good idea to use non-standard ports, though: that's what I do...

As far as the domain names they offer, you're actually getting a subdomain (unless you bring your own and are willing to pay to use it). I've only had to change the subdomain/domain once, when they restructured but they would have grandfathered me in if I had decided to keep it.

AIR.
"Programming is like Poetry. Sometimes the words just escape you..." -me, to my manager.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

As Airr said, the only legal issue would be if you are violating your ISP's terms of service by having a server. Most "residential" ISP accounts don't let you run servers of any type (and most block inbound port 80)
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

I'm gonna ask them. I hope it's ok with them :)

BTW, does anybody know how to configure a VPN network on Linux?
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

Inf0Byt3 wrote:BTW, does anybody know how to configure a VPN network on Linux?
http://www.hamachi.cc
Image Image
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

No, I need a client... I cannot make vpnc work :(
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

I have no idea what you are talking about. Hamachi is cake and the easiest cross-platform VPN I have ever used, which is why I am pushing it.

Here is a VPN Linux client for hamachi - written in purebasic by Beach.

http://forums.hamachi.cc/viewtopic.php?t=2488
Image Image
Post Reply