Author Archive

Dec
09

Setting up Primary and Secondary DNS on Solaris 10

Posted by: bitmindframe | Comments Comments Off

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″;
};

Read More→

Tags: vtp, study, switch, guides, 802.1q, cisco

Categories : Sun Solaris
Comments Comments Off

Hosts 1
Hostname Vinnie

Check the NIC card settings on the machine.
Run the ifconfig –a command to view the interfaces.

#ifconfig -a

Read More→

Tags: vtp, cisco, vlan, interface, wan, ip

Categories : Sun Solaris
Comments Comments Off