Skip to content

Instantly share code, notes, and snippets.

@mcprat
Created June 21, 2020 22:21
Show Gist options
  • Save mcprat/25298a86bab43585478751921e8748e7 to your computer and use it in GitHub Desktop.
Save mcprat/25298a86bab43585478751921e8748e7 to your computer and use it in GitHub Desktop.
Network config file after factory flash, ENS202EXT ar9341 ath79 master snapshot
config 'status' 'sys'
option 'opmode' 'ap'
option 'ManagementVLANID' '4096'
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'eth_mang'
option 'ifname' ''
option 'network' 'lan'
option 'proto' 'static'
option 'auto' '0'
config 'interface' 'lan'
option 'ifname' 'eth0'
option 'type' 'bridge'
option 'proto' 'static'
option 'ipaddr' '192.168.1.1'
option 'netmask' '255.255.255.0'
option 'defaultroute' '0'
option 'peerdns' '0'
option 'stp' '0'
option 'gateway' '192.168.1.1'
option 'dns' '0.0.0.0 0.0.0.0'
option 'hellotime' '2'
option 'maxage' '20'
option 'fwdelay' '4'
option 'priority' '32768'
option 'auto' '1'
option 'ip6LinkLocalEn' '1'
option 'ip6addr' ''
option 'orig_ip6addr' ''
option 'ip6gw' ''
option 'accept_ra' '0'
config 'interface' '1'
option 'type' 'bridge'
option 'proto' 'none'
option 'auto' '0'
config 'interface' '2'
option 'type' 'bridge'
option 'proto' 'none'
option 'auto' '0'
config 'interface' '3'
option 'type' 'bridge'
option 'proto' 'none'
option 'auto' '0'
config 'interface' '4'
option 'type' 'bridge'
option 'proto' 'none'
option 'auto' '0'
config 'interface' 'wan'
option 'ifname' ''
option 'proto' 'static'
option 'ipaddr' '192.168.10.1'
option 'netmask' '255.255.255.0'
option 'mtu' '1500'
option 'gateway' '0.0.0.0'
option 'WANGeneralAccount' ''
option 'WANGeneralDomain' ''
option 'WLANWANMode' '1'
option 'WANMTUMode' '0'
option 'WANDNSSourc' '0'
option 'accept_ra' '0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment