Swistheater
Very Senior Member
Another thing to try is turn off DoT and test if that is what is causing it if it is then the listening port in stubby.yml is not being used properly for ipv6.
I did just this and it was still 17/20.The only real world test is to unplug the modem from the router and run the test from the modem plugged into a computer if it still says filtered then it is comcast or the device, if it doesn't then there is filtering being done by the router, but that isn't necessarily a bad thing the router could be only filtering bad stuff.
Apr 19 11:01:45 avahi-daemon[1707]: Withdrawing address record for 192.168.50.2 on br0.
Apr 19 11:01:45 avahi-daemon[1707]: Withdrawing address record for 127.0.1.1 on lo.
Apr 19 11:01:45 avahi-daemon[1707]: Withdrawing address record for 127.0.0.1 on lo.
Apr 19 11:01:45 avahi-daemon[1707]: Host name conflict, retrying with RT-AX88U-EF18-4
Apr 19 11:01:45 avahi-daemon[1707]: Registering new address record for 192.168.50.2 on br0.IPv4.
Apr 19 11:01:45 avahi-daemon[1707]: Registering new address record for 192.168.50.1 on br0.IPv4.
Apr 19 11:01:45 avahi-daemon[1707]: Registering new address record for 127.0.1.1 on lo.IPv4.
Apr 19 11:01:45 avahi-daemon[1707]: Registering new address record for 127.0.0.1 on lo.IPv4.
I keep getting the following in my log. I received it in 384.10_2 also. It only happens when I reboot sometimes. Not every reboot.
Code:Apr 19 11:01:45 avahi-daemon[1707]: Withdrawing address record for 192.168.50.2 on br0. Apr 19 11:01:45 avahi-daemon[1707]: Withdrawing address record for 127.0.1.1 on lo. Apr 19 11:01:45 avahi-daemon[1707]: Withdrawing address record for 127.0.0.1 on lo. Apr 19 11:01:45 avahi-daemon[1707]: Host name conflict, retrying with RT-AX88U-EF18-4 Apr 19 11:01:45 avahi-daemon[1707]: Registering new address record for 192.168.50.2 on br0.IPv4. Apr 19 11:01:45 avahi-daemon[1707]: Registering new address record for 192.168.50.1 on br0.IPv4. Apr 19 11:01:45 avahi-daemon[1707]: Registering new address record for 127.0.1.1 on lo.IPv4. Apr 19 11:01:45 avahi-daemon[1707]: Registering new address record for 127.0.0.1 on lo.IPv4.
Could my RT-AC86U media bridge cause this? It uses 192.168.50.1 also for the logon ip address. I noticed when I disconnect the ac86u and reboot I don't see this in my log. Thanks for the reply.Make sure you don`t have some kind of network loop in your setup, where the router might see itself on the LAN.
What happens if you run thisI could not get an IPv6 address for my AX88U (comcast) with the latest alphas.
I unplugged modem cables, and did a factory reset of AX88U, then powered down both 30mins. Hoping to get the XB6 to renew, then clean router could get IPv6.
IPv6 Address is not a problem with 384.10_2.
echo "1" > /proc/sys/net/ipv6/conf/eth0/accept_ra
What happens if you run this
Code:echo "1" > /proc/sys/net/ipv6/conf/eth0/accept_ra
You probably have full IPv6 nowRouter559@RT-AX88U-7BD8:/tmp/home/root# echo "1" > /proc/sys/net/ipv6/conf/eth0/accept_ra
Router559@RT-AX88U-7BD8:/tmp/home/root#
Correct, I do have IPv6, but I am on 384.10_2. I could not get an IPv6 with the alphas. I was running zero scripts & no usb devices.You probably have full IPv6 now
Could my RT-AC86U media bridge cause this? It uses 192.168.50.1 also for the logon ip address. I noticed when I disconnect the ac86u and reboot I don't see this in my log. Thanks for the reply.
Is swap file not compatible with Alpha 3 firmware? I have configured it thrice by the amtm terminal but RT 86u fails to detect it.
Open amtm, it may be that the device path changed (eg from sda to sdb) and it can no longer load it. It'll tell you right away and offer to correct it.Is swap file not compatible with Alpha 3 firmware? I have configured it thrice by the amtm terminal but RT 86u fails to detect it.
I have formatted the usb using the pc before installing the Alpha 3 fw. Then formatted it to ext4 via amtm terminal. The router has been rebooted nearly 10 times since Alpha 3 was installed. I have even tried reformatting the usb to ext 4 using the amtm terminal thrice. However, whenever I create a swap file then router recognises it and I can see it enabled in tools tab. But as soon as the router is rebooted the swap file is indicates as "No swap file".Using it in multiple routers here. Have you rebooted the router?
I have formatted the usb using the pc before installing the Alpha 3 fw. Then formatted it to ext4 via amtm terminal. The router has been rebooted nearly 10 times since Alpha 3 was installed. I have even tried reformatting the usb to ext 4 using the amtm terminal thrice. However, whenever I create a swap file then router recognises it and I can see it enabled in tools tab. But as soon as the router is rebooted the swap file is indicates as "No swap file".
building mksqushfs host tool ...
make -C /krys/test/asuswrt-merlin.ng/release/src-rt-5.02hnd/hostTools/squashfs_4.2
make[5]: Entering directory '/krys/test/asuswrt-merlin.ng/release/src-rt-5.02hnd/hostTools/squashfs_4.2'
gcc -O2 -DGNU -I/krys/test/asuswrt-merlin.ng/release/src-rt-5.02hnd/bcmdrivers/opensource/include/bcm963xx -I/krys/test/asuswrt-merlin.ng/release/src-rt-5.02hnd/shared/opensource/include/bcm963xx -I. -I. -I/krys/test/asuswrt-merlin.ng/release/src-rt-5.02hnd/hostTools/squashfs_4.2/../xz-5.0.3/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o mksquashfs.o mksquashfs.c
mksquashfs.c: In function ‘create_inode’:
mksquashfs.c:1354:24: error: called object ‘major’ is not a function or function pointer
unsigned int major = major(buf->st_rdev);
^
mksquashfs.c:1354:16: note: declared here
unsigned int major = major(buf->st_rdev);
^
mksquashfs.c:1355:24: error: called object ‘minor’ is not a function or function pointer
unsigned int minor = minor(buf->st_rdev);
^
mksquashfs.c:1355:16: note: declared here
unsigned int minor = minor(buf->st_rdev);
^
mksquashfs.c:1378:24: error: called object ‘major’ is not a function or function pointer
unsigned int major = major(buf->st_rdev);
^
mksquashfs.c:1378:16: note: declared here
unsigned int major = major(buf->st_rdev);
^
mksquashfs.c:1379:24: error: called object ‘minor’ is not a function or function pointer
unsigned int minor = minor(buf->st_rdev);
^
mksquashfs.c:1379:16: note: declared here
unsigned int minor = minor(buf->st_rdev);
^
mksquashfs.c: In function ‘dir_scan2’:
mksquashfs.c:3778:17: warning: implicit declaration of function ‘makedev’ [-Wimplicit-function-declaration]
buf.st_rdev = makedev(pseudo_ent->dev->major,
^
<builtin>: recipe for target 'mksquashfs.o' failed
make[5]: *** [mksquashfs.o] Error 1
I ussualy wait to flash stable release but now im waiting alpha4 build to test new gpl on ac88u and report any issue i will have
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!