diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2014-07-27 15:40:59 +0200 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2014-07-27 15:40:59 +0200 |
commit | 614f4e443396f2898b8b3e02a46b643c0a270d27 (patch) | |
tree | cff570075e413db6ab34ad9fade7e04b521f8d5a | |
parent | 5478dd76a207a5056dfa561e20c28216ac557f9b (diff) | |
download | old-firewall-614f4e443396f2898b8b3e02a46b643c0a270d27.tar.gz old-firewall-614f4e443396f2898b8b3e02a46b643c0a270d27.tar.bz2 old-firewall-614f4e443396f2898b8b3e02a46b643c0a270d27.tar.xz old-firewall-614f4e443396f2898b8b3e02a46b643c0a270d27.zip |
network reorganization: #1 - uplink is on wan vlan
-rw-r--r-- | fw.globals | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ set -o allexport # interfaces: -IF_WAN="eth1" +IF_WAN="wan" IF_LAN="lanbr" # networks: |