Rev 1 |
|
Rev 5 |
Line 11... |
|
Line 11... |
|
|
|
# list of interfaces for internal / external hosts |
|
# list of interfaces for internal / external hosts |
# INTIF=<interfaces connected to your local network (intranet)> |
|
# INTIF=<interfaces connected to your local network (intranet)> |
# EXTIF=<interfaces connected to the internet> |
|
# EXTIF=<interfaces connected to the internet> |
# |
|
# |
INTIF="wlan0,wlan1,ath2" |
|
INTIF="wlan0" |
EXTIF="ath0,eth0,ath1" |
|
EXTIF="eth0" |
|
|
|
# list hosts on internal devices here, multiple lines of the form: |
|
# list hosts on internal devices here, multiple lines of the form: |
# DEVINT="<host>,<description>" |
|
# DEVINT="<host>,<description>" |
# DEVINT="!<host>,<description>" |
|
# DEVINT="!<host>,<description>" |
# |
|
# |
|
|
|
|
|
DEVINT="10.33.24.0/24,flick" |
|
|
|
# list hosts on external devices here, multiple lines of the form: |
|
# list hosts on external devices here, multiple lines of the form: |
# DEVEXT="<host>,<description>" |
|
# DEVEXT="<host>,<description>" |
# DEVEXT="!<host>,<description>" |
|
# DEVEXT="!<host>,<description>" |
# |
|
# |
|
|
|
|
|
DEVEXT="10.33.6.0/24,jablonka" |