rdmitry0911

Results 30 comments of rdmitry0911

I can access vps from outside only via ipv6, however vps itself has both ipv4 and ipv6 addresses. vps ipv4 address is just not accessible from outside and can't be...

> ok I found the bug. For now you can manually change the metric for each interface in Network->Interfaces and edit interfaces. Unfortunately not. Changing only metric for the interface...

Also I've found that /etc/firewall.omr-bypass file that script generates also looks strange. ``` #!/bin/sh #nft insert rule inet fw4 ss_rules_dst_tcp ip daddr @omr_dst_bypass_all accept #nft insert rule inet fw4 ss_rules_local_out...

> Mark use the MTU value that is set automatically and should be different for each interface. Here it's like if MTU is empty. I think it's same problem as...

When are you plannig to make a commit with a fix of this bug? May be you can share the fix here in advance?

It's getting better now, but still there is a problem with /etc/firewall.omr-bypass. After deleting it and rebooting the system it still looks like this: root@OpenMPTCProuter:~# cat /etc/firewall.omr-bypass ``` #!/bin/sh #nft...

And not only this. After /etc/init.d/omr-bypass restart restart all rules with mark target in /etc/config/firewall are diasabled like this: ``` config rule 'omr_dst_bypass_tun0_dstport_udp_4' option name 'omr_dst_bypass_tun0_dstport' option src 'lan' option...

bypass rules are not working without manual intervention