How to see Ip and dns with telnet?

hall9000

Vu+ User
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
 

AlexWilMac

Moderator
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.
 

KFL

Vu+ User
Code:
root@vuuno:~# cat /etc/resolv.conf
root@vuuno:~# ip addr show
root@vuuno:~# ifconfig
 
Top