DnsResolve: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
This command runs speedtest on the specified GSM port.  
This command issues a name resolution request on the specified port.  


Data session should be up on the specified port.  
Data session should be up on the specified port.  
ServerId list can be found on <nowiki>https://c.speedtest.net/speedtest-servers-static.php</nowiki>.


'''COMMAND'''
'''COMMAND'''
Line 17: Line 15:
'''OUTPUT'''
'''OUTPUT'''


 
Resolved TCP/IP Address.
'''EXAMPLE'''<syntaxhighlight lang="text">
'''EXAMPLE'''<syntaxhighlight lang="text">
root@ROBOT2p:/# DnsResolve 0 wiki.opalesystems.com
root@ROBOT2p:/# DnsResolve 0 wiki.opalesystems.com

Latest revision as of 19:48, 7 July 2025

This command issues a name resolution request on the specified port.

Data session should be up on the specified port.

COMMAND

Command Line Arguments Returns
DnsResolve PortIndex, url url and resolved IP address - Error Code in case of error.

OUTPUT

Resolved TCP/IP Address.

EXAMPLE

root@ROBOT2p:/# DnsResolve 0 wiki.opalesystems.com
Name:    wiki.opalesystems.com
Address: 172.245.241.132
root@ROBOT2p:/#