Created
June 22, 2015 10:46
-
-
Save sixtyfive/6d7c751801e4d6b78a19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config interface 'lan' | |
option force_link '1' | |
option type 'bridge' | |
option proto 'static' | |
option netmask '255.255.255.0' | |
option ipaddr '10.0.0.254' | |
option _orig_ifname 'eth0.1 radio0.network1 wlan1' | |
option _orig_bridge 'true' | |
option gateway '192.168.0.1' | |
option dns '141.1.1.1 83.169.185.161 208.67.222.222 8.8.8.8' | |
option delegate '0' | |
option ifname 'eth0.1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment