Search
Excellent Resources
Great Forums
Helpful Blogs
Tag Archives: Network
Linux and UNIX HOW-TO: Setup a basic OpenLDAP Client and Server
The topic of LDAP seems to be little bit complicated at the beginning, so we will start with a simple example to for demonstration purposes. We will use two machines in this example: a client and a server, both running … Continue reading
Posted in authentication, Directory Services, HOW-To, LDAP, Linux, network, Open Source, OpenLDAP, Red Hat, RHCE, RHEL, Unix, User Administration
Tagged Authentication, Directory services, LDAP, ldap server, ldapclient, ldapsearch, Linux, Network, OpenLDAP, Red Hat, RHCE, RHEL, slapd, Unix, user administration, user authentication
4 Comments
Linux and UNIX HOW-TO: Create simple master and slave DNS Servers
The procedure below can be used with any UNIX/LINUX flavor. All the machines in this example are using Red Hat Enterprise Linux 5. For simplicity purposes, we will assume the server will resolve names on the LAN: 192.168.0.1/24, and the … Continue reading
Posted in DNS, DNS Server, HOW-To, Master DNS, network, Red Hat, RHCE, RHEL, Slave DNS, Unix
Tagged DNS DNS Server, Linux, Master DNS, Name Resolution, Network, Networking, Red Hat, RHCE, RHCSA, RHEL, Slave DNS, Unix
5 Comments
Solaris HOW-TO: Enable/Disable FTP Logging
To enable/disable FTP logging in Solaris 10, the “inetadm” utility can be used for that. First, list the properties of the ftp service: root@hamdan # inetadm -l svc:/network/ftp SCOPE NAME=VALUE name=”ftp” endpoint_type=”stream” proto=”tcp6″ isrpc=FALSE wait=FALSE exec=”/usr/sbin/in.ftpd -a” user=”root” default bind_addr=”" … Continue reading
Posted in ftp, ftp logging, HOW-To, inetadm, network, security, smf, Solaris
Tagged ftp, ftp logging, how-to, inetadm, Network, security, smf, Solaris, Solaris 10, svcadm, svccprop
2 Comments
Solaris HOW-TO: Check Network Interfaces
In Solaris 10, to know how many network interfaces the system has, use the command “dladm show-dev”. For example: # dladm show-dev e1000g0 link: down speed: 0 Mbps duplex: half e1000g1 link: unknown speed: 0 Mbps duplex: half e1000g2 link: … Continue reading