root@ubuntu:/home/owner# cat /etc/nsswitch.conf
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.
passwd: compat
group: compat
shadow: compat
hosts: files dns
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
root@ubuntu:/home/owner#
I don;t think mdns is installed...how do I check? What is it under please? I did not see in int sudo -aptitude - I just recently learned. Isn't the below the same thing? Why the importance of the `hostname` command?
"root@ubuntu:/home/owner# ifconfig eth1 | grep "inet addr:" | cut -d':' -f2|awk '{print $1}'
192.168.1.110
root@ubuntu:/home/owner#" My hostname is not assigned using DHCP router ans the requirements say to install and configure DNS IIRC...
Last edited by Linuxwho?; 04-09-2009 at 08:03 PM..
|