diff options
Diffstat (limited to 'files/ar71xx-tl-wr741nd-v1/etc/config/network')
-rw-r--r-- | files/ar71xx-tl-wr741nd-v1/etc/config/network | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/ar71xx-tl-wr741nd-v1/etc/config/network b/files/ar71xx-tl-wr741nd-v1/etc/config/network new file mode 100644 index 0000000..a0e8256 --- /dev/null +++ b/files/ar71xx-tl-wr741nd-v1/etc/config/network @@ -0,0 +1,29 @@ +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 ifname eth0 + option type bridge + option proto static + option ipaddr 10.17.200.1 + option netmask 255.255.255.0 + +config interface wan + option ifname eth1 + option proto dhcp + +config switch eth0 + option enable_vlan 1 + +config switch_vlan + option device eth0 + option vlan 1 + option ports "0 1 2 3 4" |