|
Lines 31-36
Link Here
|
| 31 |
### Basic network options: ### |
31 |
### Basic network options: ### |
| 32 |
hostname="myname.my.domain" # Set this! |
32 |
hostname="myname.my.domain" # Set this! |
| 33 |
nisdomainname="NO" # Set to NIS domain if using NIS (or NO). |
33 |
nisdomainname="NO" # Set to NIS domain if using NIS (or NO). |
|
|
34 |
dhcp_program="/sbin/dhclient" # Path to dhcp client program. |
| 35 |
dhcp_flags="" # Additional flags to pass to dhcp client. |
| 34 |
firewall_enable="NO" # Set to YES to enable firewall functionality |
36 |
firewall_enable="NO" # Set to YES to enable firewall functionality |
| 35 |
firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall |
37 |
firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall |
| 36 |
firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall) |
38 |
firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall) |