Questions tagged [srv]

In the context of the Linux BIND application, a Service record (SRV record) is a specification of data in the Domain Name System defining the location, i.e. the hostname and port number, of servers for specified services.

70 questions
0
votes
1 answer

Nginx and PHP-FPM can't access /srv/ folder

I'm having trouble everytime I install Centos 6 on my Xen VM. I'm able to install Nginx 1.6.2 and PHP-PFM, it works when the vhost is linked to /usr/share/nginx/html/, I can show php scripts. But when I change my root to /srv/www/something/, it…
Nadim
  • 1
  • 1
  • 4
0
votes
1 answer

DNS records for http web servers behind NAT with different external ports

So basically. I have one external IP. I am running few web servers on my internal network. All web servers are configured in NAT with different ports (80,81,82,...) My domain's DNS is configured on my external IP. And NAT forwards it to my first web…
Biosek
  • 31
  • 1
  • 3
0
votes
3 answers

Using Java for 'nslookup -type=srv'

Is there a way in Java to do a Nslookup search on SRV records? I need to bind to Active Directory and would like to use the SRV records to help determine which of the ADs in the cluster are live. In command line the nslookup search string is:…
WhereIsTheBubble
  • 325
  • 1
  • 7
  • 9
0
votes
1 answer

Resolving SRV Records in Java using xbill. Correct Query string?

I am trying to obtain SRV records using org.xbill.DNS in java for my domain I have the following setup on my domain (eg: example.com) at the moment: Record: HostName: ramuh IP Address/URL: 1.1.1.1 // the public ip of my computer Record…
mangusbrother
  • 3,988
  • 11
  • 51
  • 103
0
votes
1 answer

Record SRV or A-Record Traffic

I am looking for a way to monitor and record traffic hits to an SRV or A-Record on my Linux Box running cPanel. The records would point to an external application with no built in logging abilities. Is it possible to somehow "spy" on the traffic…
DarthCaniac
  • 383
  • 5
  • 16
0
votes
1 answer

Using a SRV DNS entry to connect to SQL Server in .NET

We have a cluster SQL Server and we use a SRV DNS entry to locate the service (i.e sql.mycompany.com). MyCompany.com_tcp_http Service Location (SRV) [0][0][1433]sql.Mycompany.com Now, how I can use the .NET SQLConnection to use this dns name…
No hay Problema
  • 853
  • 1
  • 10
  • 14
-1
votes
1 answer

DNS record to port

I have my brand new website hosted on amazon ec2: IP: http://52.215.150.134:8020/ AWS Domain: ec2-52-215-150-134.eu-west-1.compute.amazonaws.com:8020 As you can see, it is exposed on port 8020 because 80 is already in use by another web…
Robycool
  • 1,104
  • 2
  • 14
  • 26
-1
votes
2 answers

How I can make that the request to 'api.mydomain.com:8000' redirect to IP for the EC2 instance

I have an api running in a EC2 instance in AWS in certain port (ej 8000). I have register a domain in bluehost provider. Currently my app is pointing to the IP that offer the EC2 instance, but I want to change to the domain in order to use like…
-1
votes
1 answer

How to redirect srv dns to other domain

I got a domain and want people to people able to join a server for a game I'm currently running. The server is running by a third party host. For now, I got a direct IP address and port I can connect through, but now I want others to be able to…
-1
votes
1 answer

Do I need anything else other than an SRV record to make it work?

I'm trying to setup an SRV record to let users connect to a game server. The server uses the port 27016 UDP and TCP (actually TCP is used just by steam) so I have created two SRV records: _ARKSRV._tcp.join.domain.tld. SRV…
Fez Vrasta
  • 14,110
  • 21
  • 98
  • 160
1 2 3 4
5