Multiple ip range static ip addres how?

can i have 3 static ip address on other routers like have option on wr841hp i set three ip address es one on range 192.168.1.1 one on 192.168.0.1 and one 192.0.0.1

but no that option on wa901ndv4 and wr941v5.1

Yes it is possible on all supported models.

1 Like

thanks good how :slight_smile:

config interface lan
  option type bridge
  option ifname ...
  option proto static
  list ipaddr 192.168.1.1/24
  list ipaddr 192.168.0.1/24
  list ipaddr 192.0.0.1

i can type only one interface and one ip address its not same

Type where?

in lan on interface listed menu

First click the three dots next to the IP to convert to CIDR list notation:

Then you can enter further IP addresses or subnets:

dont see that dots in wr941 and wa901

Maybe your version is too old then.

## Status

### System

Hostname

WR941NDv5.1-OpenWrt18.06.4.8-TIMEFLASH07.07.2020

Model

TP-Link TL-WR941N/ND v5

Architecture

Atheros AR9341 rev 3

Firmware Version

OpenWrt 18.06.8 r7989-82fbd85747 / LuCI openwrt-18.06 branch (git-20.029.49294-41e2258)

Kernel Version

4.9.214

Local Time

Tue Jul 14 20:46:09 2020

Uptime

0h 4m 11s

Load Average

0.88, 0.37, 0.15

am not sure

do these version have ?https://archive.openwrt.org/releases/18.06.7/targets/ar71xx/tiny/openwrt-18.06.7-ar71xx-tiny-tl-wr941nd-v5-squashfs-factory.bin/

i will try now these downloads.openwrt.org/releases/18.06.8/targets/ar71xx/tiny/openwrt-18.06.8-ar71xx-tiny-tl-wr941nd-v5-squashfs-sysupgrade.bin

what version to use?

I think LuCI support for multiple IP addresses on one interface was only added in version 19.07

1 Like

This is not a valid RFC1918 address. Don't use this address or you may have other issues on the internet.

Valid RCF1918 ranges are 192.168.0.0/16, 172.16.0.0/12 and 10.0.0.0/8

You can use anything 192.168.xxx.yyy or use a different range such as anything in the 10.aaa.bbb.ccc range. I often recommend the use of /24 for convenience.

4 Likes

On 18.06, you can emulate multiple IP addresses by creating further LAN interfaces, e.g. lan2, lan3 etc. and setting their device to @lan:

5 Likes