Author Archive
Setting up the Primary DNS Server
Create the /etc/named.conf file
options
{
directory “/var/named”;
};
zone “.”
{
type hint;
file “db.root”;
};
zone “bitmind.info”
{
type master;
file “db.bitmind.info”;
};
zone “10.168.192.in-addr.arpa”
{
type master;
file “db.192.168.10″;
};
zone “0.0.127.in-addr.arpa” in
{
type master;
file “db.127.0.0″;
};
Tags: vtp, study, switch, guides, 802.1q, cisco
Hosts 1
Hostname Vinnie
Check the NIC card settings on the machine.
Run the ifconfig –a command to view the interfaces.
#ifconfig -a
Tags: vtp, cisco, vlan, interface, wan, ip