The Man They Call Jayne
New Around Here
So, I have one of these and my purpose is to run it as an AP, network storage and print server. I'll document what little I've learned and what I need, in case someone is interested.
I'm having a problem posting this, so I'll try posting it in parts.
So, what is this thing, then? Asus DSL-N14U is a big-endian MIPS device. The stock firmware runs a 2.6 kernel.
In case it isn't immediately obvious, it is a DSL modem. Wireless CAT suggests the processor is Ralink RT63365E. (The router version, RT-N14U, apparently runs a different processor, MediaTek MT7620N.)
Based on talk on the internet about ASUS routers, DSL-N14U is slightly different from other ASUS devices. Possibly because of it being MIPS, there is no
So, I'm running the device as an AP with it's LAN port connected to my actual modem LAN port. It doesn't have an AP mode as such but I basically just disabled DHCP and use the same subnet as the modem. The modem runs the DHCP and that works fine, because they're on the same subnet. I obviously still filter the MAC addresses on both devices.
Incidentally, if anyone else is running more than one router on their LAN, I very much suggest changing all their IP addresses to something else than
That way, you'll be spared of any address conflicts, if you ever need to factory reset any of them. AFAIK, most, if not all, devices default to that address.
For the file storage, I simply stuck a 32 GB USB memory stick on it as I don't anticipate much use for it. It's NTFS, because I'm running Windows on my computer (yes, I know), and that choice does disallow the use of some features like links. Remains to be seen whether that becomes a problem.
I'm having a problem posting this, so I'll try posting it in parts.
So, what is this thing, then? Asus DSL-N14U is a big-endian MIPS device. The stock firmware runs a 2.6 kernel.
Linux DSL-N14U 2.6.22.15 #1 SMP Sat Nov 30 02:26:27 CST 2019 mips unknownIn case it isn't immediately obvious, it is a DSL modem. Wireless CAT suggests the processor is Ralink RT63365E. (The router version, RT-N14U, apparently runs a different processor, MediaTek MT7620N.)
Based on talk on the internet about ASUS routers, DSL-N14U is slightly different from other ASUS devices. Possibly because of it being MIPS, there is no
nvram command-line tool, which many resources around the internet talk extensively about in relation to ASUS WRT. The cgi-bin/ scripts reference nvram functions but apparently it only exists as functions in some libraries. From what I can tell, instead of nvram there's tcapi. Tcapi is less useful because it always requires a node name and I haven't seen a list anywhere. Looking at some of the scripts, there are nodes such as Apps_Entry and Wanduck_COMMON. There's also USB_<Something I can't remember right now>. Apparently the part before the underscore seems to be enough, so e.g. Apps and USB are also accepted.So, I'm running the device as an AP with it's LAN port connected to my actual modem LAN port. It doesn't have an AP mode as such but I basically just disabled DHCP and use the same subnet as the modem. The modem runs the DHCP and that works fine, because they're on the same subnet. I obviously still filter the MAC addresses on both devices.
Incidentally, if anyone else is running more than one router on their LAN, I very much suggest changing all their IP addresses to something else than
192.168.1.1.That way, you'll be spared of any address conflicts, if you ever need to factory reset any of them. AFAIK, most, if not all, devices default to that address.
For the file storage, I simply stuck a 32 GB USB memory stick on it as I don't anticipate much use for it. It's NTFS, because I'm running Windows on my computer (yes, I know), and that choice does disallow the use of some features like links. Remains to be seen whether that becomes a problem.
