-
Posts
1421 -
Joined
-
Last visited
-
Days Won
52
Content Type
Profiles
Forums
Gallery
Downloads
Blogs
Events
Posts posted by slomblobov
-
-
@kedimi7 could you share a selftest file?
-
You have provided very little information, maybe it would be better to contact technical support, they will help you.
-
@Vadym Volodin This issue is quite similar with NDM-3198, which is fixed in 4.1.C.4 or above. I recommend you to update the firmware.
-
@Vadym Volodin Please share a self-test file.
-
@Aazamandius please provide a self-test file.
-
Dear Alasedo,
Thank you for your feedback. We sincerely apologize for any inconvenience caused by the new web interface.
In version 4.1, we will be introducing a choice of interfaces, which we hope will help to mitigate any issues you have encountered.
Rest assured that we will carefully consider all of the detailed comments you have provided.
Thank you once again for your kind notes.-
4
-
-
This restriction will be removed. NDM-3039
-
4
-
-
We will check this situation. Is there anything in the logs?
-
This setting only affects IPv4, i.e. NAT44.
It seems you need to allow IPv6 traffic to pass through the "ipv6 static" command (this is available through the CLI interface).
(config)> ipv6 static Usage template: static (tcp | udp | tcpudp) [{interface}] {mac} {port} [through {end-port}]
-
@Anton S в этой теме обсуждался интерфейс TunnelSixInFour. Gre пока не поддерживает Ipv6.
-
Начиная с 4.0.A.12.1 (NDM-2637) добавлена возможность указывать маску подсети в команде:
Quoteinterface <name> ipv6 address <block>
@eralde имеет смысл добавить данный функционал в Web для версий 4.x.
-
It is possible to get this functionality by installing external packages. Entware Keenetic
For example, to monitor APC UPS the following Entware packages may be used: apcupsd, apcupsd-cgi.
-
[I] Dec 7 14:56:43 ndm: Network::Interface::WebCaller::Zte: "CdcEthernet1": incorrect password.
Please update to 3.9x and assign a password by using the following:
interface CdcEthernet0 web-api login <your login> interface CdcEthernet0 web-api password <your password>
-
On 11/23/2022 at 1:42 PM, strange_v said:
Unfortunately, not in my case. For some reason, they decided to hide IP type option.
Right, it is not possible to modify standard profile. But you can create your own and set it as default.
-
By the way, I tried to use 464xlat on the router side to workaround the IPv6 only issue , but it doesn't work.
Quote(config)> show interface CdcEthernet0/Clat0
id: CdcEthernet0/Clat0
index: 0
interface-name: CdcEthernet0/Clat0
type: Clat
description:traits: Ip
traits: Ip46
traits: Clatlink: up
connected: yes
state: up
mtu: 1400
address: 192.168.0.1
mask: 255.255.255.255
uptime: 380
global: yes
defaultgw: yes
priority: 400
security-level: publicclat:
ipv6-address: 2b00:1fa0:5d5:ae90:636c:6174:0:19
ipv6-remote-prefix: 64:ff9b::/96
ping 8.8.4.4Quotetcpdump -i cdc_br0 -v -n ip6
14:28:41.136374 IP6 (hlim 63, next-header ICMPv6 (58) payload length: 64) 2b00:1fa0:5d5:ae90:636c:6174:0:19 > 64:ff9b::808:404: ICMP6, echo request, length 64, seq 256 -
-
Now IPv6 it partially works: address is obtained, but prefix doesn't. LAN will not work with this configuration.
The only way to make it work is to somehow enable IPv4 on the modem.
-
Please try to enable IPv6 transport between modem and router by setting the following:
interface CdcEthernet0 ipv6 address auto interface CdcEthernet0 ipv6 prefix auto
-
It seems that your modem is connected to IPv6 network. But the modem is connected to the router via IPv4. Could you enable IPv4 or IPv4/IPv6 in modem settings?
-
Yes, we are considering it.
-
1
-
-
3 hours ago, fl4co said:
Isn't ICMPv6 necessary for IPv6 to work correctly?
ICMPv6 ping was only disabled. It doesn't seem to be necessary.
3 hours ago, fl4co said:However I can't seem to be able to use it in 3.9 Beta 1, when will it be publicly available?
We are preparing a new version, hopefully it will be released soon.
-
1
-
1
-
-
Yes, ICMPv6 ping forwarding rules were deleted. But there is some different solution...
We have implemented DHCPv6 prefix delegation since NDMS 4.x. You may try to configure your device using the following configuration:
Quoteipv6 subnet Default
bind Home
mode slaac
prefix length 63
number 0
prefix delegate 64
!In this configuration we have /63 network which consists of /64 LAN and delegation pool with one /64 network. No firewall rules need to be added but your VM must support DHCPv6.
-
1
-
-
Thanks for the report. We're working on it
-
1
-
-
Thanks for the report. I can confirm that we lost this functionality by accident. Will be fixed in future versions.
NDM-1975NDM-2363.
Huawei K4606 Usb Modem Support Request
in Feature Requests
Posted
@kedimi7 Ok, I have enough information for a while. After a small modification of the code, the modem will go into the desired mode. I will provide you with the modified firmware for testing...