What's new

Dedicated DHCP options bind to a specific SSID

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

traceroute and see where it stops

Code:
| ~ : $ traceroute google.com.br

traceroute to google.com.br (216.58.202.35), 64 hops max, 52 byte packets

 1  powerbox.home (192.168.25.1)  2.328 ms  1.753 ms  1.730 ms
 2  bla.net.br (123.123.126.59)  6.623 ms  8.854 ms  8.331 ms
 3  ble.net.br (123.123.75.223)  6.826 ms  8.442 ms  6.471 ms

also check your dns log for query / reply

Code:
ramon@ac66u:/tmp/home/root# tail -f /mnt/EXT3_29G/config/rede/dnsmasq/dnsmasq.log

Dec 31 15:17:27 dnsmasq[8747]: query[A] google.com.br from 192.168.25.50
Dec 31 15:17:27 dnsmasq[8747]: forwarded google.com.br to 192.168.25.1
Dec 31 15:17:27 dnsmasq[8747]: reply google.com.br is 216.58.202.35

or this very nice tool called mtr (combines tracert with ping)

Code:
ramon@ac66u:/tmp/home/root# mtr --report-wide --show-ips -i 1 -Z 1 globo.com

Start: Sat Dec 31 15:23:48 2016

HOST: ac66u                                                   Loss%   Snt   Last   Avg  Best  Wrst StDev

  1.|-- PowerBox.home (192.168.25.1)                             0.0%    10    0.6   1.9   0.6  11.4   3.2
  2.|-- bla.net.br (123.123.126.59)              40.0%    10    4.8   5.3   4.8   5.6   0.0
  3.|-- ble.net.br (123.123.75.223)   0.0%    10    5.3   5.5   5.3   5.9   0.0
  4.|-- bli.net.br (123.123.64.101)  0.0%    10   22.9  24.7  22.2  26.9   1.4
  5.|-- ???                                                     100.0    10    0.0   0.0   0.0   0.0   0.0
  6.|-- 192.168.30.14                                            0.0%    10   25.0  24.6  23.6  25.8   0.5
  7.|-- ???                                                     100.0    10    0.0   0.0   0.0   0.0   0.0
  8.|-- 186-192-90-5.ptr.globo.com (186.192.90.5)                0.0%    10   21.3  21.3  20.9  21.4   0.0
 
Last edited:

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top