SA-MP Forums Archive
What is this ip called? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: What is this ip called? (/showthread.php?tid=456933)



What is this ip called? - Fernado Samuel - 08.08.2013

i have seen ips like this

Server.my-server.us:PORT


and how can they be done?


Re: What is this ip called? - Khanz - 08.08.2013

Get a domain and create a DNS record
put in server and value as your server IP and choose A name.


Re: What is this ip called? - Fernado Samuel - 08.08.2013

Ok and what is TTL ?Is that the port?


Re: What is this ip called? - Khanz - 08.08.2013

Leave TTL alone put it like 10 if you have to, port is already set you don't have to mess with it


Re: What is this ip called? - Fernado Samuel - 08.08.2013

Quote:
Originally Posted by khanz
Посмотреть сообщение
Leave TTL alone put it like 10 if you have to, port is already set you don't have to mess with it
I have to set those things in my Domain cpanel or webhost cpanel?. I am asking this because both have that option to set the record.


Re: What is this ip called? - linuxthefish - 08.08.2013

Do not set the TTL to 10, that's a ridiculous value.

Point an A record to your server IP, and set the TTL to 14400. Some hosts reject low TTL's due to additional server load looking up DNS queries all the time...

Quote:
Originally Posted by Fernado Samuel
Посмотреть сообщение
I have to set those things in my Domain cpanel or webhost cpanel?. I am asking this because both have that option to set the record.
If you have the nameservers in your domain control panel pointing to your webhost, set the new record in your webhost panel.


Re: What is this ip called? - Sinner - 08.08.2013

TTL = Time To Live
It's the amount of routers your request can pass before it is dropped. 10 Would be extremely low.


Re: What is this ip called? - Fernado Samuel - 08.08.2013

Quote:
Originally Posted by linuxthefish
Посмотреть сообщение
Do not set the TTL to 10, that's a ridiculous value.

Point an A record to your server IP, and set the TTL to 14400. Some hosts reject low TTL's due to additional server load looking up DNS queries all the time...



If you have the nameservers in your domain control panel pointing to your webhost, set the new record in your webhost panel.
Ok, if i set the record the how much time to take effect?


Re: What is this ip called? - linuxthefish - 08.08.2013

Quote:
Originally Posted by Sinner
Посмотреть сообщение
TTL = Time To Live
It's the amount of routers your request can pass before it is dropped. 10 Would be extremely low.
You are incorrect, it's basically the amount of time DNS queries are cached for in seconds.

https://en.wikipedia.org/wiki/Time_to_live#DNS_records


Re: What is this ip called? - Sinner - 08.08.2013

Quote:
Originally Posted by linuxthefish
Посмотреть сообщение
You are incorrect, it's basically the amount of time DNS queries are cached for in seconds.

https://en.wikipedia.org/wiki/Time_to_live#DNS_records
Oops, my bad. I didn't know it was also used for DNS records! TTL for IP packets does mean the following though:
Quote:
Originally Posted by Wikipedia
The TTL field is set by the sender of the datagram, and reduced by every router on the route to its destination.