Re: [LEDE-DEV] tagged vlans on a TP-Link 841n v9

2017-06-19 Thread Jo-Philipp Wich
Hi. Please make a screenshot of your settings or paste the generated /etc/config/network here. Also consider doing the switch config via wireless, this allows for simpler recovery after a config mistake. ~ Jo ___ Lede-dev mailing list Lede-dev@lists

Re: [LEDE-DEV] tagged vlans on a TP-Link 841n v9

2017-06-19 Thread Mikael Bak
Hi, On 2017-06-19 08:52, yanosz wrote: Hei folks, I've some issues setting up a tagged vlan on a TP-Link 841n v9 router. The vlan (tag 23) should spawn all ports (lan, wan) having a dedictated interface. For doing so in luci I add a new vlan, name it 23 and enable all drop-down boxes (incl. cp

Re: [LEDE-DEV] Better backups to make upgrade easier

2017-06-19 Thread Stefan Hellermann
2017-06-19 5:49 GMT+02:00 Luiz Angelo Daros de Luca : > > Hello, > > Upgrade process with LEDE/OpenWrt installations aren't as smooth as a > user would expect. I know that PC have a lot more resources but their > upgrade process is normally very straightforward. They can upgrade > thousands of pack

[LEDE-DEV] [PATCH procd] watchdog: add support for starting/stopping kernel watchdog

2017-06-19 Thread Hans Dedecker
Extend the ubus watchdog cmd with the parameter magicclose; when set and in case the stopped parameter is enabled the kernel watchdog will be stopped by first sending the magic character 'V' followed by a close of the watchdog fd. In case stopped is set to disabled the watchdog fd will be created a

[LEDE-DEV] [PATCH v3] dnsmasq: manage resolv.conf iff when listening on 127.0.0.1#53

2017-06-19 Thread Paul Oranje
With this patch the dnsmasq init script manages resolv.conf if and only if when dnsmasq will listen on 127.0.0.1#53 (is main resolver instance). Also adds ::1 to the resolver file. For unbound a likewise patch exists (PR#4454). Fixes (combined with the unbound PR) FS#785 Signed-off-by: Paul Oranj

Re: [LEDE-DEV] [PATCH v3] dnsmasq: manage resolv.conf if when listening on 127.0.0.1#53

2017-06-19 Thread Paul Oranje
this patch has been resend with corrected title (not "if", but "iff") sorry for the spamming > Op 18 jun. 2017, om 09:46 heeft Paul Oranje het volgende > geschreven: > > With this patch the dnsmasq init script manages resolv.conf if and only if > when dnsmasq will listen on 127.0.0.1#53 (is mai

[LEDE-DEV] [PATCH] busybox: backport 'ip rule suppress_{prefixlength, ifgroup}'

2017-06-19 Thread Stefan Tomanek
This is a backport from the busybox repository (192dce4b84fb32346ebc5194de7daa5da3b8d1b4); it enables the use of the suppress_{prefixlength,ifgroup} flags for policy routing rules. Signed-off-by: Stefan Tomanek --- .../302-ip-rule-add-suppress-prefixlength.patch| 150 + 1

Re: [LEDE-DEV] tagged vlans on a TP-Link 841n v9

2017-06-19 Thread yanosz
Hello, here we go - the system is no longer reachable using IPv6 link local or 192.168.1.1. I changed the swtich configuration, only. Screenshot: http://jluehr.de/owncloud/index.php/s/DtjWvXzhQV30FbM /etc/config/network config interface 'loopback' option ifname 'lo' option prot

Re: [LEDE-DEV] tagged vlans on a TP-Link 841n v9

2017-06-19 Thread yanosz
Hello, Am 06/19/2017 um 09:14 AM schrieb Mikael Bak: > Hi, > > On 2017-06-19 08:52, yanosz wrote: >> Hei folks, >> >> I've some issues setting up a tagged vlan on a TP-Link 841n v9 router. >> The vlan (tag 23) should spawn all ports (lan, wan) having a dedictated >> interface. >> >> For doing so

Re: [LEDE-DEV] tagged vlans on a TP-Link 841n v9

2017-06-19 Thread Tobias Klaus
Hey yanosz, I never really investigated this issue but, all switches built into the WR841s I used so far (I am pretty sure this includes v9) haven't been capable to mix tagged and untagged vlans on the same port. Instead all vlans on the particular port are silently "upgraded" to tagged vlans(t

Re: [LEDE-DEV] [PATCH] build: add V=e option for extended build info

2017-06-19 Thread Felix Fietkau
On 2017-06-18 21:06, Matthew McClintock wrote: > On Sat, Jun 17, 2017 at 7:35 AM, Felix Fietkau wrote: >> On 2017-06-16 20:58, Matthew McClintock wrote: >>> This will output when a job starts and stops: >>> >>> $ make -j24 V=e >>> [ snip ] >>> make[3] -C package/network/config/firewall compile >>

Re: [LEDE-DEV] [PATCH v3] dnsmasq: manage resolv.conf if when listening on 127.0.0.1#53

2017-06-19 Thread Ben Pfountz
I tested this patch with a standard install, as well as with noresolv=1 and 2 servers configured with opendns, and it worked fine. /etc/resolv.conf still correctly listed 127.0.0.1 and ::1 as the local nameserver. Ben On 6/19/2017 6:16 AM, Paul Oranje wrote: this patch has been resend with c