Have router resolve domain to local IP [closed] - dns

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I need my router to resolve mydomain.com to a private IP.
Alternatives like modifying hosts file or using a paid dynDNS service will not do. Is this possible? Thanks.

Well, you need to create an A record for "mydomain.com" to point to whatever your public IP is (I am assuming this is the IP that your ISP is assigning). This can only be done, afaik, where you registered the domain.
On your home side, you need to enable port forwarding (80,8080,443) on your router. Point this to your internal IP, or where you are hosting this server. This means that all requests going to mydomain.com will come to your router and be forwarded to the internal address.
Be careful when using dynamic IP addresses. Your ISP will most likely change this IP every so often, so your website will not be reachable from the internet unless it is changed in DNS.

Related

How can I find my IP address when inside a Server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I have a Linux server is hosting in a host company. I don't know what is the public IP address of the server. I can only ssh to the server using their Cloud access. I'm wondering if there's any tools that I can use to tell what is the public IP address of the Server I'm inside.
This cyberciti.biz article Expline how to find your public IP address.
To show IP address of server use this command: ifconfig -a.
I found this website service that you can create a link URL then send a request to that URL to reveal your IP Address and header details which is cool.
https://www.requestheader.com/

Squid proxy server with multiple IP automatically changes the outgoing address [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have a squid proxy server with 10 public IP addresses, I am using it precisely for the purpose of outgoing address. I want this multiple IP addresses to be randomly elected and changed every 2 minutes when the requests go out of the server. is that possible? how to do it in a server side, and what exactly we need to do in the client side?
Regards

Setting up a windows web hosting in virtual private server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 6 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I have 2 virtual private servers which i got from cloudatcost.com with 2 static IPs for one server and 1 static IP for another.
I have installed windows server 2008 R2 on both of them. All I wanted to do is to make one as a webserver and the other as a email and database server and I waanted to use some free control panel to create websites and maintain them. But before doing that I need to setup DNS server and static IP setup which I am not aware of. Someone please help me directing in a correct path of how to setup a server with a domain name and allow it to point as a server for different domains I host in future. I am pretty new to this networking stuff. I am .Net developer please help.
Thanks in advance.
[1] First you need to acquire domain for which you will get various registrar.
[2] Domain provider will provide you control panel
[3] Login into Domain control panel and there you need to two step process.Here you need to take help of your Domain provider.
[i] Register Name server of your VPS.Keep IP of VPS, where you will host domain.
ns1.abc.com = IP of your VPS
ns2.abc.com = IP of your VPS
[ii] Point your domain to VPS
[4]Now you can host your domain on VPS. Global propagation will take almost 24-48 hours time.

how to check which dns client is used on an external server? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
The issue is that i cannot determine what domain name system external servers use.
I want to be able to spot which kind of domain name system client is a server using without having actually access to it.
I have tried several commands on n map with domain name system searching script, but the result is not clear.
For ports open i can use n map.
Is there a solution for domain name system spotting too ?
There is nothing within the DNS protocol which will do what you are asking for. Which port does not matter as port 53 is the standard DNS port and all DNS server regardless of what software they are running will respond on port 53 and will return data in the same way. Without access to the remote server you would not be able to identify what DNS server software they are running.

Hacked — got an IPv6 address, need hostname [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
So I've got a problem... A few days ago I got hacked; someone logged on to an account of mine. So after a few clicks,
I managed to get the IP Address: 2a02:a03f:1043:8500:75eb:6b9f:a26:8733
It's an IPV6 address; I don't care to post it here — it's not mine. So what I want to do: get the hostname of that IP address.
I can't tracert it, I can't ping it and the DNS lookup doesn't give a hostname.
I'm not going to do anything with the IP Address, but if I may get a hostname, it will be possible to know who did it, and confront them with the issue.
Omnomnom,
You can try https://enc.com.au/itools/inet6num to get the hostname of ipv4/6

Resources