DnsResolve: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command runs speedtest on the specified GSM 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''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SpeedTest''' |PortIndex, [ServerId] |Public Host, Public IP, Test server, Upload speed, Download speed, Ping. - Error Code in case of error. |} '''OUTPUT''' '''EXAMPL...")
Tag: 2017 source edit
 
No edit summary
 
(One intermediate revision by the same user not shown)
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 11: Line 9:
!Returns
!Returns
|-
|-
|'''SpeedTest'''
|'''DnsResolve'''
|PortIndex, [ServerId]
|PortIndex, url
|Public Host, Public IP, Test server, Upload speed, Download speed, Ping. - [[R2D2 Error Codes|Error Code]] in case of error.
|url and resolved IP address - [[R2D2 Error Codes|Error Code]] in case of error.
|}
|}
'''OUTPUT'''
'''OUTPUT'''


 
Resolved TCP/IP Address.
'''EXAMPLE'''<syntaxhighlight lang="text">
'''EXAMPLE'''<syntaxhighlight lang="text">
~# SpeedTest 0
root@ROBOT2p:/# DnsResolve 0 wiki.opalesystems.com
Public host: Telenor Srbija
Name:   wiki.opalesystems.com
Public IP: 1024318
Address: 172.245.241.132
Test server: 102451
root@ROBOT2p:/#
Ping: 23 ms
Upload: 1621 Mbit/s
Download: 8756 Mbit/s
</syntaxhighlight>
</syntaxhighlight>


[[Category:DATA]]
[[Category:DATA]]
[[Category:R2D2]]
[[Category:R2D2]]

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:/#