Skip to content

Instantly share code, notes, and snippets.

Created January 28, 2016 11:52
Show Gist options
  • Save anonymous/3e6a740b73d6b249dcec to your computer and use it in GitHub Desktop.
Save anonymous/3e6a740b73d6b249dcec to your computer and use it in GitHub Desktop.
network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'WiFI'
option proto 'static'
option ipaddr '192.168.0.113'
option netmask '255.255.255.0'
option gateway '192.168.0.1'
option type 'bridge'
option _orig_ifname 'wlan0'
option _orig_bridge 'true'
option ifname 'eth0'
list dns '192.168.0.1'
list dns '192.168.0.1'
option send_rs '0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment