rdmitry0911

Results 60 comments of rdmitry0911

> uci set openmptcprouter.settings.disable_6in4="1" && uci commit openmptcprouter Didn't help. After reboot: ``` root@OpenMPTCProuter:~# ip -6 ro sh ta all|grep default default from fe80::a00:2 dev 6in4-omr6in4 table 61201 proto static...

Here it is: root@OpenMPTCProuter:~# uci show openmptcprouter.settings ``` openmptcprouter.settings=settings openmptcprouter.settings.enabled='1' openmptcprouter.settings.sipalg='1' openmptcprouter.settings.restrict_to_lan='1' openmptcprouter.settings.vpn='openvpn' openmptcprouter.settings.openvpn_lb='0' openmptcprouter.settings.master='static' openmptcprouter.settings.disable_ipv6='0' openmptcprouter.settings.check_ipv4_website='http://ip.openmptcprouter.com' openmptcprouter.settings.check_ipv6_website='http://ipv6.openmptcprouter.com' openmptcprouter.settings.status_vps_timeout='10' openmptcprouter.settings.status_getip_timeout='1' openmptcprouter.settings.status_whois_timeout='2' openmptcprouter.settings.enable_nodelay='1' openmptcprouter.settings.scaling_governor='performance' openmptcprouter.settings.menu='OpenMPTCProuter' openmptcprouter.settings.disableintfrename='1' openmptcprouter.settings.tracebox='0' openmptcprouter.settings.version='0.62-6.6' openmptcprouter.settings.allmptcpovervpn='0' openmptcprouter.settings.serial='Not' openmptcprouter.settings.mptcpovervpn='wireguard'...

> I'm not able to reproduce the issue, when 6in4 is disabled I don't have issue with local IPv6 connections. You can try to delete omr6in4 interface in Network->Interfaces Just...

> Tuya devices are by default cloud devices. The local API is a afterthought and appears to have been added to allow the SmartLife app to initial configure and control...

> A new image is compiling that should fix the issue. With [this patch](https://github.com/Ysurac/openmptcprouter-feeds/commit/56e83988e59761175a5251b5586282f9c2e90464) the tunnel doesn't work. Even thou I see tun0 in ifconfig, I can't ping the other...

OpenVPN TCP desn't work either. I think it is a problem with the patch as without this patch tunnel does work both with Glorytun TCP and with OpenVPN TCP ```...

> After installing the latest snapshot (June 27), the whole IPv6 traffic is now routed through the 6in4 tunnel, bringing it back to life. Apparently no proxy for TCP and...

> @rdmitry0911 A default route to the VPS IPv6 should be created so the 6in4 should not make any problem. I will test if it's working (I've more tested IPv4...

As far as I understand the routing logic when aggregation is enables should be like this: **ipv4-tcp goes:** 1. to vps if vps has ipv4 public ip 2. to the...

> is always in IPv4 and 6in4 over it, even when using VPS IPv6. What is the reason to have 6in4 over ipv4 vpn when ipv6 vpn is an option?