About 8,370,000 results
Open links in new tab
  1. List all DNS records in a domain using dig? - Server Fault

    286 My company runs an internal DNS for mycompany.example There is a machine on the network that I need to find, but I’ve forgotten its name. If I could see a list, it would probably jog my memory. How can I list all of the domain records for mycompany.example?

  2. Where does email sent to *@example.com go? [closed]

    Nov 22, 2011 · So, basically, example.com, example.net, and example.org have no server appointed to handle incoming mail, and therefore any mail sent to them should be returned to the sender as "undeliverable" (may vary based on SMTP server configuration, but returning to sender as "undeliverable" is a very common behaviour for this situation).

  3. What type of DNS record is needed to make a subdomain?

    I'm making a website, and I need a sub-domain. I need to add the new part to my website, but I don't know which type of DNS record to add in the DNS console to point to this new site. Is it A or ...

  4. Any difference between DOMAIN\username and - Server Fault

    For example, perhaps the specified username is converted into the other format (in the obvious way) to see if that produces a match. There must also be some procedure for finding accounts in trusted domains that are not in the forest. I don't know …

  5. How to test a HTTPS URL with a given IP address - Server Fault

    Oct 31, 2012 · Let's say a website is load-balanced between several servers. I want to run a command to test whether it's working, such as curl DOMAIN.TLD. So, to isolate each IP address, I specify the IP manuall...

  6. What's the difference between example.com and …

    Feb 9, 2010 · Technically example.com and www.example.com are different domain names. One could have 2 completly different websites on them (although that's quite bad practice).

  7. Can someone please explain Windows Service Principle Names …

    The common form for SPNs is service class / fqdn @ REALM (e.g. IMAP/ mail.example.com@EXAMPLE.COM). There are also User Principal Names which identify users, in form of user @ REALM (or user1 / user2 @ REALM, which identifies a speaks-for relationship). The service class can loosely be thought of as the protocol for the service.

  8. How to rewrite url to backend while preserving browser url in …

    May 15, 2020 · - http: example.com paths: - path: /foo(/|$)(.*) backend: serviceName: echo-svc servicePort: 80 In this ingress definition, any characters captured by (.*) will be assigned to the placeholder $2, which is then used as a parameter in the rewrite-target annotation. This ingress will do the following: Requests to /foo will be delivered to echo1 ...

  9. Setting the hostname: FQDN or short name? - Server Fault

    For example, bash PS1 prompt uses \h (the hostname up to the first '.') by default, and rsyslog does not preserve FQDN in logfiles by default. In other words, the usability drawback of a FQDN hostname are no more for many common tools. For these reasons, I generally set the system hostname as a FQDN, leaving the shortname on /etc/hosts as required.

  10. How can I figure out my LDAP connection string? - Server Fault

    The ASP.NET Active Directory Membership Provider does an authenticated bind to the Active Directory using a specified username, password, and "connection string". The connection string is made up of the LDAP server's name, and the fully-qualified path of the container object where the user specified is located. The connection string begins with the URI LDAP://. For the server …