MAP-T compatibility for DD-WRT devices

Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions
Author Message
N1GKn
DD-WRT Novice


Joined: 24 Dec 2021
Posts: 10

PostPosted: Fri Dec 24, 2021 14:03    Post subject: MAP-T compatibility for DD-WRT devices Reply with quote
Hi guys,

in italy, Sky provider implemented the MAP-T configuration for his network.

I'm trying to find a router compatible with MAP-T. I was able to configure several different router with Openwrt with MAP-T line, installing the map module from the GUI.

I need to do the same but using DD-WRT, could you suggest me a router and a DD-WRT version compatible with MAP-T? And will I need to install the module for MAP-T or just install a particular version of DD-WRT?

Thank you very much
Sponsor
ian5142
DD-WRT Guru


Joined: 23 Oct 2013
Posts: 2319
Location: Canada

PostPosted: Sat Dec 25, 2021 14:06    Post subject: Different name Reply with quote
Does this by chance have a different name?

DD-WRT does offer different kinds of IPv6 handling:
Native IPv6 from ISP
DHCPv6 with Prefix Delegation
6in4 Static Tunnel

Here is a bunch of IPv6 wiki pages, no idea on how up-to-date they are, be weary of that fact: https://wiki.dd-wrt.com/wiki/index.php/Category:IPv6

_________________
Before asking a question on the forums, update dd-wrt: Where do I download firmware? I suggest reading it all.
QCA Best WiFi Settings


Some dd-wrt wiki pages are up to date, others are not. PM me if you find an old one.

Atheros:
Netgear R7800 x3 - WDS AP / station, gateway, QoS
TP-Link Archer C7 v2 x2 - WDS Station
TP-Link TL-WDR3600 v1 - WDS Station
TP-Link 841nd v8 - NU
D-Link 615 C1/E3/I1 x 7 - 1 WDS station
D-Link 825 B1 - NU
D-Link 862L A1 x2 - WDS Station
Netgear WNDR3700v2 - NU
UBNT loco M2 x2 - airOS

Broadcom
Linksys EA6400 - Gateway, QoS
Asus N66U - AP
Netgear WNDR3700v3 - not used
MediaTek
UBNT EdgeRouter X - switch
Per Yngve Berg
DD-WRT Guru


Joined: 13 Aug 2013
Posts: 6870
Location: Romerike, Norway

PostPosted: Sat Dec 25, 2021 20:25    Post subject: Reply with quote
https://www.ripe.net/participate/meetings/open-house/presentations/richard-patterson-sky-italia-and-map-t

This is NAT46
N1GKn
DD-WRT Novice


Joined: 24 Dec 2021
Posts: 10

PostPosted: Mon Dec 27, 2021 7:50    Post subject: Reply with quote
Thank you all guys for answering me.

No @ian5142 this is the correct way to call it and as @Per Yngve Berg said is a NAt46.

The problem is that I think a particular module or package should be install in the firmware to do MAP-T working.

As for Openwrt I manually installed a module from the library and it worked, now I'm trying to understand if it is possible to do the same with DD-WRT.

Thank you so much
ian5142
DD-WRT Guru


Joined: 23 Oct 2013
Posts: 2319
Location: Canada

PostPosted: Mon Dec 27, 2021 13:44    Post subject: Entware Package Reply with quote
If you did it in OpenWRT via a package install. Check the list of packages for Entware. See if the same package is there. I think this is the list for mips (Atheros routers): https://bin.entware.net/mipssf-k3.4/

Broadcom is mipsel: https://bin.entware.net/mipselsf-k3.4/

_________________
Before asking a question on the forums, update dd-wrt: Where do I download firmware? I suggest reading it all.
QCA Best WiFi Settings


Some dd-wrt wiki pages are up to date, others are not. PM me if you find an old one.

Atheros:
Netgear R7800 x3 - WDS AP / station, gateway, QoS
TP-Link Archer C7 v2 x2 - WDS Station
TP-Link TL-WDR3600 v1 - WDS Station
TP-Link 841nd v8 - NU
D-Link 615 C1/E3/I1 x 7 - 1 WDS station
D-Link 825 B1 - NU
D-Link 862L A1 x2 - WDS Station
Netgear WNDR3700v2 - NU
UBNT loco M2 x2 - airOS

Broadcom
Linksys EA6400 - Gateway, QoS
Asus N66U - AP
Netgear WNDR3700v3 - not used
MediaTek
UBNT EdgeRouter X - switch
N1GKn
DD-WRT Novice


Joined: 24 Dec 2021
Posts: 10

PostPosted: Thu Dec 30, 2021 8:33    Post subject: Reply with quote
Unfortunately the package is not there.

The name of package is simply:
map 4-13.


Thank you very much
N1GKn
DD-WRT Novice


Joined: 24 Dec 2021
Posts: 10

PostPosted: Thu Dec 30, 2021 16:46    Post subject: Reply with quote
This is the package I refer to:

https://openwrt.org/packages/pkgdata/map

Because I'm very new on DD-WRT, my understanding is that I can install Openwrt packages using Entware or Optware but to do this I need some space on the device.

I have just bought an Linksys for my test WRT3200AC installing the DD-WRT Firmware: DD-WRT v3.0-r47942 (12/30/21).

After some tries, I found on the forum the solution to use it with a Vlanid:

Code:
swconfig dev switch0 set reset 1
swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 1 set ports "6 0 1 2 3"
swconfig dev switch0 vlan 2 set ports "5 4t"
swconfig dev switch0 vlan 2 set vid 100
swconfig dev switch0 set apply


Now my memory is this:
Code:
root@DD-WRT:/jffs# df -h
Filesystem                Size      Used Available Use% Mounted on
/dev/root                31.3M     31.3M         0 100% /
none                    512.0K         0    512.0K   0% /dev


I don't think have any space to install Optware or Entware, do I?

Thank you for support
Per Yngve Berg
DD-WRT Guru


Joined: 13 Aug 2013
Posts: 6870
Location: Romerike, Norway

PostPosted: Fri Dec 31, 2021 9:11    Post subject: Reply with quote
You have a usb port where you can put a memory stick.
N1GKn
DD-WRT Novice


Joined: 24 Dec 2021
Posts: 10

PostPosted: Tue Jan 04, 2022 7:34    Post subject: Reply with quote
Perfect, got the point.

Suppose I will install Entware, then this packet https://openwrt.org/packages/pkgdata/map will be available?

I wasn't able to find it in this http://bin.entware.net/armv7sf-k3.2/Packages.html

If it isn't there, is there any chance to install the package anyway?

Meanwhile I have added a package request https://github.com/Entware/Entware/issues/751

Thanks
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum