Hi,

I write an server for telnet/snmp that works fore IPv4.
I configure loopback with address like 10.10.10.0/24 and create 254 servers for telnet and snmp.
Now I need to add support for IPv6.

I can configure in this example loopback with address ::10.10.10.x but than I need to configure 243 loopbacks like this.

How many loopbacks can I add on linux ?

How can I create loopback with IPv6 subnet address so I will be able to use all addresses in this subnet ?

Thanks