Archivo de la categoría: CentOS

What is PacketFence?

http://www.packetfence.org/home.html What is PacketFence? PacketFence is a Free and Open Source network access control (NAC) system. PacketFence is actively maintained and has been deployed in numerous large-scale institutions over the past years. It can be used to effectively secure networks – from small to very large heterogeneous networks. PacketFence has been deployed in production environments… Leer más »

how to create an ISO file LINUX

Go to a terminal screen. You can usually right click on the desktop and choose this option from the drop-down menu. Type «dd if=/dev/cdrom of=/cdrom_image.iso»

Static Routes in Redhat 9 – New isn’t always better

Overview With the introduction of Redhat version 8 and continued into version 9, the /etc/sysconfig/static-routes file no longer seems to function correctly. Linux static routes changed in 8.0 to a new format. Now you are to create a file in /etc/sysconfig/network-scripts for each Ethernet interface you wish to create static routes on. Example: touch /etc/sysconfig/network-scripts/route-eth0… Leer más »

untangle database postgres

If you ssh into untangle or are on the terminal «psql -U postgres uvm» will get you a postgresql prompt on the untangle database. Running «\d» will tell you all the tables that are available. To get remote access to the database you will need to modify /var/lib/postgres/pg_hba.conf This is done in the standard but somewhat complicated way… Leer más »

squid

http://www.gra2.com/article.php?query=generador&story=20050208110955884

SambaLDAP

http://www.alcancelibre.org/staticpages/index.php/SAMBALDAP-CENTOS5

xen error

Hi Folks, I’ve searched throught this board and noticed a few folks have had this problem…Mine started after installing an ethernet card….Screen came up blue…..»Registry file failure. The registry cannot load the hive file System Root\System32\Config\Software I found this apparent fix when booting from the Windows XP cd…. Quote: Do you have a XP CD?… Leer más »

Multiple Xen Vlans

Configuring bridges for multiple VLANs This section will be beefed up a bit later. I’m rushing it out due to popular demand!

VLANS Redhat

How do I configure my Red Hat Enterprise Linux 3 system to use 802.1q Virtual Local Area Network (VLAN) tagging for all network communication?

minicom

CentOS 5 (Red Hat-based). I’m connecting to a Cisco Router via serial cable. 1) run ‘minicom -s’ first, to enter configuration mode, you’ll open a text-based menu. Note: Use «ENTER» to exit any menus except the main menu. 2) Under «Serial Port Setup» mine was set to default /dev/modem and 38400. I had to manually… Leer más »