What's new

Kamoj Kamoj Add-on Beta testing II

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Got it, thanx and saved it...
I will wait with the testing of homeguard with the next beta...i forgot to mention that the problem is with the current and with the beta homeguard...
dnscrypt still running fine
 
@kamoj I hope 5.5 is not far away from sharing with us :)

Is there any way to bypass GEO country IP list on the VPN? For example I would like to route all traffic via VPN except the country I connect from. When I was using Astrill applet on Asus Merlin before, they had this feature which allowed to bypass the country traffic you connect from.
 
@kamoj
Is there any way to bypass GEO country IP list on the VPN? For example I would like to route all traffic via VPN except the country I connect from.
I guess there are 2 challenges for this question: Getting an accurate list that has all the subnets of your country AND adding those subnets to the routing engine.

for instance looking here: https://www.ip2location.com/free/visitor-blocker you could download the list. Question is whether the free version is accurate enough for your purpose or whether you want to pay for it.

I tried downloading the one for the Netherlands, in CIDR format.
with that list, in principle I could do something like:
for each subnet in file do "ip rule add to subnet table novpn"
(assuming that novpn is already created by kamoj VPN bypass.

but... the NL list already contains more than 38500 subnets. And seeing that ip-rule rules can have a priority between 0 and about 32765, there might be an issue. (not sure if multiple ip-rule rules can have the same priority.)
Als I wonder what this will do for the performance of the router.

Probably a better alternative:
use ipset to create a list containing the all the subnets from your country.
then add an iptables rule to mark all packages that have a destination in that is in that ipset list.
and lastly add an ip rule that routes all marked traffic to table novpn.
 
@kamoj I hope 5.5 is not far away from sharing with us :)

Is there any way to bypass GEO country IP list on the VPN? For example I would like to route all traffic via VPN except the country I connect from. When I was using Astrill applet on Asus Merlin before, they had this feature which allowed to bypass the country traffic you connect from.
5.5 in due time. Have no schedule for it. Maybe for xmas?

Geo blocking is on the list and quite easy to implement using e.g. dnscrypt2.
But what you are asking for, I can not do without help.
 
On a separate note - I've found AdGuard to be too harsh lately.
It's even blocking my laptop device driver updates - such as Nvidia drivers. Either through their auto update or direct download.

It does it with other things too, just genuine downloads.
I couldn't bother with the hassle of freeing things up in the filters, so I've switched to DNSCrypt Proxy 2 in the Kamoj add-on, with just 'AdAway' and 'MyBase' ticked in the options further down the page.

It works perfectly and blocks 98% of ads in tests, and doesn't affect any of my genuine download attempts.
I may have to do this, recently AdGuard even blocked Alexa?!! assuming it was part of a google block. Also on youtube, via my Apple TV 4K, the search bar was gone, I thought it was an app error, so I uninstalled and reinstalled the youtube app, still the same problem, I even did a reset on the Apple TV 4K 2nd gen, only to find out from someone online suggesting to turn off ad blockers, when I turned off AdGuard, I can search youtube again, too many false positives, so I just turned it off for good, and just use it to quickly change DNS settings.
 
And I hopefully solved this by setting Query Log retention to 6 hours in AdGuard Home. (was 24 hours)
(otherwise I might have to disable query logging completely.)
unfortunately even with the 6 hours I now again had a querylog.json file of about 105 MB and AdGuard Home crashed again.
I now disabled query logging. Let's see how this goes.
 
I guess there are 2 challenges for this question: Getting an accurate list that has all the subnets of your country AND adding those subnets to the routing engine.

for instance looking here: https://www.ip2location.com/free/visitor-blocker you could download the list. Question is whether the free version is accurate enough for your purpose or whether you want to pay for it.
I pay for MaxMind GeoIP2 database but honestly for the router GEO country project GeoLite2 which is free would suffice:
For the reference I have downloaded a full list of countries in CSV file from GeoIP2 database and the file size is 14 MB.
I tried downloading the one for the Netherlands, in CIDR format.
with that list, in principle I could do something like:
for each subnet in file do "ip rule add to subnet table novpn"
(assuming that novpn is already created by kamoj VPN bypass.

but... the NL list already contains more than 38500 subnets. And seeing that ip-rule rules can have a priority between 0 and about 32765, there might be an issue. (not sure if multiple ip-rule rules can have the same priority.)
Als I wonder what this will do for the performance of the router.
It shouldn't have any. I used Astrill applet for a long time on RT-AC86U and the routing options (e.g. route international traffic only) did not affect the performance speed at all.
Probably a better alternative:
use ipset to create a list containing the all the subnets from your country.
then add an iptables rule to mark all packages that have a destination in that is in that ipset list.
and lastly add an ip rule that routes all marked traffic to table novpn.
Is there any step by step how to do it and undo it if it doesn't work?
5.5 in due time. Have no schedule for it. Maybe for xmas?

Geo blocking is on the list and quite easy to implement using e.g. dnscrypt2.
But what you are asking for, I can not do without help.
Sounds great, thanks. I can help by testing. I don't know what would be the best approach to add such GEO country exclusion to your addon. Perhaps there should be an option to download respective IP subnets for selected country and simply bypass this country via VPN Bypassing tab?

First step would be to get free GeoLite2 account: https://www.maxmind.com/en/geolite2/signup

You could probably integrate the IP updates directly into the addon, so the changes / ip updates could be either fetched automatically every X period or manually.

2nd feature would be in addition to bypass traffic from selected country to have a possibility to bypass single IPs or IPs ranges. The addon currently allow to bypass only local LAN devices but it would be great to bypass external IPs too.

I will give you the use case example of both features:
1. I live in UAE. Most of my traffic is overseas, EU 120ms, US 200ms. Any decent VPN server is in EU 120ms away, that means surfing anything local is at least 200ms+. I would like to bypass VPN traffic for local websites, so that local websites are loading very fast and the local banks do not see me connecting from EU.
2. My ISP IP is whitelisted on some overseas servers which I can only access from this ISP IP. Possibility to exclude single/range IPs would allow me to connect to those servers without having to disconnect from VPN.
I may have to do this, recently AdGuard even blocked Alexa?!! assuming it was part of a google block. Also on youtube, via my Apple TV 4K, the search bar was gone, I thought it was an app error, so I uninstalled and reinstalled the youtube app, still the same problem, I even did a reset on the Apple TV 4K 2nd gen, only to find out from someone online suggesting to turn off ad blockers, when I turned off AdGuard, I can search youtube again, too many false positives, so I just turned it off for good, and just use it to quickly change DNS settings.
I understand your frustration. Please report details to Adguard support by mentioning your router, that you are using Adguard Home and describing the problem. They take the feedback seriously in my experience as they already fixed some issues I reported. So instead of giving up, I suggest to try to work with with them on fixing this issue: support@adguard.com
 
unfortunately even with the 6 hours I now again had a querylog.json file of about 105 MB and AdGuard Home crashed again.
I now disabled query logging. Let's see how this goes.
Gerrits i still using DNSscripts two and i have disable Unrestricted Port Forwarding (to Router itself). not sure if there was something related to adguard but my ETH ports are stable for a week+ now
 
@ Gerrits...i also did change it too 6 hours like you suggested ..had the same problem...sorry forgot to mention it in here...dnscrypt is running fine and no óverblocking'like adguard..but depends on the filters...vfor dns crypt i have

1635786141465.png
 
Is there a limit on the amount of devices that can be moved to VPN "bypassed" section? I can't seem to move more than 8.
 
Is there a limit on the amount of devices that can be moved to VPN "bypassed" section? I can't seem to move more than 8.
No not really, but it wont move ip's ending with 1 or 2 digits. See earlier pre-release_note above!
You can change IP's used to 100-254 (e.g. Advanced, Setup, LAN Setup, Use Router as DHCP Server+Starting:100+Ending:254, + reboot) e.g. as a workaround until next release, or use release before 5.4b33.
Sorry!
 
all, i'm keep loosing my ETH even with DNS scrypt on. as i said, it seems it is happening only during a long period od inactivity.
 
all, i'm keep loosing my ETH even with DNS scrypt on. as i said, it seems it is happening only during a long period od inactivity.
Are you sure this is because you use the add-on? (Voxel have "native" support for DNSCrypt2).
If so, please give more details and logs (dmesg, syslog, supervision etc).
If not, please post in another thread.
PS
There will be good support for extensive automatic logging in next add-on version.
 
Are you sure this is because you use the add-on? (Voxel have "native" support for DNSCrypt2).
If so, please give more details and logs (dmesg, syslog, supervision etc).
If not, please post in another thread.
PS
There will be good support for extensive automatic logging in next add-on version.
Code:
Booting Linux on physical CPU 0

Linux version 3.4.103 (voxel@dell) (gcc version 11.2.0 (GCC) ) #1 SMP Thu Aug 26 08:14:57 UTC 2021

CPU: ARMv7 Processor [512f04d0] revision 0 (ARMv7), cr=10c5387d

CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache

Machine: Qualcomm Atheros AP161 reference board

QCA command line: console=ttyHSL1,115200n8

DNI command line: console=ttyHSL1,115200n8 ubi.mtd=netgear root=/dev/mtdblock6

msm_reserve_memory: 0x44600000, 0x200000

memory pool 3 (start 5fc00000 size 400000) initialized

Memory policy: ECC disabled, Data cache writealloc

smem_find(137, 80): wrong size 72

socinfo_init: v6, id=280, ver=3.0, raw_id=17, raw_ver=17, hw_plat=0,  hw_plat_ver=65536

accessory_chip=0 hw_plat_subtype=0

PERCPU: Embedded 8 pages/cpu @c0d55000 s10624 r8192 d13952 u32768

Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 123178

Kernel command line: console=ttyHSL1,115200n8 ubi.mtd=netgear root=/dev/mtdblock6

PID hash table entries: 2048 (order: 1, 8192 bytes)

Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)

Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

Memory: 49MB 436MB = 485MB total

Memory: 482492k/488636k available, 14148k reserved, 0K highmem

Virtual kernel memory layout:

    vector  : 0xffff0000 - 0xffff1000   (   4 kB)

    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)

    vmalloc : 0xdf000000 - 0xff000000   ( 512 MB)

    lowmem  : 0xc0000000 - 0xdeb00000   ( 491 MB)

    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)

    modules : 0xbf000000 - 0xbfe00000   (  14 MB)

      .text : 0xc0008000 - 0xc062b000   (6284 kB)

      .init : 0xc0700000 - 0xc0802980   (1035 kB)

      .data : 0xc0804000 - 0xc08a7860   ( 655 kB)

       .bss : 0xc08a7884 - 0xc0951d74   ( 682 kB)

SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1

Hierarchical RCU implementation.

NR_IRQS:1689

sched_clock: 32 bits at 32kHz, resolution 31240ns, wraps every 134175798ms

Console: colour dummy device 80x30

Calibrating delay using timer specific routine.. 12.55 BogoMIPS (lpj=62787)

pid_max: default: 32768 minimum: 301

Mount-cache hash table entries: 512

CPU: Testing write buffer coherency: ok

CPU0: thread -1, cpu 0, socket 0, mpidr 80000000

Setting up static identity map for 0x419b1a50 - 0x419b1ad8

CPU1: Booted secondary processor

CPU1: thread -1, cpu 1, socket 0, mpidr 80000001

Brought up 2 CPUs

SMP: Total of 2 processors activated (25.11 BogoMIPS).

dummy:

NET: Registered protocol family 16

AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver

meminfo_init: smem ram ptable found: ver: 0 len: 5

Found 1 memory banks grouped into 8 memory regions

gpiochip_add: registered GPIOs 0 to 151 on device: msmgpio

smem_find(137, 80): wrong size 72

socinfo_init: v6, id=280, ver=3.0, raw_id=17, raw_ver=17, hw_plat=0,  hw_plat_ver=65536

accessory_chip=0 hw_plat_subtype=0

msm_rpm_init: RPM firmware 3.0.16777364

clk_tbl_nss_fast - loaded

msm_dmov_memcpy_init: Success

sps:BAM 0x12244000 enabled: ver:0x5, number of pipes:20

sps:BAM 0x12244000 is registered.

sps:sps is ready.

msm_pcie_setup: link initialized

PCI host bridge to bus 0000:00

pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fefffff]

PCI: bus0: Fast back to back transfers disabled

pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring

PCI: bus1: Fast back to back transfers disabled

msm_pcie_setup: link initialized

PCI host bridge to bus 0000:02

pci_bus 0000:02: root bus resource [mem 0x2e000000-0x31efffff]

PCI: bus2: Fast back to back transfers disabled

pci 0000:02:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring

PCI: bus3: Fast back to back transfers disabled

msm_pcie_setup: link initialization failed

pci 0000:02:00.0: BAR 8: assigned [mem 0x2e000000-0x2e1fffff]

pci 0000:03:00.0: BAR 0: assigned [mem 0x2e000000-0x2e1fffff 64bit]

pci 0000:02:00.0: PCI bridge to [bus 03-03]

pci 0000:02:00.0:   bridge window [mem 0x2e000000-0x2e1fffff]

PCI: enabling device 0000:02:00.0 (0140 -> 0143)

pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x081fffff]

bio: create slab <bio-0> at 0
 
Last edited:
Hello,
I'm on r9000 and I've just installed the latest version of Voxel's firmware (R9000-V1.0.4.55HF) and latest version of kamoj add-on (5.4b35).
I've noticed a problem:
-VPN Bypassing: I can't move some devices from vpn-tunnel to no vpn tunnel and I can't understand why. There is not a pattern because some are in 2.4 ghz, other in 5 ghz, others connected by lan cable. Usually I can move pc from lists but not other devices (ex. Ata, Amazon fire stick etc..)
Hope it helps.
Thanks
Regards
 
Hello,
I'm on r9000 and I've just installed the latest version of Voxel's firmware (R9000-V1.0.4.55HF) and latest version of kamoj add-on (5.4b35).
I've noticed a problem:
-VPN Bypassing: I can't move some devices from vpn-tunnel to no vpn tunnel and I can't understand why. There is not a pattern because some are in 2.4 ghz, other in 5 ghz, others connected by lan cable. Usually I can move pc from lists but not other devices (ex. Ata, Amazon fire stick etc..)
Hope it helps.
Thanks
Regards
Please read a few lines above...
https://www.snbforums.com/threads/kamoj-add-on-beta-testing-ii.72238/post-723333
 
Hello All, i have switched back to adguard since 6 days and so far no issue. let me share a log:


Code:
USER _ _ _ PID _ _ TIME %CPU %MEM _ _VSZ _ RSS TTY _ _ _STAT START _ TIME NLWP _ LWP PSR COMMAND

root _ _ _5909 _ _11164 _2.1 _0.0 _ _836 _ 324 ? _ _ _ _S _ _Nov13 186:04 _ _1 _5909 _ 1 /hipplay/bin/busybox sh /hipplay/sbin/daemon/daemon.sh start

root _ _ _5911 _ _11114 _2.1 _0.0 _ _832 _ 320 ? _ _ _ _S _ _Nov13 185:14 _ _1 _5911 _ 0 /hipplay/bin/busybox sh /hipplay/sbin/daemon/daemon.sh start

root _ _ _1838 _ _ 2774 _0.5 _0.1 _ 1652 _ 892 ? _ _ _ _Ss _ Nov13 _46:14 _ _1 _1838 _ 1 /usr/sbin/haveged -w 1024 -d 32 -i 32 -v 1

root _ _ 15569 _ _ _261 _0.0 14.0 835536 68064 ? _ _ _ _Sl _ Nov13 _ 4:21 _ 10 15569 _ 1 /tmp/AdGuardHome/AdGuardHome --config /opt/kamoj/addons/defaults/AdGuardHome.yaml --work-dir /tmp/addons/adguard_home --logfile /var/log/AdGuardHome.log

root _ _ 15569 _ _ _ 36 _0.0 14.0 835536 68064 ? _ _ _ _Sl _ Nov13 _ 0:36 _ 10 15582 _ 1 /tmp/AdGuardHome/AdGuardHome --config /opt/kamoj/addons/defaults/AdGuardHome.yaml --work-dir /tmp/addons/adguard_home --logfile /var/log/AdGuardHome.log

root _ _ 15569 _ _ _ _0 _0.0 14.0 835536 68064 ? _ _ _ _Sl _ Nov13 _ 0:00 _ 10 15583 _ 1 /tmp/AdGuardHome/AdGuardHome --config /opt/kamoj/addons/defaults/AdGuardHome.yaml --work-dir /tmp/addons/adguard_home --logfile /var/log/AdGuardHome.log

root _ _ 15569 _ _ _ _0 _0.0 14.0 835536 68064 ? _ _ _ _Sl _ Nov13 _ 0:00 _ 10 15584 _ 1 /tmp/AdGuardHome/AdGuardHome --config /opt/kamoj/addons/defaults/AdGuardHome.yaml --work-dir /tmp/addons/adguard_home --logfile /var/log/AdGuardHome.log

root _ _ 15569 _ _ _ _0 _0.0 14.0 835536 68064 ? _ _ _ _Sl _ Nov13 _ 0:00 _ 10 15635 _ 0 /tmp/AdGuardHome/AdGuardHome --config /opt/kamoj/addons/defaults/AdGuardHome.yaml --work-dir /tmp/addons/adguard_home --logfile /var/log/AdGuardHome.log

root _ _ 15569 _ _ _ _0 _0.0 14.0 835536 68064 ? _ _ _ _Sl _ Nov13 _ 0:00 _ 10 15637 _ 0 /tmp/AdGuardHome/AdGuardHome --config /opt/kamoj/addons/defaults/AdGuardHome.yaml --work-dir /tmp/addons/adguard_home --logfile /var/log/AdGuardHome.log

root _ _ 15569 _ _ _ _0 _0.0 14.0 835536 68064 ? _ _ _ _Sl _ Nov13 _ 0:00 _ 10 15642 _ 0 /tmp/AdGuardHome/AdGuardHome --config /opt/kamoj/addons/defaults/AdGuardHome.yaml --work-dir /tmp/addons/adguard_home --logfile /var/log/AdGuardHome.log

root _ _ 15569 _ _ _261 _0.0 14.0 835536 68064 ? _ _ _ _Sl _ Nov13 _ 4:21 _ 10 15667 _ 0 /tmp/AdGuardHome/AdGuardHome --config /opt/kamoj/addons/defaults/AdGuardHome.yaml --work-dir /tmp/addons/adguard_home --logfile /var/log/AdGuardHome.log

root _ _ 15569 _ _ _271 _0.0 14.0 835536 68064 ? _ _ _ _Sl _ Nov13 _ 4:31 _ 10 15668 _ 1 /tmp/AdGuardHome/AdGuardHome --config /opt/kamoj/addons/defaults/AdGuardHome.yaml --work-dir /tmp/addons/adguard_home --logfile /var/log/AdGuardHome.log

root _ _ 15569 _ _ _252 _0.0 14.0 835536 68064 ? _ _ _ _Sl _ Nov13 _ 4:12 _ 10 15738 _ 1 /tmp/AdGuardHome/AdGuardHome --config /opt/kamoj/addons/defaults/AdGuardHome.yaml --work-dir /tmp/addons/adguard_home --logfile /var/log/AdGuardHome.log

root _ _ _4533 _ _ _ _0 _0.0 _0.4 _15380 _2260 ? _ _ _ _Sl _ Nov13 _ 0:00 _ _4 _4533 _ 1 /opt/xagent/xagent -w -d --ca_file /opt/xagent/certs/ca-bundle-mega.crt --hardware_id 4H51615T00386 --model_id R7800

root _ _ _4533 _ _ _534 _0.1 _0.4 _15380 _2260 ? _ _ _ _Sl _ Nov13 _ 8:54 _ _4 _4534 _ 1 /opt/xagent/xagent -w -d --ca_file /opt/xagent/certs/ca-bundle-mega.crt --hardware_id 4H51615T00386 --model_id R7800

root _ _ _4533 _ _ _ _0 _0.0 _0.4 _15380 _2260 ? _ _ _ _Sl _ Nov13 _ 0:00 _ _4 _4535 _ 0 /opt/xagent/xagent -w -d --ca_file /opt/xagent/certs/ca-bundle-mega.crt --hardware_id 4H51615T00386 --model_id R7800

root _ _ _4533 _ _ _ _0 _0.0 _0.4 _15380 _2260 ? _ _ _ _Sl _ Nov13 _ 0:00 _ _4 _4536 _ 1 /opt/xagent/xagent -w -d --ca_file /opt/xagent/certs/ca-bundle-mega.crt --hardware_id 4H51615T00386 --model_id R7800

root _ _ _7719 _ _ _518 _3.4 _0.0 _ _ _0 _ _ 0 ? _ _ _ _S _ _15:20 _ 8:38 _ _1 _7719 _ 0 [kworker/0:0]

root _ _ _ _ 3 _ _ _369 _0.0 _0.0 _ _ _0 _ _ 0 ? _ _ _ _S _ _Nov13 _ 6:09 _ _1 _ _ 3 _ 0 [ksoftirqd/0]

root _ _ _ _ 6 _ _ _367 _0.0 _0.0 _ _ _0 _ _ 0 ? _ _ _ _S _ _Nov13 _ 6:07 _ _1 _ _ 6 _ 0 [migration/0]

root _ _ _2009 _ _ _361 _0.0 _0.0 _ 5468 _ 280 ? _ _ _ _Ss _ Nov13 _ 6:01 _ _1 _2009 _ 0 /usr/bin/detcable 2

root _ _ _ _ 7 _ _ _329 _0.0 _0.0 _ _ _0 _ _ 0 ? _ _ _ _S _ _Nov13 _ 5:29 _ _1 _ _ 7 _ 1 [migration/1]

root _ _ _1347 _ _ _286 _0.0 _0.1 _ 1848 _ 496 ? _ _ _ _Ss _ Nov13 _ 4:46 _ _1 _1347 _ 0 /bin/datalib

root _ _ _ _ 9 _ _ _273 _0.0 _0.0 _ _ _0 _ _ 0 ? _ _ _ _S _ _Nov13 _ 4:33 _ _1 _ _ 9 _ 1 [ksoftirqd/1]

root _ _ _8464 _ _ _266 _0.0 _0.1 _ 1992 _ 580 ? _ _ _ _S _ _Nov13 _ 4:26 _ _1 _8464 _ 0 /bin/sh /usr/bin/addon_info_update.sh start_addon_functions

root _ _ 13103 _ _ _265 _0.0 _0.0 _ 1720 _ 356 ? _ _ _ _S _ _Nov13 _ 4:25 _ _1 13103 _ 1 /bin/sh /usr/bin/addon_fast_openvpn_supervision.sh

root _ _ _4107 _ _ _187 _0.0 _1.4 _12232 _7056 ? _ _ _ _Ss _ Nov13 _ 3:07 _ _1 _4107 _ 1 /usr/sbin/net-scan

root _ _ _8465 _ _ _134 _0.0 _0.1 _ 1992 _ 540 ? _ _ _ _S _ _Nov13 _ 2:14 _ _1 _8465 _ 0 /bin/sh /usr/bin/addon_info_update.sh start_addon_functions

root _ _ _4526 _ _ _129 _0.0 _0.3 _ 8236 _1604 ? _ _ _ _S _ _Nov13 _ 2:09 _ _1 _4526 _ 0 /usr/sbin/uhttpd -h /www -r R7800 -x /cgi-bin -t 90 -p 0.0.0.0:80 -C /etc/uhttpd.crt -K /etc/uhttpd.key -s 0.0.0.0:443

root _ _ _8466 _ _ _101 _0.0 _0.1 _ 1992 _ 580 ? _ _ _ _S _ _Nov13 _ 1:41 _ _1 _8466 _ 0 /bin/sh /usr/bin/addon_info_update.sh start_addon_functions

root _ _ _4991 _ _ _100 _0.0 _0.0 _ 1720 _ 388 ? _ _ _ _S _ _Nov13 _ 1:40 _ _1 _4991 _ 0 /bin/sh /usr/sbin/netconn.sh

root _ _ 11193 _ _ _ 62 _0.0 _0.1 _ 1348 _ 548 ? _ _ _ _Ss _ Nov13 _ 1:02 _ _1 11193 _ 1 /usr/sbin/lbd -d -C /tmp/lbd.conf

root _ _ _5058 _ _ _ _0 _0.0 _0.0 _ 9288 _ 428 ? _ _ _ _Sl _ Nov13 _ 0:00 _ _4 _5058 _ 1 /sbin/KC_BONJOUR

root _ _ _5058 _ _ _ _3 _0.0 _0.0 _ 9288 _ 428 ? _ _ _ _Sl _ Nov13 _ 0:03 _ _4 _5065 _ 0 /sbin/KC_BONJOUR

root _ _ _5058 _ _ _ _2 _0.0 _0.0 _ 9288 _ 428 ? _ _ _ _Sl _ Nov13 _ 0:02 _ _4 _9247 _ 1 /sbin/KC_BONJOUR

root _ _ _5058 _ _ _ 36 _0.0 _0.0 _ 9288 _ 428 ? _ _ _ _Sl _ Nov13 _ 0:36 _ _4 _9972 _ 0 /sbin/KC_BONJOUR

root _ _ 18319 _ _ _ 35 _0.0 _0.0 _ 5556 _ 392 ? _ _ _ _Ss _ Nov13 _ 0:35 _ _1 18319 _ 0 /usr/sbin/miniupnpd



cut...
 
Last edited:
Thanks for the update, but please edit your post and use the code box to put the log into.
 
I have installed latest Voxel FW and decided to make a change this time before installing Adguard. I edited dnsmasq from Kamoj menu by adding port 5300, so that Adguard can listen on port 53. However now whenever I change upstream DNS, I need to reboot the router in order to see the changes implemented. Any reason or fix for that?
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top