Vyatta Port Forwad port X to port Y

Scenario / Question: How do I port forward port 2202 to port 22 on 192.168.0.1 server with Vyatta. Solution / Answer: Configure DNAT rules with port destination and firewall destination rules NAT RULES set service nat rule 600 type destination set service nat rule 600 protocol tcp set service [continue...]

Fedora 11 external network and internal network

Scenario / Question: I have a computer connected to external network with one network card and connected to internal network with another network card. I want to have all external traffic use one nic and all internal traffic use another nic. Solution / Answer: If you do not require NAT or [continue...]

VirtualBox Modify VM Settings

Scenario / Question: How do I modify the parameters of my VM in VirtualBox from the command line Solution / Answer: Use the tool VBoxManage Install VirtualBox “Install VirtualBox without GUI or Headless” Create a VirtualBox VM guest “VirtualBox Headless VM” VirtualBox [continue...]

VirtualBox Controlling Headless VM

Scenario / Question: How do I control my VirtualBox VM’s from the command line Solution / Answer: Use the tool VBoxManage Install VirtualBox “Install VirtualBox without GUI or Headless” Create a VirtualBox VM guest “VirtualBox Headless VM” Controlling the [continue...]

VirtualBox Headless VM

Scenario / Question: How do I control VirtualBox from the linux command line CLI Solution / Answer: Use the included tools VBoxManage and VBoxHeadless First Install VirtualBox from this post: “Install VirtualBox without GUI or Headless” VBoxManage for controlling VirtualBox on the [continue...]

Install VirtualBox without GUI or Headless

Scenario / Question: How do I install VirtualBox on a linux server that does not have a GUI installed or Xorg. Solution / Answer: VirtualBox can be installed on a headless server, and can be controlled with VBoxManage and VBoxHeadless from the command line. Install VirtualBox 3.0 There are two [continue...]

Lighttpd and PHP

How do I get Lighttpd to work with PHP Instal Lighttpd web server Follow the following tutorial: “Lighttpd and Centos 5” Add PHP support to Lighttpd web server Install lighttpd-fastcgi and php-cli # yum install lighttpd-fastcgi php-cli Configure the Config files to enable PHP for [continue...]

Lighttpd and Centos 5

What is Lighttpd “Security, speed, compliance, and flexibility — all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other [continue...]

Nagios Notifications Error

Scenario / Problem: Nagios is not sending notifications via email. In the logs: cat /var/log/messages |grep notification nagios nagios: Warning: Contact ‘nagiosadmin’ service notification command ‘/usr/bin/printf “%b” “***** Nagios *****\n\nNotification Type: [continue...]

Fedora 11 nvidia segmentation fault

Scenario / Question: On boot I get the following error /etc/rc.d/init.d/functions: line 513: 1345 aborted “$@” FAILED when nvidia driver loads /etc/rc.d/init.d/functions: line 513: 1345 aborted “$@” FAILED OR # nvidia-config-display Segmentation Fault Solution / Answer: The problem is [continue...]

Next Page »