Skip to content
View in the app

A better way to browse. Learn more.

hosang I.T.

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DNS Troubleshooting

Featured Replies

  • Administrators

First check the domain using nslookup

nslookup set querytype=ns mywiseguys.com

Next check the alias or hostname

set querytype=a branch.mywiseguys.com

Using nslookup interactively

Enter nslookup at the command line. The nslookup prompt appears.

View the current options by entering set all.

Change any desired options by entering set option.

Issue nslookup commands.

Enter exit to leave nslookup.

For a list of sample commands, see ``nslookup interactive commands''. For a list of options, see ``nslookup interactive options''.

nslookup interactive commands

These sample commands are available from the nslookup shell:

volga

Return the IP address of volga.

172.16.118.1

Return the name matching the IP address you enter.

set querytype=ns

Set the query type to the Name Server record. Future queries of names and IP addresses return the NS record from that host.

set querytype=a

Restore the query type to the Address record.

server server

Make server the default server that is queried.

nslookup interactive options

Here are the commonly used options of nslookup. For a complete list, see the manual page for nslookup(1Mtcp).

recurse

Sets the query type to recursive. When toggled to norecurse, nslookup performs iterative queries.

querytype=type

Sets the query type to the DNS data type specified. Common types include a (Address), any (any data type), mx (Mail Exchanger), and ns (Name Server).

retry=n

Resends the query n times before giving up.

root=root server

Sets the root server to the server you enter.

timeout=n

The period of time nslookup waits for a response after the query is sent. This period doubles between each retry.

You can save any of these options in a .nslookuprc file in your home directory. The format of this file, which is searched for each time you invoke nslookup, is one set command per line. Here is an example, which sets the query type to address records, the domain to mynet.com, and sets the timeout on requests to 10 seconds:

set querytype=a
set domain=mynet.com
set timeout=10

Querying a single name or address

To issue a simple query from the command line, use one of the following forms of the command:

nslookup name
nslookup IP_address

nslookup should return the desired answer by querying the default server. To query a different server, enter one of the following forms of the command:

nslookup name server
nslookup IP_address server

 

  • Views 186
  • Created
  • Last Reply

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.