IMPLEMENTING A CUSTOM SYSTEM SHUTDOWN LOGGING MESSAGE.
To create a custom logging message we edit /etc/syslog.conf and add 2 lines.
#vi /etc/syslog.conf
Tags: vlan, wan, 802.1q, cisco, router, vtp
IMPLEMENTING A CUSTOM SYSTEM SHUTDOWN LOGGING MESSAGE.
To create a custom logging message we edit /etc/syslog.conf and add 2 lines.
#vi /etc/syslog.conf
Tags: vlan, wan, 802.1q, cisco, router, vtp
Logging TCP connections using syslogd.
To enable logging of TCP connections we run the command:
#inetadm -M tcp_trace=TRUE
Verify that tcp_trace is set to TRUE.
#inetadm -p
While viewing an alternate terminal window after running:
#tail -f /var/adm/messages
A message would be displayed to the terminal.
Jan 27 14:49:45 digi inetd[373]: [ID 317013 daemon.notice] telnet[1816] from 192.
168.10.14 33811
Tags: guides, router, cisco, interface, 802.1q, study
Managing users and user logins
We are tasked to create 5 user accounts with special permissions, groups and a shared folder for the group.
First we need to create a new group.
#groupadd –g 101 mindframes
Read the rest of this entry →
Tags: ip, study, cisco, router, switch, 802.1q
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