TL-MR6400 V4 Router as a second back-up LTE (umts) wan gateway and have installed OpenWrt 23.05 with the package luci-proto-qmi.
(I also need it as a dump wifi access point, so want to use it with vlan to my main OpenWrt router, which is connected to a cable modem with ipv6 and also ipv4 over ds-lite internal in cable-model)
Everything works absolutely really fine, I get internet access over a ipv6 and also uqmi is really nice, many thanks and big praise to the developers. Also sending sms, etc. works fine.
But I only get an ipv6 address, how can I use my internal ipv4 network to connect it?
I have tried different provider sim cards
Also tried to install this ds-lite package, but I do not know what to input at peeraddr (DS-Lite AFTR address)
unfortunately it does not work here..
interface LTE_6 is this clat interface (464xlat) with the same, simple config as above
config interface 'clat'
option proto '464xlat'
syslog repeats always interface LTE_6 down....
Mon Nov 6 12:06:40 2023 daemon.notice netifd: Interface 'LTE' is setting up now
Mon Nov 6 12:06:40 2023 daemon.notice netifd: Interface 'LTE_6' is setting up now
Mon Nov 6 12:06:41 2023 daemon.notice netifd: LTE (1801): Waiting for SIM initialization
Mon Nov 6 12:06:41 2023 daemon.notice netifd: Interface 'LTE_6' is now down
Mon Nov 6 12:06:44 2023 daemon.notice netifd: LTE (1801): Failed to parse message data
Mon Nov 6 12:06:44 2023 daemon.notice netifd: LTE (1801): PIN already verified
Mon Nov 6 12:06:45 2023 daemon.notice netifd: LTE (1801): Device does not support 802.3 mode. Informing driver of raw-ip only for wwan0 ..
Mon Nov 6 12:06:45 2023 daemon.notice netifd: LTE (1801): Waiting for network registration
Mon Nov 6 12:06:46 2023 daemon.notice netifd: LTE (1801): Starting network LTE
Mon Nov 6 12:06:47 2023 daemon.notice netifd: LTE (1801): Setting up wwan0
Mon Nov 6 12:06:47 2023 daemon.notice netifd: Interface 'LTE' is now up
Mon Nov 6 12:06:48 2023 daemon.notice netifd: Interface 'LTE_6' is setting up now
Mon Nov 6 12:06:49 2023 user.notice firewall: Reloading firewall due to ifup of LTE (wwan0)
Mon Nov 6 12:08:17 2023 daemon.notice netifd: Interface 'LTE_6' is now down
Mon Nov 6 12:08:17 2023 daemon.notice netifd: Interface 'LTE_6' is setting up now
Mon Nov 6 12:08:18 2023 user.notice firewall: Reloading firewall due to ifupdate of LTE (wwan0)
Mon Nov 6 12:08:20 2023 daemon.notice netifd: Interface 'LTE_6' is now down
Mon Nov 6 12:08:20 2023 daemon.notice netifd: Interface 'LTE_6' is setting up now
Mon Nov 6 12:08:24 2023 daemon.notice netifd: Interface 'LTE_6' is now down
Mon Nov 6 12:08:24 2023 daemon.notice netifd: Interface 'LTE_6' is setting up now
Mon Nov 6 12:08:27 2023 daemon.notice netifd: Interface 'LTE_6' is now down
Mon Nov 6 12:08:27 2023 daemon.notice netifd: Interface 'LTE_6' is setting up now
Mon Nov 6 12:08:30 2023 daemon.notice netifd: Interface 'LTE_6' is now down
Mon Nov 6 12:08:30 2023 daemon.notice netifd: Interface 'LTE_6' is setting up now
Mon Nov 6 12:08:34 2023 daemon.notice netifd: Interface 'LTE_6' is now down
Mon Nov 6 12:08:34 2023 daemon.notice netifd: Interface 'LTE_6' is setting up now
Please return to the initial IPv6 only state, take no action to configure IPv4, CLAT, etc.
Make sure there're no changes to the default DNS configuration. Change pdptype to 'ipv6'.
Check the following:
I tried 'your' config, it has got some syntax errors also pin is missing.
It also work, but just for ipv6 not ipv4!
(So auth you don't need, also apt is oft not really necessary.)
I'm not sure if you understood my problem:
My LTE ipv6 connection over the cdc-wdm0 device is working absolutely fine.
I can reach all address from the router and also forwarded from the lan interface all over ipv6 but not ipv4 (which I need for my internal network, specially my VPN wireguard to my server)
I fully understand your problem )
In IPv6 only environment you're dependant on DNS64/NAT64 and 464xlat in order to keep IPv4 connectivity. DNS server should provide a synthetic IPv6 address for IPv4 only hostname.
PING ipv4.tlund.se (64:ff9b::c10f:e4c3): 56 data bytes
64 bytes from 64:ff9b::c10f:e4c3: seq=0 ttl=51 time=161.243 ms
64 bytes from 64:ff9b::c10f:e4c3: seq=1 ttl=51 time=61.920 ms
64 bytes from 64:ff9b::c10f:e4c3: seq=2 ttl=51 time=60.500 ms
root@OpenWrt:~# ping openwrt.de
PING openwrt.de (64:ff9b::40be:3f6f): 56 data bytes
64 bytes from 64:ff9b::40be:3f6f: seq=0 ttl=50 time=46.404 ms
64 bytes from 64:ff9b::40be:3f6f: seq=1 ttl=50 time=48.779 ms
--- openwrt.de ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 46.404/47.591/48.779 ms