4,461
edits
→Get public IP address from CLI: Query DNS record |
m →Tray |
||
Line 42: | Line 42: | ||
C:\>net use Z: \\pistis\ea /savecred /persistent:yes | C:\>net use Z: \\pistis\ea /savecred /persistent:yes | ||
</source> | </source> | ||
== Checking the accessibility of a port through the network == | == Checking the accessibility of a port through the network == | ||
Line 50: | Line 51: | ||
$ sudo hping3 -T -t 1 -p 8080 pisteo.example.com | $ sudo hping3 -T -t 1 -p 8080 pisteo.example.com | ||
</source> | </source> | ||
== Tracing a route == | == Tracing a route == | ||
Line 76: | Line 78: | ||
_acme-challenge.domain.com descriptive text "kjg8gWocWWlJXrQIVYsxT1b7JkPsQoI2iJlsaetnOAU" | _acme-challenge.domain.com descriptive text "kjg8gWocWWlJXrQIVYsxT1b7JkPsQoI2iJlsaetnOAU" | ||
</source> | </source> | ||
== Get local IP address from CLI == | == Get local IP address from CLI == |