forked from jaysoffian/eap_proxy
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add default configuration file for general-purpose Linux
Should go in /etc/eap_proxy.conf
- Loading branch information
1 parent
a3f6ad1
commit 6eaf22d
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
### /etc/eap_proxy.conf: configuration file for EAP Proxy | ||
# See eap_proxy(1) for more information about these options. | ||
|
||
### You will probably only need to edit the lines after IF_WAN and IF_ROUTER. | ||
|
||
# Required options | ||
|
||
# IF_WAN | ||
wan0 | ||
|
||
# IF_ROUTER | ||
rtr0 | ||
|
||
### You will probably not need to edit anything below this line. | ||
|
||
# Checking whether WAN is up | ||
--ping-gateway | ||
|
||
# Ignoring router packets | ||
--ignore-when-wan-up | ||
--ignore-start | ||
--ignore-logoff | ||
|
||
# Configuring the IF_WAN.0 VLAN interface | ||
--restart-dhcp | ||
--set-mac | ||
|
||
# Daemonization (enable only ONE of the --pidfile lines) | ||
--daemon | ||
--pidfile | ||
# --pidfile /path/to/pidfile.pid | ||
# --pidfile "/path to/pidfile has/spaces.pid" | ||
--syslog | ||
|
||
# Debugging | ||
# --promiscuous | ||
# --debug | ||
# --debug-packets |