Skip to content

Commit

Permalink
Add default configuration file for general-purpose Linux
Browse files Browse the repository at this point in the history
Should go in /etc/eap_proxy.conf
  • Loading branch information
kangtastic committed Nov 20, 2017
1 parent a3f6ad1 commit 6eaf22d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions eap_proxy.conf-dist
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

0 comments on commit 6eaf22d

Please sign in to comment.