configured
Configuring FireWall-1 for content filtering with Websense involves three basic procedures: Creating a UFP Server Object for the Websense Filtering Service. Creating URI Resource Objects for the dictionary categories that Websense sends to FireWall-1. Defining rules that govern how FireWall-1 behaves when it receives a response from Websense. Create a Server Object Before FireWall-1 can [...]
Websense Check Point, configuration, configured, dictionary, Filtering Service, Firewall-1, FW-1, HTTP Security Server, integrated, integration, resource object, rules, UFP, URI, Websense Enterprise, Websense Web Security Suite,
A MySQL client on Unix can connect to the mysqld server in two different ways: By using a Unix socket file to connect through a file in the file system (default /tmp/mysql.sock), or by using TCP/IP, which connects through a port number. A Unix socket file connection is faster than TCP/IP, but can be used only when connecting [...]
MySQL configured, firewall, grep, host ip, host name, localhost, mysql client, mysql server, network connections, pipes, server host, server start, socket, system default, task manager, tcp ip port, two different ways, unix, xa,
Invoke the linuxconf tool. ( type linuxconf in the shell prompt and press Enter ). For starting this tool you have to be logged in as Super user. In the displayed menu, select the menu item : IP Aliases for virtual hosts and press Enter. This will display the two interfaces eth0 and lo. (Ethernet [...]
Linux alias, box, configured, es, interface, ip address, ips, linux, linuxconf, long time, privilege, run time, shell, tool type, virtual hosts,
The kernel in Fedora Core 2 and higher is too big to fit on a floppy disk, so you’ll have to create a boot CD instead. Here are the steps. 1. Each installed kernel has a dedicated subdirectory for its modules in the /lib/modules directory. Get a listing of this directory. Here there are two [...]
Linux accesses, boot, command, configuration, configure, configured, create, difference, directory, Fedora, file, images, install, kernel, lib, linux, listing, names, partition, partitions, roots, system, systems, version,
The Advanced TCP/IP dialog will allow you to configure settings relative to DNS, WINS and specify multiple IP Addresses and Gateways. To bring up the Advanced TCP/IP Settings dialog, simply right click the desired connection from the Network Connections folder, and choose properties to open the Properties dialog of the selected connection. Now select Internet [...]
Windows accesses, activation, choose, computer, configuration, configure, configured, connection, directory, filter, filtering, folders, listing, multiple, network, networking, openness, port, ports, protocol, protocols, settings, tab, win, Windows,
Here are some ideas, how you can monitor the database performance of your MySQL installation. Monitoring is always an iterative and continuous process. You need to learn what patterns are OK for your database and what are the signs of slight problems or even dangerous situations. Below are the main items you can use to [...]
MySQL activation, byte, caching, check, client, command, computer, configuration, configure, configured, connection, data, Database, databases, dependencies, developers, difference, innodb, install, log, logging, logs, mysql, mysqladmin, openness, queries, queues, replication, server, servers, system, systems, table, tools, track, user, what,
Ifconfig is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it is usually only needed when debugging or when system tuning is needed. To get a quick look at all the network cards on your system that are ‘up’ (meaning they are [...]
Linux base, bases, boot, byte, command, configuration, configure, configured, connection, Debugging, functionality, gnu, interface, linux, machine, mask, network, networking, openness, settings, switch, system, systems, Windows,
This article uses postfix as the mail transport agent (MTA), as opposed to sendmail, the default MTA for CentOS. Dovecot is used to allow users to access their email by either imap or pop protocols. We assume a domain name of example.com which should be changed by the reader and can be either a real [...]
Email, Linux accesses, account, alias, avail, check, client, command, configuration, configure, configured, connection, create, daase, databases, dependencies, directory, e enable, edit, edition, file, firewall, format, hosts, install, interface, isp, kernel, linux, listing, log, logging, logins, logs, mail, maps, mbox, microsoft, mysql, names, network, networking, openness, outlook, parameters, passwords, perl, personal, port, ports, protocol, protocols, redirection, release, resolves, roots, router, sendmail, server, servers, service, services, settings, smtp, system, systems, tab, understanding, user, what, workarounds, yum,
This allows full access through our firewall to certain trusted sources (host PCs). Now we’ll look at how we can filter against protocols and ports to further refine what incoming packets we allow and what we block. Before we can begin, we need to know what protocol and port number a given service uses. For [...]
Linux accesses, account, block, configuration, configure, configured, connection, filter, filtering, firewall, hacker, hackers, hosts, incoming, linux, log, logging, logins, logs, machine, openness, passwords, pc, port, ports, protocol, protocols, remote, secure, Security, service, services, shell, source, ssh, unix, what,
Opening up a whole interface to incoming packets may not be restrictive enough and you may want more control as to what to allow and what to reject. Lets suppose we have a small network of computers that use the 192.168.0.x private subnet. We can open up our firewall to incoming packets from a single [...]
Linux block, check, command, computer, configuration, configure, configured, devices, filter, filtering, firewall, functionality, ignore, incoming, interface, mac, mask, netmask, network, networking, openness, prevent, roots, scripts, source, spoof, what,
You would like to block all network traffic using iptables firewall under Debian GNU/Linux. This will block all incoming and outgoing traffic including Internet aka ADSL/ppp0 and it is highly recommend. The logic is block everything and allow only required traffic. This can be done with four simple commands: # iptable -F # iptables -P [...]
Linux block, command, configuration, configure, configured, connection, filter, filtering, firewall, gnu, incoming, interface, linux, logins, network, networking, nic, remote, sessions, ssh, traffic,
We will use an example based approach to examine the various iptables commands. In this first example, we will create a very simple set of rules to set up a Stateful Packet Inspection (SPI) firewall that will allow all outgoing connections but block all unwanted incoming connections:
Linux accesses, base, bases, block, byte, check, command, community, computer, configuration, configure, configured, connection, create, determine, edit, edition, execution, firewall, Generator, hosts, incoming, interface, listing, policy, port, ports, prevent, remote, router, sbin, scripts, server, servers, service, services, settings, shell, source, ssh, switch, system, systems, targeted, traffic, understanding, user, what,
Working with iptables from the command line requires root privileges, so you will need to become root for most things we will be doing. Iptables should be installed by default on all CentOS 3.x, 4.x and 5.x installations. You can check to see if iptables is installed on your system by: $ rpm -q iptables [...]
Linux accesses, check, command, configuration, configure, configured, enable, grep, install, policy, privilege, privileges, roots, rpm, service, services, settings, source, ssh, switch, system, systems, targeted,
First you need to understand the meaning of these two rules in the htaccess file. If you set “deny” in the script for countries “US,CA” (USA and Canada), all traffic from USA or Canada will be blocked. On the other hand, if you set “allow” it will only accept traffic from these two countries, all [...]
Apache, Linux accesses, apache, block, configuration, configure, configured, create, directory, execution, file, grep, htaccess, listing, roots, scripts, settings, traffic, understanding,
 MySQL supports several storage engines that act as handlers for different table types. MySQL storage engines include both those that handle transaction-safe tables and those that handle non-transaction-safe tables: MyISAM manages non-transactional tables. It provides high-speed storage and retrieval, as well as fulltext searching capabilities. MyISAM is supported in all MySQL configurations, and is the default storage engine [...]
MySQL avail, bdb, client, computer, configuration, configure, configured, connection, create, data, Database, databases, developers, difference, distributions, enable, file, format, mysql, partition, partitions, release, remote, settings, source, storage, table, unix, Windows,