Performing a Traceroute
Traceroute is a common utility that determines the network route data is taking to a destination. It is available on all major Operating Systems.
If you are using an Software as a Service (SAAS) product like MyPMS, BookingCenter support may ask you for output of a traceroute if you are experiencing connectivity issues. Please follow the instructions appropriate for your computer below:
Windows
- Open the Start menu
- Click on
Run
- Type
cmd and then press the OK button to open a command prompt
- At the prompt, type
tracert mypms.bookingcenter.com and press the Enter key
- To copy the output, right-click anywhere in the window and select
Mark . You can pressEnter to copy all of the output, or select the text you want to copy and then right-click with your mouse. Paste the copied text by hitting CTRL + V .
Linux
- Open a terminal window
- Type
traceroute mypms.bookingcenter.com at the prompt and press the Enter key
Mac OS
- Go to
Applications -> Utilities -> Network Utility -> Traceroute
- Type the domain or IP address in the appropriate input field and press
Trace . You can also open a terminal window and use the same instructions as you would for performing a traceroute in Linux.
|