X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=config%2Fnetwork;h=b2985d37bb90e1bdb9771d30edd3d266af264120;hp=97032084e14b407ee387a1fdc3086eb2b866b61c;hb=7f6be657e2dabc185417520de4d0d0de2580c27d;hpb=8e4a99716364e92cef9d7870149d75a57163f537 diff --git a/config/network b/config/network index 9703208..b2985d3 100644 --- a/config/network +++ b/config/network @@ -42,6 +42,19 @@ config interface wan option username foo option password bar +config alias wan1 + option proto static + option interface wan + option ipaddr 192.168.99.1 + option ip6addr 2a01:4f8:131:30e2::2/59 + option netmask 255.255.255.0 + option gateway 192.168.99.3 + +config route6 + option interface wan1 + option target ::0/0 + option gateway 2a01:4f8:131:30e2::1 + config interface wlan option proto static option ipaddr 192.168.2.1 @@ -50,6 +63,8 @@ config interface wlan config interface pptp option proto pptp option server 1.1.1.1 + option peerdns 0 + option dns 192.168.10.1 config route option target 192.168.0.1