hi,
I am on a VPS, have Virtualmin with some domains of my own.
For some time, I mentioned that internal processes cannot see their own domain. Let us take the domain yanfouom.net : you can reach it from anywhere by a ping, but not when I am connected in a terminal on the VPS ! I made a mistake somewhere.
Can you please help me ? Thanks per advance.
Here are some facts :
In a terminal on the server, you type :
x@vps296125:~$ ping yanfouom.net
you get:
PING yanfouom.net (51.255.197.10) 56(84) bytes of data.
^C
— yanfouom.net ping statistics —
7 packets transmitted, 0 received, 100% packet loss, time 6047ms"
If I type the command :
>netstat -taupen | grep 53
I get :
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 0 12537 -
tcp 0 0 51.255.197.10:53 0.0.0.0:* LISTEN 107 11070 -
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 107 11047 -
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 0 12531 -
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 107 11320 -
tcp6 0 0 :::465 :::* LISTEN 0 12538 -
tcp6 0 0 :::53 :::* LISTEN 107 10998 -
tcp6 0 0 :::25 :::* LISTEN 0 12532 -
udp 0 0 51.255.197.10:53 0.0.0.0:* 107 11069 -
udp 0 0 127.0.0.1:53 0.0.0.0:* 107 11046 -
udp6 0 0 :::53 :::* 107 10997 -