Diagnostic for your WiFi Extender - techonsteroids

Breaking

Post Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

Sunday, July 30, 2017

Diagnostic for your WiFi Extender








#Check your Local and Public 
ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/p'  &

#Just public...
ifconfig wlan0 | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/p' &

#Just Local
ifconfig wlan0-1| sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/p' &

#Check your Public IP
wget -qO- ipinfo.io/ip

Speedtest
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip


1 comment:

  1. I know your expertise on this. I must say we should have an online discussion on this. Writing only comments will close the discussion straight away! And will restrict the benefits from this information.how do wifi extenders work

    ReplyDelete

Messaging Morse Code with TL-MR3040 Leds

#Install the  kmod-ledtrig-morse opkg install kmod-ledtrig-morse #list your leds ls -1 /sys/class/leds/ #enable mor...

Post Top Ad

Responsive Ads Here