resolveip: Difference between revisions

From Leechfinger
Jump to navigationJump to search
Qais (talk | contribs)
Created page with "resolve host name to IP address or vice versa === Check whole subnet === <syntaxhighlight lang="bash"> $ resolveip 10.224.164.{01..255} </syntaxhighlight> category:command"
 
Qais (talk | contribs)
No edit summary
 
Line 4: Line 4:
$ resolveip 10.224.164.{01..255}
$ resolveip 10.224.164.{01..255}
</syntaxhighlight>
</syntaxhighlight>
[[category:command]]
[[category:Commands]]

Latest revision as of 21:53, 16 May 2025

resolve host name to IP address or vice versa

Check whole subnet

$ resolveip 10.224.164.{01..255}