I have been searching the Internet for a real nop tutorial on the subject but could not found any direct info. on how to edit these files the proper way.
I have a Debian Internet server that I use to host some personal domains and runs Squid and rTorrent. The server is up and running with no problems. However, I am confused about a few things.
Lets say that I named my server (foo), my domain is (example.com) and my public IP is 95.211.133.200 now:
should /etc/hostname contains:
tango.example.comor
tango <----- just the server nameshould
/etc/hostscontain:127.0.0.1 localhost.localdomain localhost 95.211.133.200 foo.example.com fooshould
/etc/resolf.confcontain (along with the name servers) both:domain example.com search example.comor just the first one.
Are there any other files that I should edit in order to make things right?
last thing, the command:
domainname returns: (none)I believe it should return (example.com). What should I do to correct that?
resolv.conf(5),hostname(1)andhosts(5)– AdmiralNemo Apr 2 '12 at 23:09