diff --git a/etc/wtp.conf b/etc/wtp.conf index 2d046bf..3269028 100755 --- a/etc/wtp.conf +++ b/etc/wtp.conf @@ -12,9 +12,9 @@ application: { binding = "802.11"; tunnelmode: { - nativeframe = false; - ethframe = false; - localbridging = true; + nativeframe = true; + ethframe = true; + localbridging = false; }; mactype = "localmac"; diff --git a/openwrt/freewtp/files/wtp.init b/openwrt/freewtp/files/wtp.init index af4ff5c..ecda739 100755 --- a/openwrt/freewtp/files/wtp.init +++ b/openwrt/freewtp/files/wtp.init @@ -27,9 +27,9 @@ application: { binding = "802.11"; tunnelmode: { - nativeframe = false; - ethframe = false; - localbridging = true; + nativeframe = true; + ethframe = true; + localbridging = false; }; mactype = "localmac";