Hi
here are the outputs you request:
cat /etc/hosts
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#
127.0.0.1 localhost
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
127.0.0.2 suselinux11.susesanjuan suselinux11
192.168.1.1 Suse Suse
200.40.171.98
Bienvenida Colegio San Juan Bautista.
192.168.1.7 correo.sanjuan.edu.uy correo
cat /etc/resolv.conf
### BEGIN INFO
#
#
### END INFO
#
domain sanjuan.edu.uy
nameserver 200.40.171.98
nameserver 200.40.30.245
nameserver 200.40.220.245
search susesanjuan correo.sanjuan.edu.uy
dig yourdomain mx
; <<>> DiG 9.4.2 <<>> sanjuan.edu.uy mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36367
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;sanjuan.edu.uy. IN MX
;; AUTHORITY SECTION:
sanjuan.edu.uy. 86400 IN SOA ns.sanjuan.edu.uy. javierfil.gmail.com. 9 10800 900 604800 86400
;; Query time: 1 msec
;; SERVER: 200.40.171.98#53(200.40.171.98)
;; WHEN: Tue Mar 24 10:27:21 2009
;; MSG SIZE rcvd: 90
dig yourdomain any
; <<>> DiG 9.4.2 <<>> sanjuan.edu.uy any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5867
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 4
;; QUESTION SECTION:
;sanjuan.edu.uy. IN ANY
;; ANSWER SECTION:
sanjuan.edu.uy. 259200 IN SOA ns.sanjuan.edu.uy. javierfil.gmail.com. 9 10800 900 604800 86400
sanjuan.edu.uy. 259200 IN NS ns.sanjuan.edu.uy.
sanjuan.edu.uy. 259200 IN NS ns1.us.editdns.net.
sanjuan.edu.uy. 259200 IN NS ns3.us.editdns.net.
sanjuan.edu.uy. 259200 IN NS ns2.us.editdns.net.
;; ADDITIONAL SECTION:
ns.sanjuan.edu.uy. 259200 IN A 200.40.171.98
ns1.us.editdns.net. 102575 IN A 74.52.212.235
ns2.us.editdns.net. 102575 IN A 72.249.105.234
ns3.us.editdns.net. 102575 IN A 64.251.10.77
;; Query time: 8 msec
;; SERVER: 200.40.171.98#53(200.40.171.98)
;; WHEN: Tue Mar 24 10:27:30 2009
;; MSG SIZE rcvd: 236
host `hostname`
Host suselinux11 not found: 3(NXDOMAIN)