Skip to content

Instantly share code, notes, and snippets.

@HostOnNet
Created January 22, 2018 15:48
Show Gist options
  • Save HostOnNet/9dbac4a9ff65ffa893fb5efbee2f98f8 to your computer and use it in GitHub Desktop.
Save HostOnNet/9dbac4a9ff65ffa893fb5efbee2f98f8 to your computer and use it in GitHub Desktop.
[root@server12 ~]# mtr -rw detinhanascimento.com.br
HOST: server12.hosthat.com Loss% Snt Last Avg Best Wrst StDev
1. static.161.6.63.178.clients.your-server.de 0.0% 10 0.3 0.3 0.2 0.3 0.0
2. core21.fsn1.hetzner.com 0.0% 10 0.3 0.3 0.2 0.4 0.1
3. core4.fra.hetzner.com 0.0% 10 5.2 6.0 4.9 14.0 2.8
4. ffm-b4-link.telia.net 0.0% 10 5.8 15.4 5.6 71.1 21.9
5. ffm-bb4-link.telia.net 0.0% 10 6.0 6.1 6.0 6.2 0.1
6. ash-bb3-link.telia.net 0.0% 10 107.1 107.1 107.1 107.2 0.0
7. mai-b1-link.telia.net 0.0% 10 129.7 129.6 129.4 130.1 0.2
8. latinamerican-ic-316130-mai-b1.c.telia.net 0.0% 10 124.0 124.0 123.9 124.0 0.0
9. 186.234.28.121 0.0% 10 233.3 233.4 233.2 233.9 0.2
10. 200-147-26-130.static.uol.com.br 0.0% 10 232.0 231.8 231.6 232.3 0.2
11. 200.221.136.158 0.0% 10 232.1 232.0 231.7 232.6 0.3
12. 200-147-26-147.static.uol.com.br 10.0% 10 241.7 235.0 231.8 241.7 3.7
13. 200-147-26-10.static.uol.com.br 10.0% 10 232.0 333.3 232.0 777.9 183.7
14. whl0048.whservidor.com 10.0% 10 233.6 233.5 233.4 233.7 0.1
[root@server12 ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain DOCKER (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere 172.17.0.3 tcp dpt:http
ACCEPT tcp -- anywhere 172.17.0.3 tcp dpt:ssh
[root@server12 ~]# curl checkip.amazonaws.com
188.40.131.92
[root@server12 ~]# nmap whl0048.whservidor.com
Starting Nmap 5.51 ( http://nmap.org ) at 2018-01-22 15:46 UTC
Nmap scan report for whl0048.whservidor.com (200.98.197.99)
Host is up (0.23s latency).
Not shown: 866 filtered ports, 131 closed ports
PORT STATE SERVICE
21/tcp open ftp
80/tcp open http
443/tcp open https
Nmap done: 1 IP address (1 host up) scanned in 32.41 seconds
[root@server12 ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment