I just recently upgraded from a very old version of Merlin so I did a factory reset and started from scratch. This meant lots of typing. I am also trying to get my IP addresses a little more organized as I have lots of devices on my LAN - close to 100 devices.
One thing that would be hugely beneficial, at least from my perspective, would be the ability to upload a csv file to your router and use this to created DHCP reservations (and also port forwards).
You could easily generate the CSV file by copying data out of a LAN inventory from a program like WakeMeOnLan and then use Excel to easily generate the IP addresses sequentially or whatever you want. Then just save this as an IP file and upload it to your router's jffs partition, or even just have a big text block where you can paste the CSV file.
The CSV file would look like this:
Is this doable?
If so then I would make the same suggestion for port forwarding.
One thing that would be hugely beneficial, at least from my perspective, would be the ability to upload a csv file to your router and use this to created DHCP reservations (and also port forwards).
You could easily generate the CSV file by copying data out of a LAN inventory from a program like WakeMeOnLan and then use Excel to easily generate the IP addresses sequentially or whatever you want. Then just save this as an IP file and upload it to your router's jffs partition, or even just have a big text block where you can paste the CSV file.
The CSV file would look like this:
Code:
MAC address,IP Address,Hostname
A0:30:A6:0D:76:4E,192.168.1.200,WifiLightKitchen
B8:27:EB:BC:F0:2C,192.168.1.201,RasbPi1
Is this doable?
If so then I would make the same suggestion for port forwarding.