Skip to content

Instantly share code, notes, and snippets.

@d1b
Last active May 20, 2018 12:54
Show Gist options
  • Save d1b/0eef43e172670ae503fed33a76849f10 to your computer and use it in GitHub Desktop.
Save d1b/0eef43e172670ae503fed33a76849f10 to your computer and use it in GitHub Desktop.
skymesh ppp openwrt / lede configuration
config interface 'wan'
option ifname 'eth1'
option proto 'pppoe'
option ipv6 '1'
option peerdns '0'
option dns '8.8.8.8'
option dns '8.8.4.4'
option username 'username@ppp.skymesh.com.au'
option password 'password'
config interface 'wan6'
option 'ifname' '@wan'
option 'proto' 'dhcpv6'
option peerdns '0'
option dns '2001:4860:4860:0:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment