How to see Ip and dns with telnet?

  • Thread starter Thread starter hall9000
  • Start date Start date
H

hall9000

Good evening

I would like to verify that the Ip and Dns parameters set by the network system really correspond.
I would like to check via telnet but want to know the commands to be given.

Thanks

Hall
 
You can use regular ping like in Windows

example for IP: ping local ipaddress CTRL+C to stop
To check dns just do this: ping google.com if dns works you get responce and stop with CTRL+C
 
Thanks


I would like to know ip and dns of my decoder ( OBH 4.3 ) with telnet

Hall
 
If you type

ip route you get some info
DNS goes over udp so here we need some expert help :)
 
Thanks


I would like to know ip and dns of my decoder ( OBH 4.3 ) with telnet

Hall
A part form the fact that it's so simple to "know" by the GUI, for once, if you telnet to your box, you are already using its IP! What do you want to know more?
Unless you are telling about the PUBLIC, external IP not the IP of your box.
 
Code:
root@vuuno:~# cat /etc/resolv.conf
root@vuuno:~# ip addr show
root@vuuno:~# ifconfig
 
Back
Top