Configuring |
Adding a Web Page
Default Home Page address:
/home/httpd/index.html
You may change the default home page directory by editing the web server’s configuration file, located at: /etc/boa.conf
Type the following command to edit the boa.conf file:
/etc>vi boa.conf
To add your web page, place your home page in the following directory:
/home/httpd/
IPTABLES
IPTABLES is an administrative tool for setting up, maintaining, and inspecting the Linux kernel’s IP packet filter rule tables. Several different tables are defined, with each table containing
Each chain is a list of rules that apply to a certain type of packet. Each rule specifies the action to be taken with a matching packet. A rule (such as a jump to a
The
A.Filter
INPUT chain OUTPUT chain FORWARD chain
B.NAT
PREROUTING
POSTROUTING
OUTPUT
Source NAT