diff options
Diffstat (limited to 'files/ar71xx-tl-wr841nd-v5/etc')
| -rw-r--r-- | files/ar71xx-tl-wr841nd-v5/etc/config/network | 22 | 
1 files changed, 22 insertions, 0 deletions
diff --git a/files/ar71xx-tl-wr841nd-v5/etc/config/network b/files/ar71xx-tl-wr841nd-v5/etc/config/network new file mode 100644 index 0000000..2b4d140 --- /dev/null +++ b/files/ar71xx-tl-wr841nd-v5/etc/config/network @@ -0,0 +1,22 @@ +config 'interface' 'loopback' +        option 'ifname' 'lo' +        option 'proto' 'static' +        option 'ipaddr' '127.0.0.1' +        option 'netmask' '255.0.0.0' + +config 'interface' 'mesh' +        option 'type' 'bridge' +        option 'ifname' 'bat0 wlan0' +        option 'mtu' '1527' + +config 'interface' 'lan' +        option 'type' 'bridge' +        option 'proto' 'static' +        option 'netmask' '255.255.255.0' +        option 'ifname' 'eth0' +        option 'ipaddr' '10.17.200.1' + +config 'interface' 'wan' +        option 'ifname' 'eth1' +        option 'proto' 'dhcp' +        option 'dns' '217.11.48.200 217.11.49.200 8.8.8.8'  | 
